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



As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged..

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

As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged..

Answer / mode rator

//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

Post New Answer

More JCL Interview Questions

How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


When should DISP=MOD is used?

6 Answers   TCS,


in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,






what is the difference between return code and maxcc?

2 Answers   iGate,


how to split a file

4 Answers   IBM,


how can u identify the db2 from jcl ?

2 Answers   TCS,


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


How do you pass parameters to the program as the job is being executed ?

2 Answers  


Is there any command to check wether the ps file is in sorted order?

4 Answers  


Categories