a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
No Answer is Posted For this Question
Be the First to Post Answer
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
Define concatenating?
What is job control language?
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
Explain the purpose of dd dummy statement?
What are the parameters that are used in creating a gdg?
What is the difference between the JOBLIB and the STEPLIB statements?
Explain the function of job statement in jcl?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.