you will need to put comma at the end of every out (except the last)

On 2014-04-15, 20:20, Ron Thomas wrote:
Hello.

I am running File aid job and getting the errored out, could someone please let 
me know what is the issue in the card?

//STEP03   EXEC PGM=FILEAID
//DD01     DD DSN=P01.MPLTD.D0415.NEW,DISP=SHR
//SYSLIST  DD DSN=RKKUDE.S1ANCOPY.LIBR,DISP=(,CATLG,CATLG),
//            RECFM=FB,LRECL=132,
//            SPACE=(CYL,(50,20),RLSE)
//**&&  ADD $$DD CARDS
//SYSIN    DD *
$$DD01 LIST IF=(1,0,C'BAIS_LIMIT'),
        ORIF=(1,0,C'CALC_ETHOD_CODE'),
        ORIF=(1,0,C'COMENT_TEXT'),OUT=0
        ORIF=(1,0,C'C1MENT_TEXT'),OUT=0
        ORIF=(1,0,C'C2MMENT_TEXT'),OUT=0
        ORIF=(1,0,C'C3MMENT_TEXT'),OUT=0
/*
Here I am getting the below error.

        $$DD01 LIST IF=(1,0,C'BASIS_LIMIT'),
        ORIF=(1,0,C'CALC_METHOD_CODE'),
        ORIF=(1,0,C'COMMENT_TEXT'),OUT=0
ABOVE FUNCTION ENDED ON DIRECTORY END                                    RC=0
MEMBERS-READ=23,SELECTED=23,RECORDS-READ=25449
        ORIF=(1,0,C'C1MMENT_TEXT'),OUT=0
CONTROL CARD DOES NOT BEGIN WITH $$DD
.....SKIPPING TO NEXT $$DD CARD                                          RC=4


Thanks
Rajeev V
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to