WORKING-STORAGE SECTION.
77 W-A PIC 9(3)V99 VALUE 23.75.
77 W-B PIC ZZ9V99 VALUE 123.45.
PROCEDURE DIVISION.
MOVE W-A TO W-B.
DISPLAY W-B.
STOP RUN.

compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o
subject data item. The "VALUE" clause was discarded.

WORKING-STORAGE SECTION.
77 W-A PIC 9(3)V99 VALUE 23.75.
77 W-B PIC ZZ9V99.
PROCEDURE DIVISION.
MOVE 123.45 TO W-B.
MOVE W-A TO W-B.
DISPLAY W-B.
STOP RUN.

2375


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

What are the common jcl syntax errors you get? This is not abends?

1 Answers  


i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


what is static and dynamic call with examples?

4 Answers   IBM,


What is difference between Return Code, user completion code, Abend code and reason Code?

2 Answers   IBM, Satyam, Wipro,






What do you understand by jcl?

0 Answers  


how to skip the steps in JCl

2 Answers   EDS,


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


how to resolve soc-7 ? please tell me

3 Answers   IBM,


Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?

3 Answers   IBM,


How can a jobs execution priority be modified?

0 Answers  


What is a COND parameter in JCL?

10 Answers   TCS,


Categories