mkamalahasan Beginner
Joined: 24 Sep 2004 Posts: 2 Topics: 1 Location: India
|
Posted: Wed May 11, 2005 10:08 pm Post subject: |
|
|
Hi Kolusu,
Ofcourse I did a search before I raised the question in this forum. I know how to pass the parameters to a COBOL-DB2 Program. The question here is "how to pass an user parameter thru PARM to a COBOL-IMS program". I am very aware that there is a workaround to achieve the result by using files. In my case it will be very appropriate if I use PARM parameter.
The parm for DFSRRC00 is as below:
Code: |
PARM=(DLI,&MBR,&PSB,&BUF,&SPIE&TEST&EXCPVR&RST,&PRLD,&SRCH,
&CKPTID,&MON,&LOGA,&FMTO,&IMSID,&SWAP,&DBRC,&IRLM,&IRLMNM,
&BKO,&IOB,&SSM,'&APARM',&LOCKMAX,&GSGNAME,&TMINAME,&RRS)
|
Here I hope we can use the symbolic APARM to pass the parameters. Is that correct? If so, how to accept or read this parm in the COBOL application program? |
|