Its from the CBT and been around for many years. I am using IKJEFT01
and it executes, just doesn't generate the output I get to my screen
when in foreground. 
          IEFC653I SUBSTITUTION JCL - (3356,277),'KLEIN,
KEN',MSGLEVEL=(1,1),CL
        2 //SSTSO01   EXEC PGM=IKJEFT01,DYNAMNBR=90,TIME=NOLIMIT

        3 //SYSTSPRT  DD   SYSOUT=X

        4 //SYSTERM   DD   SYSOUT=X

        5 //SYSPRINT  DD   SYSOUT=X

        6 //SYSOUT    DD   SYSOUT=X

        7 //SYSTSIN   DD   *

-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
-  -  -
1READY

 SHOWZOS

 GSF Utilities - SHOWzOS R713                                2009-06-05
09.58 
 

 SHOWMVS is running authorized

 

 >Operating System:

 

   z/OS 01.09.00   FMID: HBB7740    CVTOSLVL: FF FF FF BF EF 70 00 00

 

   DFSMS     1.9.0                  Feature : FF 6F 77 7F A0 30

                           DFSMS Loader Fork Exit is present

                           DFSMS RVA SnapShot is available

                           DFSMS RVA SnapShot API is available

 

   JES2 Level: z/OS 1.9    NJE Node: EREPNODE    DSNID: 02




Ken Klein
Sr. Systems Programmer
[email protected]
502-495-5000 x7011

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of Bob Woodside
Sent: Friday, June 05, 2009 9:20 AM
To: [email protected]
Subject: Re: CLIST equivalent to REXX STRIP

On Friday 05 June 2009, Klein, Kenneth wrote:
>  I like the REXXTRY program. It should prove very useful. But I am 
> still disappointed in my efforts to run showzos in batch mode. I'd 
> like to run it every week and keep a few months of generations on hand

> just for debugging and historical reasons. But when I run it in batch,

> I only get a few lines of output. When run in foreground, I get tons 
> of output. What am I missing here?? TIA

I'm not familiar with showzos. Is this one of those things that needs to
be invoked from IKJEFT01 in batch because it's using TSO features?

Cheers,
Bob

- - - -
Bob Woodside
Woodsway Consulting, Inc.
www.woodsway.com


>
>
> Ken Klein
> Sr. Systems Programmer
> [email protected]
> 502-495-5000 x7011
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On 
> Behalf Of Michel Castelein
> Sent: Friday, June 05, 2009 6:23 AM
> To: [email protected]
> Subject: Re: CLIST equivalent to REXX STRIP
>
> "Gilbert Saint-Flour" <[email protected]> wrote in message 
> news:<[email protected]>...
>
> > On Thursday 04 June 2009 16:56, Paul Gilmartin wrote:
> > >>I'm trying to find a way to translate this REXX instruction to a 
> > >>CLIST equivalent ...
> > >
> > > Why?
> >
> > I wrote a bunch of CLISTs until I started writing REXX execs in 
> > 1991, but
>
> I
>
> > wrote very few CLISTs since then.  I wish a REXX exec could start 
> > with
>
> PROC,
>
> > like a CLIST can, so from time to time I write a CLIST just because 
> > of
>
> PROC.
>
> > BTW, this is the less-complex way I found to simulate REXX STRIP in 
> > a
>
> CLIST:
> > SET XXX = &STR(' AA-BB ')
> > REXXTRY RETURN STRIP(&XXX)
> > SET XXX=&STR(&RESULT)
> >
> > And this is the pure-REXX equivalent :
> >
> > XXX = ' AA-BB '
> > XXX = STRIP(&XXX)
> >
> > REXXTRY is described here:
> > http://gsf-soft.com/Freeware/REXXTRY.shtml
> >
> > --
> >  Gilbert Saint-Flour
> >  GSF Software
> >  http://gsf-soft.com/
>
> IMHO, there is indeed no CLIST equivalent.
> &STR prevents the value ' AA-BB ' to be treated as an arithmetic 
> expression, but it also prevents the removal of the leading and 
> trailing blanks.
> A kind of Catch-22 condition.
>
> Michel Castelein
> z/OS instructor & consultant
> http://www.geocities.com/michelcastelein/
>
> ---------------------------------------------------------------------
>- For IBM-MAIN subscribe / signoff / archive access instructions, send

>email to [email protected] with the message: GET IBM-MAIN INFO  
>Search the archives at http://bama.ua.edu/archives/ibm-main.html
>
> ---------------------------------------------------------------------
>- For IBM-MAIN subscribe / signoff / archive access instructions, send

>email to [email protected] with the message: GET IBM-MAIN INFO  
>Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to [email protected] with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to