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
How does the jcl specify the job to os?
How does jcl act on code(if you take a cobol program)?
What is the function of //cntl statement?
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
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What do you understand by the term job time – out and how can you overcome that?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what are the types of abends that occur on job failure? And explain the possible causes of these
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is condition checking possible in jcl? If yes, how?
What is the function of a dd statement?
Explain how can the submitting users racf authority be overridden in a job stream?
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 the function of dd name parameter with a 2 part structure; audit.report?
What is jcl in mainframe, and how many types of jcl statements are there for a job?