What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Answer Posted / varun v
1) Move Spaces to Numeric field:
Here program would give compilation error saying Spaces
to Numeric integer did not follow the "MOVE" statement
compatibility rules.
2) Move Zeroes to Alphabetic field:
Would work fine with Movement of Zeroes to the
Alphabetic field.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
What are the different open modes available in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to know whether the module is dynamical or statistical?
what is the difference between COBOL2 AND COBOL390?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is difference between static and dynamic call in cobol?
Define cobol?
What is the use of intialize verb?
how to access the file from prodution from changeman tool and to submit a file to production
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how can i see junk values in dclgen or in hostvariable of comp ?
how to convert the recors form vsam file to db2 table tru file aid
How to use the same COBOL program in Batch and CICS on lines? explain with an example