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 / sumanth toom
Ans 2 is correct and to add further to that..when the
program tries to use this variable 'b', then it will give
S0C7
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
IF I mention stop run in CICS what happens?
What is difference between static and dynamic call in cobol?
What is link edit in cobol?
how to convert the recors form vsam file to db2 table tru file aid
What are various search techniques in cobol? Explain.
What is inspect in cobol ?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write a program to explain size error.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Can we change the password using ALTER? anyone tried and changed?
What is static and dynamic call in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is amode(24)?