Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


It's possible use %TRIM statement like rpgile?

Answers were Sorted based on User's Feedback



It's possible use %TRIM statement like rpgile?..

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

It's possible use %TRIM statement like rpgile?..

Answer / pvenkatakishore

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

Post New Answer

More COBOL400 Interview Questions

Explain how to update data area in cobol 400 program?

0 Answers  


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 * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field

2 Answers  


Explain the syntax of redefine?

0 Answers  


what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 Answers  


What is the syntax of sort?

0 Answers  


define comp?

2 Answers  


Deleting a record from a Sequential file.

2 Answers   Polaris,


Can we open close file in COBOL any number of times?

2 Answers   Kanbay,


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.

2 Answers  


what is the difference between SEARCH and SEARCHALL?

2 Answers  


How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code

5 Answers   CGI,


Define redefine?

0 Answers  


Categories