z/OS JES2 Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$C Lnnnn.xxn - Cancel NJE device activity

z/OS JES2 Commands
SA32-0990-00

Function

To cancel a job or SYSOUT data currently being received or transmitted over an NJE line.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$C--+-Lnnnn.JRn-+--+------------+---------------------------><
       +-Lnnnn.JTn-+  +-,Lnnnn.JRn-+   
       +-Lnnnn.SRn-+  +-,Lnnnn.JTn-+   
       '-Lnnnn.STn-'  +-,Lnnnn.SRn-+   
                      '-,Lnnnn.STn-'   

Parameters

Lnnnn.JRn
The job receiver on line nnnn currently receiving the job. JES2 immediately queues the job for output. Any subsequent data for the job is ignored until JES2 reaches the end of the current file.
Lnnnn.JTn
The job transmitter on line nnnn currently transmitting the job. JES2 stops transmission of the job and immediately queues the job for output.
Lnnnn.SRn
The SYSOUT receiver on line nnnn currently receiving the SYSOUT data. JES2 purges the data already received, and any subsequent data is ignored until end of file.
Lnnnn.STn
The SYSOUT transmitter on line nnnn currently transmitting the SYSOUT data. JES2 stops the current transmission and purges the SYSOUT data.

Authority Required

This command requires device authority. The description of the $T RDRnn command explains how to ensure that the authority of the appropriate MVS™ system command group is assigned.

This command requires update security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide, SA32-0991.

Processing Considerations

Because cancellation of receivers does not stop actual transmission of data, the operator at the receiving node can elect to cancel job or SYSOUT reception by having the operator at the transmitting end cancel the transmitter.

Scope

Single member. The values supplied for this command will be in effect for this member only. There is no need to have this command issued to all members of the MAS.

Messages

$HASP523 indicates the job, which was being transmitted by the job transmitter, has been cancelled.

$HASP533 indicates the job that has been cancelled for the SYSOUT transmitter.

$HASP543 indicates that the job has been cancelled for either the SYSOUT receiver or the job receiver.

$HASP545 indicates that the job has been cancelled for the network SYSOUT receiver or the network job receiver.

Example

 1   $c l4.jr1

  JOB00005 $HASP543 MYJOB L4.JR1 DELETED

JES2 queues the job currently being received by job receiver 1 on line 4 for output. Any subsequent data for the job is ignored until end of file.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014