Which statement is used to identify the private libraries in job?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMOPEN -
common jcl abends??
Explain about File Tailoring
How is a new GDG coded?
read all error codes like SB07?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
can i sort packed decimal if i can tell the syntax
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the meaning of keyword in JCL? What is its opposite?
What do you understand by the term job time – out and how can you overcome that?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes