I encountered an error when I move spaces to a numeric
field?What should I do to move spaces on that field?help
please.
Answer Posted / guest
IF I-field-name IS NUMERIC
MOVE SPACES TO I-field-name
END-IF
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What are the different data types in cobol?
Discuss about changing dataset name in proc.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What kind of error is trapped by on size error option?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to remove 2 duplicate records and copy only one using job control language?
What are the cobol coding sheets?
What is redefines clause in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
What are the pertinent COBOL
Mention the guidelines to write a structured cobol program?
what happens if parmparameter passes zero bytes to the program
How to know whether the module is dynamical or statistical?
What are the different types of condition in cobol and write their forms.