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
When output dataset space is required, what quantity categories are used?
How to submit a jcl from cics?
When space is allocated for an output dataset, what units can be used?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the use of disp parameter?
What do you understand by the term notcat 2 – gs?
What is the function of the steplib dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Name what parameter directs the output of the job log dataset?
Is their any set of rules for dd? Explain.
what is the compile process of cobol program expalin with code
Is there any command to check wether the ps file is in sorted order?
Which dd parameters are required?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you