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
how do you reference the printer file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Define cobol?
Why would you use find and get rather than to obtain?
How do you differentiate between cobol and cobol-ii?
How do you reference the following file formats from cobol programs?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are various search techniques in cobol? Explain.
) How do u handle errors in BMS macro?
Differentiate between structured cobol programming and object-oriented cobol programming.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the problem of ordered sequential files access?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between PIC 9.99 and 9v99 in COBOL?