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 ?    20 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cobol?

747


How do define dynamic array in cobol.

671


How to know whether the module is dynamical or statistical?

656


Difference between array and sub-script ?

1167


i need a small 3d program using inline and outline.

1640






What is the difference between external and global variables in COBOL?

814


Define cobol?

863


What is the difference between binary search and sequential search?

642


What is static and dynamic call in cobol?

597


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2105


What is the utilization of copybook in cobol?

657


When is inspect verb is used in cobol?

676


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.

5693


What is length is cobol?

650


how do you reference the printer file formats from cobol programs

665