Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are
the ways for doing this?
Answer Posted / sp
Fully agree to Jayaprabhu.
We can move 9(9) to X(9). But if alphanumeric field
contains only numeric then and then we can move X(9) to 9
(9).
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Can we change the password using ALTER? anyone tried and changed?
what is search and searchall?what is the diffrence between them?give an best example?
Write some characteristics of cobol as means of business language.
Difference between cobol and cobol-ii?
What are the various section in data division and briefly explain them.
What are the cobol coding sheets?
In COBOL, what is the different between index and subscript?
how to refer the data field?
In which area will you utilize 88 level items in cobol?
What is the Purpose of Pointer in the string?
In COBOL programming, what is PERFORM? What is VARYING?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?