Give the syntax of job specifying jcl statement.
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of keyword in JCL? What is its opposite?
Mention the types of job control statements?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
Explain about Internal Sort
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
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
How to execute step2,step1,step3 when step1,2&3 are in order
how to concatenate datasets
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What is Cataloged Procedures?
Explain dd statement in jcl?