Good morning,
I need to do a line break whenever I find the string ‘AAA’ in each record read. So I successfully executed the command OUTREC FINDREP=(INOUT=(C’AAA’,X’0A’) but when I open the output file, I don’t find newlines, I just find a hexadecimal replacement of AAA by 0A.
Doesn’t the X’0A’ really represent a line break if we mention it like that in the JCL directly? Other Tips?
THANKS
New contributor
Azire Hagerty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.