How to test thru JCL if any file(PS or VSAM) is empty or
not. I do not want to use any COBOL prog or Ezytrieve and
want to do using utility.
Answer Posted / guruprasad
print command
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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
Where & How Do You Code Identifier In Jcl?
Describe the various parameters utilized in the creation of a gdg?
how do you access an uncataloged dataset in a jcl?
What is the significance of addrspc parameter in exec statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Is it possible to left uncode disp?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is the JCL statement consists of?
Explain how can return codes be tested before execution of a job step?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can the submitting users racf authority be overridden in a job stream?
what is use of dsn parameter in dd statement?
How do you create a temporary dataset?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?