It's possible use %TRIM statement like rpgile?
Answers were Sorted based on User's Feedback
Answer / chandra
Yes, It is possible to use like %trim as below code.
STRING FIELD1 delimited BY SPACES
| Is This Answer Correct ? | 7 Yes | 0 No |
this wasn't the exact answer becoz in Rpgle %trim used to trim the spaces in both sides ( Right as well as Left side spaces if any spaces found in that string)
| Is This Answer Correct ? | 1 Yes | 0 No |
Arrays in COBOL/400
Explain the difference between section, paragraph and sentences?
How to update data area in cobol 400 program?
How we create file in COBAL400
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
What is redefine?
What is input procedure?
what is PERFORM? and its types?
What are the types of perform?
What is sort?
01 A PIC 9. 01 B PIC 99V1. 01 C PIC 99. MOVE 1 TO A. MOVE 0.2 TO B. COMPUTE C ROUNDED TO 3/3 + A.
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?