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
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the use of symbol // in jcl?
What is the function of //jcllib statement?
Explain how can a jobs execution priority be modified?
what operation is performed by job statement?
How can a stopped job be started again?
what is use of dsn parameter in dd statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
define cond parameter in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
when can a job time-out occur? How to overcome that?