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 Vinod,
If we move to only numeric values but alphanumeric data
item into numeric data item, We not possible to get any
abend. If we move to alphabetic values (abcd) to numeric
data item we can get the abend soc7.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the different rules to perform a Search?
what is the difference between COBOL2 AND COBOL390?
What is Pic 9v99 Indicates in COBOL?
what is the use of outrecord?
What is inspect in cobol ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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 compute verb? How is it used?
) How do u handle errors in BMS macro
What rules are to be followed while using the corresponding options?
Give some examples of command terminators?
how do you reference the variable block file formats from cobol programs
What is comp-1 and comp-2?