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


$D INITINFO - Display initialization information

z/OS JES2 Commands
SA32-0990-00

Start of change

Function

Displays JES2 initialization information, including the command that was used to start JES2 (if applicable), the initialization decks that were used during startup with a count of cards read, and the data sets included in the STEPLIB concatenation in the JES2 PROC.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--INITINFO--+-------------+--+-------------+--------------->
                 '-,--STARTCMD-'  '-,--HASPPARM-'   

>--+------------+----------------------------------------------><
   '-,--STEPLIB-'   

Parameters

HASPPARM
Displays the data sets that have been read for the JES2 initialization statements and the number of cards that have been read from each data set. Up to 256 data sets can be displayed.
STARTCMD
Displays the command that was used to start this instance of the JES2 address space, if applicable.
STEPLIB
Displays the STEPLIB DD concatenation that is currently set for JES2.

Authority Required

This command requires display 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 read security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide, SA32-0991.

Scope

Single member. The response to this command displays information about this member only. To display information about all members in the MAS, use the MVS ROUTE *ALL command to issue this command to all active members (if the JES2 command character is the same on all members).

Messages

The $HASP825 message is issued in response to this command.

Example

 1   $D INITINFO
$HASP825 INITINFO  --- Command used to start JES2              
$HASP825           S JES2,M=SPOOLZ21,PARM=(WARM,NOREQ)  
$HASP825           --- HASPPARM data sets read                 
$HASP825           DSN=SYS1.PARMLIB(SPOOLZ21),VOLSER=J2SHR2,   
$HASP825           CARDS=458,                                  
$HASP825           DSN=SYS1.PARMLIB(DYNEXITD),CARDS=121,       
$HASP825           DSN=CONSOLE,CARDS=1                         
$HASP825           --- STEPLIB Concatenation           
$HASP825           DSN=NULL.JES2000.LINKLPA,VOLSER=J2SPA1,     
$HASP825           DSN=SYS1.SRVLIB.JES2000.LINKLPA,            
$HASP825           VOLSER=J2SPA1,                              
$HASP825           DSN=SYS2.LINKLIB,VOLSER=ZDR21,              
$HASP825           DSN=SYS1.MIGLIB,VOLSER=ZDR21      
End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014