$T RDI - Control an internal reader

Function

To control tracing for an individual internal reader.

Syntax

Read syntax diagramSkip visual syntax diagram$TRDI 'rdi'(,rdi'rdi'*rdi'rdi'*) Selection limiting keywordsModification keywords
Modification keywords
Read syntax diagramSkip visual syntax diagram,/TRace=NoPYes
Selection limiting keywords
Read syntax diagramSkip visual syntax diagram,/Auth=(,/Device=^=NoYes/Job=^=NoYes/System=^=NoYes),/Class=^=><class,/HOLD=^=NoYes,/JOB=(,/JOBID=^=><jobid/JOBNAME=^=><jobname),/JOBCOUNT=^=><jobcount,/JOBSTAT=(,/CARD=^=><card/RECORDS=^=><records),/MSGclass/Q=^=><msgclass,OWNER=(,JOBID=jobidJOBNAME=jobnameASID=asid),/PRTDEST=^=prtdest,/PUNDEST=^=pundest,STATUS=^=DRAININGACTIVEALLOCATED,/TRace=^=NoPYes

Parameters

Auth
Displays whether (YES) or not (NO) the indicated reader has the specified authority to issue commands to the internal reader.
Class=class
Displays the default execution class for all jobs entered at this internal reader that do not have a job class specified on the JOB statement.
HOLD={No|Yes}
Displays whether (YES) or not (NO) all jobs read by the specified are held after JCL conversion.
MSGclass|Q=msgclass
Displays the default message class assigned to jobs entered at this internal reader that do not have a MSGCLASS specified on the JOB statement.
OWNER=(JOBID=jobid,JOBNAME=jobname,ASID=asid)
JES2 displays information on internal readers owned by the jobid, jobname, or asid specified. All the three support generic filters.
PRTDEST=prtdest
Displays the default destination for the print output from all jobs that are read by the internal reader and that do not have a /*ROUTE statement or DEST parameter. The value for all routing numbers can range from 1 to 32767.
PUNDEST
Displays the default destination for the punch output from all jobs that are read by the internal reader and that do not have a /*ROUTE statement or DEST parameter.
TRace={Yes|P|No}
Specifies whether tracing is to be activated or deactivated for the indicated internal reader. This parameter requires system authority.
P|Yes
Tracing is activated if trace IDs 11 and 12 are currently enabled.
Note: Trace IDs 11 and 12 may be enabled either at initialization on the TRACE(n) statement or using the $S TRACE(n) command.
No
Tracing is disabled.

Authority Required

This command requires device and system authority. See the description of AUTH= parameter for information about assigning the authority of the appropriate MVS™ system command group. The $T INTRDR command sets the command authority for internal readers. The $T NODE(nnnn) command sets the command authority for a node.

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

Scope

Single member. 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

The $HASP603 message displays the status of the specified internal reader and its current characteristics.

Examples

 1   $trdi(*),trace=yes

$HASP603 RDI(INTRDR)                                 
$HASP603 RDI(INTRDR)    STATUS=ALLOCATED,AUTH=(DEVICE=NO,      
$HASP603                JOB=YES,SYSTEM=NO),CLASS=A,HOLD=NO,    
$HASP603                MSGCLASS=,OWNER=(JOB00010,INTRDACB,    
$HASP603                ASID=0023),PRTDEST=LOCAL,PUNDEST=LOCAL,
$HASP603                SYSAFF=(ANY),TRACE=YES
 2   $trdi(*),owner=(asid=0023),trace=yes

$HASP603 RDI(INTRDR)                                  
$HASP603 RDI(INTRDR)    STATUS=ALLOCATED,AUTH=(DEVICE=NO,       
$HASP603                JOB=YES,SYSTEM=NO),CLASS=A,HOLD=NO,     
$HASP603                MSGCLASS=,OWNER=(JOB00010,INTRDACB,     
$HASP603                ASID=0023),PRTDEST=LOCAL,PUNDEST=LOCAL, 
$HASP603                SYSAFF=(ANY),TRACE=YES