Answer Posted / ankur
I am prety much sure that Instream data can not be passed
thru a cataloged PROC.
| Is This Answer Correct ? | 5 Yes | 0 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
what is SOC4 error?
Must tape dataset definitions include vol=ser specifications?
What does a disposition of (new,catlg,keep) for a dsn mean?
Brief description of inline procedure of jcl.
Explain how can a jobs execution priority be modified?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how would you create a temporary dataset? And where will you use them?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How does jcl specify the job to the operating system?
What is Cataloged Procedures?
Explain the function of dd disp parameter?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what are JCLLIB and STEPLIB in JCL?