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
For rewrite, why is it mandatory that file needs to be opened?
example for sub strings ? and refernce modifications whit output pls
explain sorting techniques in cobol program?
How do define dynamic array in cobol.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Discuss about changing dataset name in proc.
What is the usage of comp fields in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between binary search and sequential search?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is cobol?
Mention the guidelines to write a structured cobol program?
Write down the divisions of cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?