If I update one or more members in a pds in the step 1, how
can I reach these new contents to be used in the step 2 of
the same job? To start a new job via intrdr is not
satisfactory, because I must solve this problem in one job.
Answers were Sorted based on User's Feedback
Answer / himap
Be it proper updating or appending the records in the file, accessing updated records would be only possible by program that too if we have an identifier (generally the timestamp). If you are talking of the file rather than the records then refer back can be made use of.
| Is This Answer Correct ? | 0 Yes | 0 No |
List the different components of jcl statement?
Why do you want to specify the REGION parameter in a JCL step?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
Can we call instream to catalog and catalog to instream?
What is COND=ONLY ?
how can you check if a file is empty using jcl?
What is a procedure?
which statement is used to end the in-stream procedure in a jcl?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?