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 |
Explain the syntax of redefine?
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
define sort? and its syntax?
Define sort?
Explain how to update data area in cobol 400 program?
what is the cobol compiler?
seqence numbers in cobol
write a cobol program to display prime numbers between 1 to 100?
What are fillers? What is the actual use of fillers? With mall/simple example?
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC
It's possible use %TRIM statement like rpgile?