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
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Explain what you understand by passing by value.
Name the divisions, which are available in a cobol program?
what happens if parmparameter passes zero bytes to the program
What rules are followed by the search verb.
What are various search techniques in cobol? Explain.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
) what is the difference between AID and HANDLE AID?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
i need a small 3d program using inline and outline.
What are the pertinent COBOL commands?
How arrays can be defined in COBOL?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the LINKAGE SECTION used in COBOL?