Explain about LMFREE�free data set from its association with data ID
No Answer is Posted For this Question
Be the First to Post Answer
Do we need to code DCB parameters when using DISP position as MOD?
Explain the purpose of the dd keylen parameter?
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
how do you access an uncataloged dataset in a jcl?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
How is a type of file defined in the jcl that executes the cobol program?
how many types of sorts are there in jcl?
Which statement is used to identify the private libraries in job?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Explain how can return codes be tested before execution of a job step?
what is instream data