Page 1 of 1

dfsort through rexx

PostPosted: Fri Dec 18, 2009 10:40 am
by storage
Hello,

Can dfsort be invoked via rexx?If it's possible can someone plse give a sample rexx job invoking dfsort plse...

Re: dfsort through rexx

PostPosted: Fri Dec 18, 2009 3:06 pm
by expat
This is a link to the DFSORT smart tricks documentation which has many examples of using the product, including via REXX.

Please click HERE to access it.

Re: dfsort through rexx

PostPosted: Fri Dec 18, 2009 7:30 pm
by MrSpock
TSO CALL Command for your future reference, i.e.:

/* REXX */
...
"CALL *(SORT)"
...

Re: dfsort through rexx

PostPosted: Mon Dec 21, 2009 5:17 pm
by storage
Hello,
Thanks for the solution expat...the doc is very helpful and I could invoke sort from rexx..

Re: dfsort through rexx

PostPosted: Tue Dec 22, 2009 1:25 am
by dick scherrer
Good to hear it is working - thanks for letting us know :)

If you post this bit of code, it will probably help someone else with a similar question/requirement.

d