Answer Posted / madhavansvce
In JCL we can pass value in parm parameter and received in
cobol in the linkage section by using length and data fields
to be defined in cobol.
Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
What is the function of a dd statement?
Describe the various parameters utilized in the creation of a gdg?
Which dd parameters are required?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the format of comment statement?
Explain dfsort utility?
What is the purpose of the dd keylen parameter?
how you will the direct the data to spool using sysout option?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what operation is performed by job statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are the 4 fields in dd statement?
what is the resolution for sb37 error
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?