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 / amjith pillai
01 a pic x(4) value 'abcd'
01 b pic 9(3)
Yes, you can move. Try just a move and display B. you will
get abc.
But if you go for an operation (add, move to comp variable
etc) then you will hit SOC7
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why did you choose to work with ibm mainframe cobol programming?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Mention the guidelines to write a structured cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
In COBOL, what is the different between index and subscript?
How do you reference the fixed block file formats from cobol programs
What is link edit in cobol?
How do define dynamic array in cobol.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Name some of the examples of COBOl 11?
Can you please let me know the centre name of INS certification in Kolkata.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
what is search and searchall?what is the diffrence between them?give an best example?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the different data types in cobol?