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
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is rmode(24)
What guidelines should be followed to write a structured cobol prgm?
How to know whether the module is dynamical or statistical?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is search and searchall?what is the diffrence between them?give an best example?
Difference between array and sub-script ?
What is inspect in cobol ?
Can a Search can be done on a table with or without Index?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
how do you reference the esds vsam file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
What are various search techniques in cobol? Explain.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Why occurs cannot be used in 01 level in COBOL?