Sign Off (SIGNOFF) in AS400 |
SIGNOFF
The Sign off (SIGNOFF) command ends an interactive job or ends all jobs in a group. We enter this SIGNOFF command on the command line and sign off from a work station.
Please note that the command is valid only in the interactive job.
If the SIGNOFF command is triggered from a CL program then all the next commands in the CL program are bypassed.
Sign Off (SIGNOFF) Type choices, press Enter. Job log . . . . . . . . . . . . LOG *NOLIST Drop line . . . . . . . . . . . DROP *DEVD End connection . . . . . . . . . ENDCNN *NO
Sign Off (SIGNOFF) and End an Interactive Job
Use the below command to sign off the user from the workstation and ends the interactive job.
SIGNOFF
Printing the Job Log while Sign off (SIGNOFF)
Use the below command to sign off the user from the work station and the job log gets printed with the job's spooled output.
SIGNOFF LOG(*LIST)
Sign Off (SIGNOFF) and End the connection
Use the below command to sign off the user from the workstation and ends the connection.
SIGNOFF ENDCNN(*YES)