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?
Write a cobol program making use of the redefine clause.
What guidelines should be followed to write a structured cobol prgm?
Name the sections present in data division.
Difference between cobol and cobol-ii?
How do you reference the following file formats from cobol programs?
What is the problem of ordered sequential files access?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is a scope terminator give example?
State the various causes of s0c1, s0c5 and s0c7.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to know whether the module is dynamical or statistical?
what is amode(24), amode(31), rmode(24) and rmode(any)?