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 EQUAL ZEROES
MOVE SPACES TO O-field-name
END-IF
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
Discuss about changing dataset name in proc.
Explain what you understand by passing by value.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write a program that uses move corresponding.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
how to move the records from file to array table. give with code example
What do you understand by psb and acb?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do you reference the fixed block file formats from cobol programs
What are the access modes of START statement?
What is the local-storage section?
What is the difference between PIC 9.99 and 9v99 in COBOL?
) How do u handle errors in BMS macro