We are using 2 files , file one has data, file two is
empty.Using jcl how can we find the other file is empty?
Answer Posted / sham
using idcams and its command print we can find wheather the
fiel is empty or not
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
What is the function of the dd avgrec keyword in sms datasets?
Name a few IBM utility programs, and explain its function.
How jcl work to handle various input output file operations?
How to submit a jcl from cics?
Explain the jcl exec statement?
how do you code a null statement?
Explain about LMQUERY�give a dialog information about a data set
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
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the purpose of dd * statement in jcl?
Explain the function of dd disp parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
how you can access an uncataloged dataset in a JCL?
Explain how can return codes be tested before execution of a job step?