how to create gdg with out using idcams utility
Answer Posted / guest
thru file-aid
| Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
Explain about ISPF/TSO Commands
What are hierarchy levels in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the job statement in jcl?
What is use of restart and how to use it?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what is use of space parameter in dd statement?
Explain dfsort utility?
What is the function of the dd avgrec keyword in sms datasets?
Are there any set of rules for the names of the steps used in a job? What are they?
How gdg are concatenated?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
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