Explain how can the attributes of one sms dataset be copied to another dataset?
No Answer is Posted For this Question
Be the First to Post Answer
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
How can the attributes of one sms dataset be copied to another dataset?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
How do you designate a comment in JCL?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how to create a member or sequential dataset through tso command??
What is the difference between run mode and addressing mode?
Can an individual step be restricted from using all the jobs allowed cpu time?
What are hierarchy levels in jcl?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?