Re: Invoking a clist using IKJEFTSR

2014-12-26 Thread Shmuel Metz (Seymour J.)
In <067f8f5c-2f07-412e-a715-1a6b7ce0b...@comcast.net>, on 12/23/2014 at 10:20 PM, Micheal Butz said: >I'm trying to invoke a clist which uses >Terminal input/output to read and display data >Would allocating and using SYSTSIN/SYSTSPRT substitute for The >terminal input and output Yes if it's

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread Micheal Butz
I thought SYSTSIN and SYSTSPRT was for terminal I/O but okay Let me give it a try Thanks Sent from my iPhone > On Dec 24, 2014, at 7:59 PM, Walt Farrell wrote: > >> On Wed, 24 Dec 2014 18:07:30 -0500, Micheal Butz >> wrote: >> >> There is a homegrown clist that I want to use in Bach job >>

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread Walt Farrell
On Wed, 24 Dec 2014 18:07:30 -0500, Micheal Butz wrote: >There is a homegrown clist that I want to use in Bach job >This isn't APF authorized What's wrong with something like: // EXEC PGM=IKJEFT01 //SYSTSPRT DD SYSOUT=* //SYSPROC DD DSN=your.clist.library,DISP=SHR //SYSTSIN DD * %your-clist

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread Micheal Butz
There is a homegrown clist that I want to use in Bach job This isn't APF authorized Thanks Sent from my iPhone > On Dec 24, 2014, at 5:31 PM, Walt Farrell wrote: > >> On Wed, 24 Dec 2014 17:23:33 -0500, Micheal Butz >> wrote: >> >> I think I would have to call IKJTSOEV >> To set up a TSO

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread Walt Farrell
On Wed, 24 Dec 2014 17:23:33 -0500, Micheal Butz wrote: >I think I would have to call IKJTSOEV >To set up a TSO environment in a batch program before I called IKJEFTSR You haven't told us enough about your program and its environment, really. But if it runs in a standard batch job then just

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread Micheal Butz
I think I would have to call IKJTSOEV To set up a TSO environment in a batch program before I called IKJEFTSR Sent from my iPhone > On Dec 24, 2014, at 9:03 AM, Micheal Butz wrote: > > I just realized I cannt just link to IKJEFTSR I would have to run IKJEFT01 as > batch background job > Ok

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread Paul Gilmartin
On Tue, 23 Dec 2014 22:20:04 -0500, Micheal Butz wrote: > >I'm trying to invoke a clist which uses >Terminal input/output to read and display data > >Would allocating and using SYSTSIN/SYSTSPRT substitute for >The terminal input and output > Depends. Not if your program uses TPUT/TGET. -- gil -

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread Micheal Butz
I just realized I cannt just link to IKJEFTSR I would have to run IKJEFT01 as batch background job Ok thanks Sent from my iPhone On Dec 24, 2014, at 8:41 AM, John Arwe wrote: >> Would allocating and using SYSTSIN/SYSTSPRT substitute for >> The terminal input and output > > pretty sure I rout

Re: Invoking a clist using IKJEFTSR

2014-12-24 Thread John Arwe
> Would allocating and using SYSTSIN/SYSTSPRT substitute for > The terminal input and output pretty sure I routinely did this with IKJEFT01 back in the day (not TSR - used to write internal tools for devt folks as an avocation). I did a lot more Rexx than clist. Is there any reason you're usin

Invoking a clist using IKJEFTSR

2014-12-23 Thread Micheal Butz
Hi I'm trying to invoke a clist which uses Terminal input/output to read and display data Would allocating and using SYSTSIN/SYSTSPRT substitute for The terminal input and output Thanks Sent from my iPhone -- For IBM-MAIN subs