77 a pic x(4) value '1234' -----> instead of this 'abcd'
77 b pic 9(4) value zeros.
move a to b
what is the answers for both cases?
IS it possible? Give me elementary move rules briefly......
Answer Posted / amarnath reddy
Hi Himanshu,
you read and try to understand my answer. I posted my answer
is Those cases not possible only when we move 1234 to b data
item that is accepted otherwise move abcd to b data item
possible to get the abend soc7.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the variable unblock file formats from cobol programs
What are the different data types in cobol?
What is static and dynamic call in cobol?
Explain about different table spaces.
What are 77 levels used for?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Explain how to differentiate call by context by comparing it to other calls?
What rules are to be followed while using the corresponding options?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the various section in data division and briefly explain them.
How are the next sentence and continue different from each other?
how to move the records from file to array table. give with code example
What are all the divisions of a COBOL program?