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 a SSRANGE and NOSSRANGE?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Can we redefine the field of x(200) to less than 200?
Name the divisions, which are available in a cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do you reference the following file formats from cobol programs?
Mention the guidelines to write a structured cobol program?
How arrays can be defined in COBOL?
what is the use of outrecord?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is link edit in cobol?
What is cobol?
Can we change the password using ALTER? anyone tried and changed?
what are decleratives in cobol?
What are the different types of condition in cobol and write their forms.