01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / shibin shah
alpha numeric value cant be stored in integer data type ....
so b will b contain junk valueeee...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
Define cobol?
Have you used comp and comp-3 in your project? And how?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are all the divisions of a COBOL program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Write a program that uses move corresponding.
HOw can I get the negative sign while deduct high value from low value
What are the pertinent COBOL commands?
how do you reference the ksds vsam file formats from cobol programs
Which is not true about evaluate statement
Explain about different table spaces.
What is length is cobol?
Write the code to count the sum of n natural numbers.