In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
how you will define a temporary dataset in jcl?
Name a few IBM utility programs, and explain its function.
How can i execute 5th step without executing first 4 steps?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
explain concatinating datasets?
can we copy a file from fixed block to variable block and vice versa ....asap
How to find in aparticular step how many versions a paricular gdg base have?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain in DD statement what is the use of DCB parameter?
For how long a job can be executed continuously in a mainframe ?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?