What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Answer Posted / sivakumar sekharannair
compile error will occure if zeroes moved to alphabetic
field or spaces moved to numeric field.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the local-storage section?
how to refer the data field?
Define static linking and dynamic linking.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different rules for performing sort operation?
Write the code to count the sum of n natural numbers.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is report-item in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between next sentence and continue in cobol programing language?
how to move the records from file to array table. give with code example
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is length is cobol?
Difference between array and sub-script ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?