Answer Posted / rekha
We can pass the data from JCL to COBOL
By using SYSIN statement or
By using PARM parameter.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
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 difference between run mode and addressing mode?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the purpose of dd dummy statement?
How to run cobol program using jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is jcl in mainframe?
How jcl is used for testing batch programs?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is the compile process of cobol program expalin with code
Can I share my data with other jobs? How?
Explain in DD statement what is the use of DCB parameter?
Explain the function of //jcllib statement?
How can unused space allocation be returned to the system when a dataset is closed?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?