25 pts.
 text search using rpg
I am trying to create a method to search for a text stream that may exist in the file using RPGIII

Software/Hardware used:
ASKED: August 14, 2008  9:05 PM
UPDATED: August 18, 2008  6:04 AM

Answer Wiki:
Text string? RPG III - that would be SCAN C FLDA SCAN FLDB FLDC 5 0 flda - desired value fldb - Field from the file fldc - numeric position where field is found Ankush Chaudhary (Comments) Hi, I feel you are to search for a string in a members of a source file. Then the only option availableis FNDSTRPDM command. You can write in a CL program for doing this search or just use F13 and with option 25 you can use the builtin command FNDSTRPDM command. Please revert to me for more clarifications Thanks Ankush
Last Wiki Answer Submitted:  August 18, 2008  6:04 am  by  philpl1jb   44,070 pts.
All Answer Wiki Contributors:  philpl1jb   44,070 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _