Answer Posted / satish.m.s
Use a file //dd1 DD sysout=(*,intrdr)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
what is use of space parameter in dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how can you check if a file is empty using jcl?
how to run batch program without jcl?
What is the purpose of dd dummy statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the jcl procedures?
Why block size is multiple of lrecl in jcl?
Explain the function of job statement in jcl?
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.
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?
what is “Cond= even” and “Cond=only”?
what is the use of IEBGENER utility?
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 ?