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 |
What is the function of a dd statement?
Explain about ISPF/TSO Commands
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
how to eliminate the duplicates in sorting
How to fetch even records from one file to another file by using ICETOOL in JCL?
What is COND=ONLY ?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
if the submitter of a job wants to inform another user about the job completion, how can it be done?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
What are the parameters that are used in creating a gdg?
i want to avoid the positional parameter how to code it ?