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 / rajini
We wont get data exception error (SOC7) , the program will
go fine , But the value in b will be junk.
| Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
What is link edit in cobol?
What are the different open modes available in cobol?
Which division and paragraphs are mandatory for a COBOL program?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What the difference is between continue and next sentence?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Why would you use find and get rather than to obtain?
State the various causes of s0c1, s0c5 and s0c7.
what is difference between cobol and cobol/400
What are the cobol coding sheets?
A table has two indexes defined. Which one will be used by the SEARCH?
What are different data types in cobol?
How to remove 2 duplicate records and copy only one using job control language?
How to print 10 to 1 if the input have only 10 digit number?