what is use of space parameter in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use DISP=SHR in output file in JCL
Why do you use a control card?
which parameter is use to declare the name of dataset in dd statement?
Which dd parameters are required?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
Is acct parameter mandatory?
What are the parameters that are used in creating a gdg?
What are the valid DSORG values ?
Explain the function of job statement in jcl?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
what happens if job falls in loop ? how to resolve it ?