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 are the different rules for performing sort operation?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is redefines clause in COBOL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
HOw can I get the negative sign while deduct high value from low value
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the rrds file formats from cobol programs
What are various search techniques in cobol? Explain.
IF I mention stop run in CICS what happens?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What type of SDLC u followed? Why?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Name some of the examples of COBOl 11?
What is the Purpose of POINTER Phrase in STRING command in COBOL?