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 |
How may divisions are there in JCL-COBOL?
What are the differences between OS VS COBOL and VS COBOL II?
What are various search techniques in cobol? Explain.
How do you get the data to code the BMS macro?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
How is sign stored in a comp-3 field?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
diffrence between z(2) and z9(2)
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
how to change picture class of copy book variable inside program?
can any one help -s806
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.