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 / ajay
Sorry ..
I don't know why you are looking into Redefines clause for
the above ...
See what ever it is you can able to move from NUMERIC to
ALPHANUMERIC.But you can not able to move alphanumerics to
NUMERIC.
Move 9(9) to x(9) --possible
Move x(9) to 9(9) -- Not possible.
They may try to confuse you ... but don't give a chance to
them Thanks.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is rmode(any) ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the pertinent COBOL
In COBOL, what is the different between index and subscript?
How can you get the ksds file records into your cobol program?
Difference between cobol and cobol-ii?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different rules of SORT operation?
How many bytes S(8) comp field occupy and its maximum value?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Explain about different table spaces.
What is the LINKAGE SECTION used in COBOL?