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 / shiva
no we cannot move alphabet in to a numeric field....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is amode(31)
Explain how to differentiate call by context by comparing it to other calls?
For rewrite, why is it mandatory that file needs to be opened?
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.
Mention the guidelines to write a structured cobol program?
What is the difference between binary search and sequential search?
What is the difference between next sentence and continue in cobol programing language?
What is redefines clause in COBOL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is Pic 9v99 Indicates in COBOL?
Explain how you can characterize tables in cobol?
What are the cobol coding sheets?
Write a program to explain size error.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How many sections are there in data division in COBOL?