What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Answer Posted / thavasi
all above answers are incorrect.
Move SPACES to numeric field:
=============================
Moving spaces/non-numeric to numeric won't give any
compilation error or S0C7.
S0C will occur only when u do computation with non-numeric data.
ZERO to alphabetic field:
========================
MOVing ZEROS to alphabetic - will result in compilation error.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What guidelines should be followed to write a structured cobol prgm?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Have you used comp and comp-3 in your project? And how?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is difference between static and dynamic call in cobol?
When is inspect verb is used in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What is cobol?
What are the different data types in cobol?
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 the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between Call and a Link?
What is the difference between perform … with test after and perform … with test before?