The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
No Answer is Posted For this Question
Be the First to Post Answer
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 can an in-stream dataset be terminated?
How can a job send a status message to a tso user at the completion of a job?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
what is the difference between perform varying and perform
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
what is use of dcb parameter in dd statement?
Can I share my data with other jobs? How?
I have a File that has duplicate records. I need only those records that occur more than thrice.
how would you create a temporary dataset? And where will you use them?
How would you understand error(execution phase)?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?