how can we pass external data to instream procedures
Answer Posted / muhammad jamshad
By using override on step inside the procedure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to override loadlib?
What do you know about jcl?
What is the format of comment statement?
How would you understand error(execution phase)?
What are hierarchy levels in jcl?
What are the jcl procedures?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
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
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the use of symbol // in jcl?
Which dd parameters are required?
what is SOC4 error?
What is condition checking in jcl? Is this possible?
Explain the function of the steplib dd statement?
Is it possible to define dd statements as you want?