what is the general use of PARM? Give an explanation about
the system defined parameters that could be passed through
this PARM like XREF,LIST,LET,APOST,RENT etc..
Answer Posted / tnr
PARM parameter is used to pass the data to the COBOL
program from JCL.Using this parameter you can pass only 100
characters excluding quotes.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
what happens in execution stage in job processing?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what is the difference between JES3 and JES2?
Which statement is used to identify the private libraries in job?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Name what parameter directs the output of the job log dataset?
How can a fb file convert to vb file using sort program?
What is the purpose of dd * statement in jcl?
Can I send output of job to my remote device careerride123?
what is the use of IEBGENER utility?
How can a stopped job be started again?
What is the function of job statement in jcl?
What is the difference between the positional and keyword parameters? Give examples.