Previous Topic

Next Topic

Book Contents

Book Index

CTJVER Example 8

In the following example, CTJVER verifies the control statements in IEBGENER.

The required input and output DD files are:

//JS10   EXEC PGM=IEBGENER

//SYSPRINT DD SYSOUT=*

//SYSUT1   DD DSN=MY.FB.CLIST.LIB,

//            DISP=SHR

//SYSUT2   DD DSN=MY.VB.CLIST.LIB,

//            DISP=SHR

//SYSIN    DD *

 GENERATE MAXFLDS=2,MAXNAME=1

 RECORD   FIELD=(8,73,,1),FIELD=(72,1,,9)

 MEMBER   NAME=myclist

Parent Topic

CTJVER Examples