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 |
How many parameters are there to a DISP statement and what are their uses ?
The maximum number of steps in a job?
what are the types of abends that occur on job failure? And explain the possible causes of these
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
describe the job statement, its meaning,syntax and significant keywords?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
can anyone explain me about sort in jcl with inrec and outrec ?
how can i use the parameters decalred in main pgm in sub pgm
Can I share my data with other jobs? How?
How to run cobol program using jcl?
How can a job send a status message to a tso user at the completion of a job?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)