|
View previous topic :: View next topic
|
| Author |
Message |
cpuhawg
Active User

Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
|
|
| I am looking to CALL IKJEFT01 during a REXX routine. Does anyone know what system library IKJEFT01 resides in? |
|
| Back to top |
|
 |
expat
Global Moderator

Joined: 14 Mar 2007 Posts: 8797 Location: Welsh Wales
|
|
|
|
| cpuhawg wrote: |
| I am looking to CALL IKJEFT01 during a REXX routine. Does anyone know what system library IKJEFT01 resides in? |
Not sure I get where you are coming from here, wouldn't you be executing the REXX under TSO anyway, either online or in batch ? |
|
| Back to top |
|
 |
superk
Global Moderator

Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
| Well, I did a TSO ISRFIND, entered IKJEFT01 for the member name and Y for the LOADMOD option, and it came back with SYS1.LPALIB. |
|
| Back to top |
|
 |
cpuhawg
Active User

Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
|
|
You can run ICETOOL in batch, but you can also allocate all the DD statements using REXX and CALL the SYS1.SORTLIB(ICETOOL) executing it interactively.
I am looking to execute IKJEFT01 in a REXX, capture the SYSTSPRT output, and perform additional processing.
I just located it in the SYS1.LPALIB, So this topic can be closed. |
|
| Back to top |
|
 |
ofer71
Global Moderator

Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
| Quote: |
| execute IKJEFT01 in a REXX |
This sentence is not valid, logically....
O. |
|
| Back to top |
|
 |
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
If there is a rexx running in batch, it is probably already running under IKJEFT01.
Can IKJEFT01 be "nested" or executed recursively? |
|
| Back to top |
|
 |
|
|