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 |
What are the types of perform?
What is comp?
what is the difference between SEARCH and SEARCHALL?
Define perform? And its types?
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
What is the syntax of sort?
Arrays in COBOL/400
Explain the difference between search and searchall?
What are fillers? What is the actual use of fillers? With mall/simple example?
Trying to help a friend... How do you code screen I/O without a DDS? I know it can be done, because for a short time, I worked for a company that did it. It was just too long ago for me to remember what was involved.
What is perform?
How we can update data area in cobol 400 program?