As PARM can supply information to a program ? Can PARM be
used to supply information to a cataloged or Inline
Procedure also ?
Answers were Sorted based on User's Feedback
Answer / prachi
PARM is basically used to send the values to cobol program
So i guess in both the cases for instream as well as for
catalog procedure ...we can use PARM parameter..
Correct me if i am wrong..
| Is This Answer Correct ? | 1 Yes | 2 No |
//mystep EXEC PGM=myprog,PARM='myparameters'
myparameters can content any data as your program need.
There is no way to use PARM with instream or cataloged
procedures.
| Is This Answer Correct ? | 0 Yes | 1 No |
In SPACE,what is directory,RLSE
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is model dataset label(Model DSCB)?
how to concatenate datasets
What is primary allocation for a dataset?
Explain in DD statement what is the use of DCB parameter?
I have three files for one step i need to override the third file how to do that in jcl?
What is the purpose of dd?
What is the function of job statement in jcl?
Explain about LMCLOSE�close a data set
i have step1,step2,step3 from where can i start coding cond parameter ?
What are the default system and catalog libraries in JCL?