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
Difference between array and sub-script ?
how do you reference the printer file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is rmode(any) ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How many sections are there in data division in COBOL?
how do you reference the esds vsam file formats from cobol programs
what is the use of outrecord?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is redefines clause in COBOL?
What are literals?
What are the different open modes available in cobol?
How can you get the ksds file records into your cobol program?
What type of SDLC u followed? Why?