Explain about LMQUERY�give a dialog information about a data set
No Answer is Posted For this Question
Be the First to Post Answer
What does the one advantange of using IEBUPDTE?????
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
which utility is used to run a cobol-db2 program?
what is a steplib
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
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
Explain in DD statement what is the use of DCB parameter?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
what is the purpose of coding class parameter in job statement?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?