how you will the direct the data to spool using sysout option?
No Answer is Posted For this Question
Be the First to Post Answer
In sms datasets, what is the function of the dd mgmtclas keyword?
How do you submit a job for execution?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
What is difference between Return Code, user completion code, Abend code and reason Code?
Explain about File Tailoring
Why do you want to specify the REGION parameter in a JCL step?
What does S0C4 error mean?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?