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 the difference between Global and External Variables?
how do you reference the variable block file formats from cobol programs
How can you get the ksds file records into your cobol program?
Can a Search can be done on a table with or without Index?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the different open modes available in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Differentiate between structured cobol programming and object-oriented cobol programming.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is difference between static and dynamic call in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different rules to perform a Search?
How do you reference the fixed block file formats from cobol programs
What are the access modes of START statement?
What are the rules of the move verb?