Hi,

Is there a way, in Cobol, to specify JRNAD module exit to access a VSAM file ?

In Assembler we can specify:
ACB01    ACB   AM=VSAM,DDNAME=VSAM01,MACRF=(KEY,SEQ,DIR,OUT),
               EXLST=EXLST01
EXLST01  EXLST AM=VSAM,JRNAD=(JRNEXIT,A,L)
JRNEXIT  DC    CL8'EXITJRN'
Thanks in advance,

Jose Adauto Ribeiro

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to