Can we able insert data into a PS file Using IEBUPDTE
utility???
If Yes can anyone describe it please..
Answer / rishi
yes we can.
do you need a sample code or explanation for the same.
Is This Answer Correct ? | 1 Yes | 1 No |
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
how to resolve the soc4 error?
What is DSNDB06 ?
How do you restart a PROC from a particular step?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
If job is submitted with typerun = hold then how can we submit the same job?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
How to get the last but one duplicate record of the file using Sort?
how to compare two datasets without using superce because output is limited to 133 bytes
How many positional parameters are there in job statement?