Previous Topic: Device Control Statements for PRT DD StatementNext Topic: ACIF Control Statements


Sample Application Job

The following sample application job generates SYSOUT to be indexed by CA View ACIF, and archived:

//SAMPJOB JOB ACCOUNT,PROGRAMMER
//O1  OUTPUT GROUPID=S10056,PRMODE=ACIF,
//    PAGEDEF=A18D,FORMDEF=A18D1,
//    USERLIB=SAMPLE.USERLIB
//STEP1   EXEC PGM=MYAPPL
//REPORT  DD SYSOUT=A,OUTPUT=*.O1,
//        DCB=(RECFM=FA,BLKSIZE=133)

The application MYAPPL generates the following report: