As PARM can supply information to a program ? Can PARM be
used to supply information to a cataloged or Inline
Procedure also ?
Answer Posted / 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 |
Post New Answer View All Answers
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain the function of //jcllib statement?
Explain about LMQUERY�give a dialog information about a data set
What is the function of //cntl statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is timing concept in mainframe?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the function of //cntl statement?
Brief description of inline procedure of jcl.
Explain the jcl exec statement?
Where & How Do You Code Identifier In Jcl?
How can the disposition of sysout datasets be set for an entire jobstream?