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
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 |
Answer / guatm
Alpha Numeric item can be moved to Numeric or numeric-edited item
| Is This Answer Correct ? | 0 Yes | 1 No |
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
plz any one tell clearly the justify right clause?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is the use of outrecord?
What is static and dynamic call in cobol?
Where the Plan is located in CICS-DB2
What is level 66 used for ?
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.
what is the difference between perform varying and perform until
How To move a value to an array using move verb?
What is a scope terminator? Give examples.