What is the purpose of the PARM keyword in the EXEC statement?
Answer Posted / venkatachalam
Passing the input to the COBOL Program. The length of the
parm parameter size only 100 characters.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how to do automated restart when a job abends?
Explain the purpose of dd dummy statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
In job processing, what happens in execution stage?
A dd statement consists of 4 fields. Name them?
Is acct parameter mandatory?
Are there any set of rules for the names of the steps used in a job?
Can I send output of job to my remote device careerride123?
Is their any set of rules for dd? Explain.
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can values be passed from the job stream to an executable program?
Explain the function of //jcllib statement?
how to compare two datasets without using superce because output is limited to 133 bytes