Is there a way to check for an empty file in JCL other than
using IEBCOMPR and the command PRINT COUNT(1)?
Answer Posted / mdv
Simple Sort job'll do.
Give PARM='nullout=rc4'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
how you can direct the data to spool using SYSOUT option?
What is the difference between the positional and keyword parameters? Give examples.
Explain how can a stopped job be started again?
how to do automated restart when a job abends?
what happens in conversion stage in job processing?
What is the function of a dd statement?
How can unused space allocation be returned to the system when a dataset is closed?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the jcl exec statement?
Brief description of inline procedure of jcl.
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 catelog procedure and how many catelog procedure to use in one job?
Give the syntax of job specifying jcl statement.
Why include statement is used in a jcl?