1)what is compilation jcl for cobol program but it is
calling another program 2)what is compilation jcl for cobol
program but it is calling another program(in this, main
program is pure cobol but sub program is cobol+db2
program.can anyone please answer me for above questions.
it's very urgent
Answer Posted / mohan.chepuri
1) no it is not calling the another pgm,it wil compile
current pgm
2)no
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a dd statement has 2 types of parameters. Name them?
what is JCL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
which parameter is use to declare the name of dataset in dd statement?
What is the function of a dd statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is “Cond= even” and “Cond=only”?
Is it possible to define dd statements as you want?
Explain how can values be passed from the job stream to an executable program?
How can the submitting users racf authority be overridden in a job stream?
Explain how can the submitting users racf authority be overridden in a job stream?
How to submit jcl through a cobol program?
what is a jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain