What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Answers were Sorted based on User's Feedback
Answer / 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 |
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
which one is the best of com and com-3.using of real time ?
What is the maximum length of a field you can define using COMP-3 in COBOL?
1.What is the default print format in cobol?
What is the difference between write & move in COBOL?
Define cobol?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
What are the different forms of EVALUATE statement?
how will you define vsam file in select clause?
perform I from 0 by 1 until I=5?How maney times it will executes
what is sync clause?