Hi,
Could it be possible to read a file, search for a specific string and set the return code of the step to a user defined value using REXX?
Example, input file ABC.DEF.GHI (flat file with 80 bytes of record length) which may or may not contain a string "REQUEST", read and search this file using REXX for string "REQUEST" and if the string is found then set the return code of the step which is executing the REXX to "999" else to "888".
Is this possible?