Output

IPCSPRNT, the IPCS print file, contains the dump or trace output. The SETDEF PRINT subcommand tells IPCS to direct output to the IPCS print file. The SETDEF TERMINAL subcommand tells IPCS to direct output to the SYSTSPRT file. TSO/E messages and some IPCS messages are directed to SYSTSPRT even if SETDEF PRINT NOTERMINAL was entered.

The IPCSDDIR dump directory data set is a VSAM indexed cluster that IPCS uses to store information. Usually, the dump directory is used internally by IPCS and IPCS formatting routines but there are subcommand interfaces for you to store and delete information. See z/OS MVS IPCS User's Guide for more information about the IPCSPRNT, SYSTSPRT, and IPCSDDIR files.
//JOBNAME   JOB  ,accounting
//STEP1     EXEC PGM=IKJEFT01,REGION=4096K,DYNAMNBR=50
//IPCSDDIR  DD DSN=IPCSU1.DUMP.DIR.DISP=SHR
//TRACE     DD DSN=SYS1.TRACE,UNIT=293,VOL=SER=338003,DISP=SHR
//IPCSTOC   DD SYSOUT=*
//IPCSPRNT  DD SYSOUT=*
//SYSTSPRT  DD SYSOUT=*
//SYSTSIN   DD *
 IPCS
 SETDEF NOCONFIRM PRINT NOTERMINAL DDNAME(TRACE)
 DROPDUMP
 GTFTRACE USR(AM01)
 DROPDUMP
 END
 /*