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
When is inspect verb is used in cobol?
What are the different rules to perform a Search?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are literals?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
i need a small 3d program using inline and outline.
What is report-item in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is rmode(any) ?
What is a SSRANGE and NOSSRANGE?
What is inspect in cobol ?
What are the different rules for performing sort operation?
What are the different rules of SORT operation?