What methodology can be adapted to transfer data to a program that is coded using the exec statement?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
What you mean by skeleton JCl?
How to check empty file in jcl?
whats the diff bw the evaluate also and and?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is the difference between JES3 and JES2?
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
What is jcl in mainframe?
What is the difference between the positional and keyword parameters? Give examples.