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
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
Explain how can a jobs execution priority be modified?
how to allocate a dynamic dataset in jcl ?
Explain about LMFREE�free data set from its association with data ID
Is automatic restart possible in jcl?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is a procedure?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA