z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the /*SIGNON statement

z/OS MVS JCL Reference
SA23-1385-00

Example 1
/*SIGNON       REMOTE123LINEPSWD

This statement requests that remote station 123 begin a remote job stream processing session. LINEPSWD, beginning in column 25, is the password assigned to the nondedicated connection.

Example 2
/*SIGNON       RMT1000  LINEPSWD

This statement requests that remote station 1000 begin a remote job stream processing session. LINEPSWD, beginning in column 25, is the password assigned to the non-dedicated connection.

Example 3
/*SIGNON       RMT1000  LINEPSWD  PSWDNEW                          PSWD2

This statement requests that remote station 1000 begin a remote job stream processing session. LINEPSWD, beginning in column 25, is the password assigned to the nondedicated connection. PSWD2, beginning in column 73, is the password assigned to the remote station 1000. PSWDNEW, beginning in column 35, is the new password to be assigned to remote station 1000.

Example 4
/*SIGNON       N11R123  LINEPSWD

This statement requests that remote station 123 at node 11 begin a remote job stream processing session. LINEPSWD, beginning in column 25, is the password assigned to the switched connection.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014