Explain about LMQUERY�give a dialog information about a data set
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 ?
How to submit a jcl from cics?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
Can we change a FB file to VB file in JCL? Please help
is step name is compulsory in jcl ?
how to compress the data set
describe the dd statement,its meaning,syntax and keywords?
How to create delta file using JCL
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
What is the function of //jcllib statement?