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

Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


How to execute step2,step1, step3 if step1,2,3 are in order

8 Answers   CSC,


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

0 Answers  


what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,


how to set dependancy for jobs?

4 Answers  






how JCL works?

0 Answers  


Explain about Internal Sort

1 Answers  


What is multithreading in jcl?

0 Answers  


hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..

1 Answers   CTS,


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,


What do you understand by the term notcat 2 – gs?

0 Answers  


Categories