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 / nk
PARM is a way to pass data into a program without defining
a file for it. The parms listed are used to pass to COBOL
compiler.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How do you create a temporary dataset?
How to pass the parameter in parm using linkage section ? (syntax)?
how would you create a temporary dataset? And where will you use them?
In job processing, what happens in execution stage?
what is DSN in JCL and what are the parameters to declare the DSN?
How can an in-stream dataset be terminated?
Are there any set of rules for the names of the steps used in a job?
Define concatenating?
What is the function of //jcllib statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the function of //cntl statement?
Why block size is multiple of lrecl in jcl?
What is NOTCAT ?
How can the disposition of sysout datasets be set for an entire jobstream?