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
How to override loadlib?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
is there any way to execute more than one proc in the same exec statement at the same time..?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain about RECORDING MODE Clause
How to use COND Parameter in jcl
Definition of COND parameter in JCL
What do you feel makes a good program?
Why block size is multiple of lrecl in jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
how to eliminate the duplicates in sorting
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?