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 use of intialize verb?
What is the usage of comp fields in cobol?
how do you reference the variable block file formats from cobol programs
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is a scope terminator give example?
What is the difference between binary search and sequential search?
i need a small 3d program using inline and outline.
what is the use of outrecord?
how to access the file from prodution from changeman tool and to submit a file to production
What is the local-storage section?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you differentiate between cobol and cobol-ii?
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?
What is the utilization of copybook in cobol?