How do you pass parameters to the program as the job is
being executed ?
Answer Posted / guest
By using 'parm' parameter in exec statement. the value
mentioned here should be declared in linkage section in the
program and process thru procedure division. this technique
is very useful when you do not know the parameters at the
time of coding the programs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
How does jcl act on code(if you take a cobol program)?
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) ?
Is it possible to define dd statements as you want?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are the 2 types of parameters in dd statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is condition checking possible in jcl?
Explain the function of //cntl statement?
which utility is used a dummy utility?
Does jcl support automatic restart?
what operation is performed by job statement?
How jcl work to handle various input output file operations?
How can a stopped job be started again?
is there any way to execute more than one proc in the same exec statement at the same time..?