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 a jcl?
Explain dd statement in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Mention the types of job control statements?
What is the purpose of dd?
Is automatic restart possible in jcl? If yes, how?
Explain the jcl exec statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
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?
what is the purpose of coding notify parameter in job statement?
How to pass data to a program that is coded in an exec statement?
What parameter directs the output of the job log dataset?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?