how can we pass parameters from JCL to cobol
subprogram...my requirement is i should not get data from
mainprogram but i need it from JCL directly
Answer Posted / squid
You could use PARM on the EXEC statement and get values
from JCL in the Linkage Section.
Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Explain the function of a dd statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what is use of space parameter in dd statement?
List in order the hierarchical levels of jcl?
What is the significance of addrspc parameter in the exec statement?
what are the various stages of job processing?
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 there any command to check wether the ps file is in sorted order?
What is multithreading in jcl?
What is one line to pass PARM from JCL to COBOL?
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.
Explain how can return codes be tested before execution of a job step?
List the different jcl statements that are not permitted in the procedures?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?