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



01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZE..

Answer / dimpy19

d. Unpredictable

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


Name the parameters which can be used to limit the number of records written to a sysout dataset?

0 Answers  


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


what is “Cond= even” and “Cond=only”?

0 Answers  






What does S0C4 error mean?

8 Answers  


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


lines(1,cancel)??What is meant by that??Plz explain it....

1 Answers   IBM,


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


How to check empty file in jcl?

4 Answers   Infosys,


Categories