5 pts.
 Using LIKE in AS/400 Cobol
How to use 'LIKE' in Cobol similar to query/400(example Field_A LIKE '%777%')

Software/Hardware used:
ASKED: June 9, 2008  3:20 PM
UPDATED: April 26, 2010  6:27 AM

Answer Wiki:
Use INSPECT
Last Wiki Answer Submitted:  August 28, 2009  9:01 pm  by  CharlieBrowne   32,785 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,785 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Use LIKE to do what? To test a value input through a DSPF by a user? To test a batch of records to choose which ones to process a particular way? To subset records for processing by the program?

Tom

 107,765 pts.