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


Example of the /*SIGNON statement

z/OS MVS JCL Reference
SA23-1385-00

/*SIGNON       QUIN  A  PSWD1     PSWD2

This statement requests that remote work station QUIN begin a remote job stream processing session. The value A in column 22 specifies an automatic reader for the programmable terminal. PSWD1, beginning in column 25, is the password assigned to a dial line. PSWD2, beginning in column 35, is the password assigned to the remote work station.

To change the current password PSWD2 for the remote work station, the preceding /*SIGNON statement can be specified as:
/*SIGNON       QUIN  A  PSWD1     PSWD2    PSWDNEW

This statement assigns PSWDNEW, beginning in column 44, as the new password for the remote work station QUIN.

Go to the previous page




Copyright IBM Corporation 1990, 2014