Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are
the ways for doing this?

Answers were Sorted based on User's Feedback



Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?..

Answer / sriharsha

only Numeric part of X(9) can be moved to 9(9)....
but whole 9(9) value can be moved to 9(9).....

Is This Answer Correct ?    2 Yes 3 No

Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?..

Answer / guatm

Alpha Numeric item can be moved to Numeric or numeric-edited item

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


What is amode(31)

0 Answers  


In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?

6 Answers  


What compiler option would you use for dynamic linking?

2 Answers  






In COBOL programming, what is PERFORM? What is VARYING?

0 Answers   CDC,


in a indexed file what is procedure for read the records from 12 to 18. please give the code example

2 Answers   L&T,


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


how many divisions are there in cobol

3 Answers   ADP,


What are the pertinent COBOL commands?

0 Answers   Satyam,


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

0 Answers  


Categories