Sri Hari,

I think the original question was about using REXX in an E15 exit (or 
equivalently an E35).

This is something I've contemplated doing in the past but the required 
machinery is beyond me (or at least my patience). :-)

I'm also not sure about performance and function : If each pass through 
the exit (once per record) causes a fresh REXX environment to be created, 
with fresh variables it's not good:

It would be expensive.
Part of the charm of a REXX exit would be passing variables between 
invocations of the exit.

On the upside there are lots of possibilities if a REXX exit - whether as 
a sample or as product function - were created.

Cheers, Martin

Martin Packer,
zChampion, Principal Systems Investigator,
Worldwide Banking Center of Excellence, IBM

+44-7802-245-584

email: [email protected]

Twitter / Facebook IDs: MartinPacker
Blog: 
https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker



From:   Sri h Kolusu <[email protected]>
To:     [email protected]
Date:   24/02/2014 03:19
Subject:        Re: DFSort support for REXX E15?
Sent by:        IBM Mainframe Discussion List <[email protected]>



Hi,

Here are a couple of examples that show how to invoke DFSORT from REXX.

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ice1ca60/11.3?

Further if you have any questions please let us know

Kolusu
DFSORT Development
IBM Corporation

IBM Mainframe Discussion List <[email protected]> wrote on 
02/23/2014 01:19:10 AM:

> From: Binyamin Dissen <[email protected]>
> To: [email protected], 
> Date: 02/23/2014 01:19 AM
> Subject: DFSort support for REXX E15?
> Sent by: IBM Mainframe Discussion List <[email protected]>
> 
> I want to run a sort for a series of files that fit a dsname pattern.
> 
> The simple approach would be an E15 which runs thru the list of files, 
and
> rexx is simpler than assembler.
> 
> Seems like SYNCSORT has had that option for a while.
> 
> --
> Binyamin Dissen <[email protected]>
> http://www.dissensoftware.com
> 
> Director, Dissen Software, Bar & Grill - Israel
> 
> 
> Should you use the mailblocks package and expect a response from me,
> you should preauthorize the dissensoftware.com domain.
> 
> I very rarely bother responding to challenge/response systems,
> especially those from irresponsible companies.
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN



Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to