DISPLAY INOPCODE command

Read syntax diagramSkip visual syntax diagramDISPLAY NET,INOPCODE,MODULE=modulename,MAX=DSPLYDEF_start_option_value,MAX=*number_of_modules

Abbreviations

Operand Abbreviation
DISPLAY D
MODULE MOD

Purpose

The DISPLAY INOPCODE command is used to determine the attributes for every INOPCODE defined to VTAM® or for every INOPCODE defined within a single VTAM module.

Operands

MODULE=modulename
Specifies the name of the VTAM module for which the attributes are to be displayed.
MAX
Specifies the maximum number of modules that VTAM displays for this command.
MAX=*
Specifies that the value of the DSPLYMAX start option is used to limit the display output.
MAX=number_of_modules
Specifies the number of modules to display for this command. The valid range is 1–value of DSPLYMAX. The default is the value specified for the DSPLYDEF start option.

Specifying MAX limits the display output. VTAM searches only for the number of instances that you have specified. When that number is found, VTAM does not search any further. This saves processing time for the command and gives you control over the amount of display output generated by the command. If fewer modules are found than you have specified on MAX, VTAM displays only the modules that are found.

Resulting display

The resulting display lists the VTAM module name and two groups, those codes for which the dump attribute is enabled, and those for which the dump attribute is disabled.

Examples

Displaying INOPCODE for a single module:
 d net,inopcode,module=isttsc8e,max=*
   IST097I DISPLAY ACCEPTED 
   IST350I DISPLAY TYPE = INOPCODE 
   IST1919I INOPCODE FOR MODULE ISTTSC8E:
   IST1920I   DUMP ENABLED:
   IST1921I     002 003 004 005 006 007 008 009 010 011 012 013 100 101
   IST1921I     102 103 200 201 202 205 206 207 208
   IST1922I   DUMP DISABLED:
   IST1921I     001 203 204
   IST314I  END
Displaying INOPCODE for all modules:
 d net,inopcode,max=*
   IST097I DISPLAY ACCEPTED 
   IST350I DISPLAY TYPE = INOPCODE 
   .
   .
   .
   IST1919I INOPCODE FOR MODULE ISTACCXF:
   IST1920I   DUMP ENABLED:
   IST1921I     200
   IST1919I INOPCODE FOR MODULE ISTAUCOA:
   IST1920I   DUMP ENABLED:
   IST1921I     100
   .
   .
   .
   IST1919I INOPCODE FOR MODULE IUTLLCTP:
   IST1920I   DUMP ENABLED:
   IST1921I     200
   IST314I  END