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 can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is redefines clause in COBOL?
what is the use of outrecord?
IF I mention stop run in CICS what happens?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you define single dimensional array and multidimensional array in your cobol?
Give some examples of command terminators?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the use of intialize verb?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is static and dynamic call in cobol?
what happens if parmparameter passes zero bytes to the program
Can you please let me know the centre name of INS certification in Kolkata.
Whats the difference between search & search ALL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?