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 / vinodquestion
Hi Mr. Amar. Thank you for your answer. Then wat about 'abcd'..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
In which area will you utilize 88 level items in cobol?
Write down the divisions of cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are all the divisions of a COBOL program?
What is the difference between goback, stop run and exit program in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Explain about different table spaces.
) how do u code after getting data?
What are different data types in cobol?
State the various causes of s0c1, s0c5 and s0c7.
What are the different rules of SORT operation?
How do you differentiate between cobol and cobol-ii?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)