Can we use DISP=SHR in output file in JCL
What is JOBLIB ?
Name some of the JCL statements that are not allowed in procs.?
A job has 90 steps i want to execute only step7 and step15
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
what is the purpose of coding class parameter in job statement?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
Can we write same stepname for one or more steps in on job ?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
Explain about REXX
How to copy VSAM files without using REPRO
Is Default for MSGCLASS = (1,1) ?