I am doing a sort in a rexx routine as shown below:
ADDRESS LINKPGM 'SORT'
The problem here is that, this sort throws the messages to the console and I wanted to hide it. From the syncsort manuals, its says we can give a parameter MSG=NO to not have these messages sent to console. Can anybody help with the syntax of providing this parm to the above SORT statement. Not reaching anywhere with trial and error way.
Joined: 18 Jul 2007 Posts: 1218 Location: At my desk
Since you know how to get the sort to suppress the console messages, wouldn't the better question be something like "How to pass a PARM using ADDRESS LINKPGM?" posted in the REXX forum?