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 / rajesh_m13
stepname exec vsamempt=yes
that shows empty file
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the jcl exec statement?
Mention the types of job control statements?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How to run cobol program using jcl?
What is the difference between the positional and keyword parameters? Give examples.
How can values be passed from the job stream to an executable program?
how do you access an uncataloged dataset in a jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how JCL works?
How can an in-stream dataset be terminated?
What is jcl in mainframe?
Explain the purpose of dd * statement in jcl?
what is use of dsn parameter in dd statement?
how would you create a temporary dataset? And where will you use them?
What is condition checking in jcl? Is this possible?