dfsort through rexx



IBM's Command List programming language & Restructured Extended Executor

dfsort through rexx

Postby storage » Fri Dec 18, 2009 10:40 am

Hello,

Can dfsort be invoked via rexx?If it's possible can someone plse give a sample rexx job invoking dfsort plse...
storage
 
Posts: 28
Joined: Tue Nov 11, 2008 3:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: dfsort through rexx

Postby expat » Fri Dec 18, 2009 3:06 pm

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.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: dfsort through rexx

Postby MrSpock » Fri Dec 18, 2009 7:30 pm

TSO CALL Command for your future reference, i.e.:

/* REXX */
...
"CALL *(SORT)"
...
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

Re: dfsort through rexx

Postby storage » Mon Dec 21, 2009 5:17 pm

Hello,
Thanks for the solution expat...the doc is very helpful and I could invoke sort from rexx..
storage
 
Posts: 28
Joined: Tue Nov 11, 2008 3:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: dfsort through rexx

Postby dick scherrer » Tue Dec 22, 2009 1:25 am

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
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post