Can we use empty VSAM as input?
Answer Posted / aditya
no u can't use empty VSAM as i/p ...place some data using
REPRO then u can use it...
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
In sms datasets, what is the function of the dd mgmtclas keyword?
Is acct parameter mandatory?
Can I share my data with other jobs? How?
which utility is used a dummy utility?
Mention the types of job control statements?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the function of the dd dcb keyword?
what are the various stages of job processing?
What is multithreading in jcl?
Name a few IBM utility programs, and explain its function.
How do you overcome this limitation ?
A dd statement consists of 4 fields. Name them?
when does a dataset go uncataloged?
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
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.