-
Search for a string of characters in a specific position
Is it possible to search for a string of characters in a specific position within a file, but using a parameter for the characters to be search for?
Question asked by visitor JR
-
Contributing Member
Re: Search for a string of characters in a specific position
Write a prog to pull in the parm via a linkage section.
Define an input record to segregate that field.
Step through the file comparing the field to the linkage parm.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules