01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).
then in procedure division
move 'abcde' to var1 then waht is the value of var1 and var2
Answer Posted / soumya santosini patnaik
soc7 abend occurs because according to move rules
alphaneumericfields can be moved to numeric fields only
when alphanumeric field consists of numeric data only.
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Define static linking and dynamic linking.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the rules of the move verb?
What is a report item?
How do u write test cases?
In COBOL, what is the different between index and subscript?
What rules are followed by the search verb.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What do you understand by psb and acb?
Which is not true about evaluate statement
Difference between array and sub-script ?
What is the local-storage section?
HOw can I get the negative sign while deduct high value from low value
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?