how you can access an uncataloged dataset in a JCL?
No Answer is Posted For this Question
Be the First to Post Answer
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
what is the Difference between SYSIN and PARM ?
can we write a proc with in a proc
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
How do you restart a step in JCL?
The maximum number of steps in a job?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
Explain about LMMFIND - find a library member
Brief description of inline procedure of jcl.
How to override loadlib?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!