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
Explain how you can characterize tables in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is search and searchall?what is the diffrence between them?give an best example?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how to convert the recors form vsam file to db2 table tru file aid
What do you understand by psb and acb?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you differentiate between cobol and cobol-ii?
What are all the divisions of a COBOL program?
how can i see junk values in dclgen or in hostvariable of comp ?
Have you used comp and comp-3 in your project? And how?
What are the different types of condition in cobol and write their forms.
Write the code to count the sum of n natural numbers.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.