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 / chakri
kavya is right. We can move numeric to alphanumeric and
vice versa. error will be thrown only when we do arithmetic
operations when we move alpha numeric to numeric data
items .
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to remove 2 duplicate records and copy only one using job control language?
Difference between array and sub-script ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How many bytes S(8) comp field occupy and its maximum value?
What is rmode(any) ?
How do we get current date from system with century in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Define static linking and dynamic linking.
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.
What is the difference between Global and External Variables?
Can we redefine the field of x(200) to less than 200?
What is inspect in cobol ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?