Re: ERBSCAN in batch

2021-05-11 Thread kekronbekron
Excellent, indeed.
Thank you!

- KB

‐‐‐ Original Message ‐‐‐
On Wednesday, May 12, 2021 3:51 AM, Alan Young  wrote:

> The summary of records report in the REXX is produced by program ERBMFSCN. 
> There is sample JCL on how to call that in ERBSMFSC.
>
> -Original Message-
>
> > From: kekronbekron 02dee3fcae33-dmarc-requ...@listserv.ua.edu
> > Sent: May 7, 2021 8:10 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: ERBSCAN in batch
> > Hi,
> > Is it possible to run the erbscan line command in a batch job?
> > I don't want to run ADRDSSU with OPTION(DUMP) to DUMMY as that doesn't give 
> > the same amount of detail as does erbscan.
> > There's Watson Walker's SMFSCRUB but for sites with unnecessary 
> > restrictions even to vendor sites, that's not an option.
> >
> > -   KB
> >
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ERBSCAN in batch

2021-05-11 Thread Alan Young
The summary of records report in the REXX is produced by program ERBMFSCN. 
There is sample JCL on how to call that in ERBSMFSC.

-Original Message-
>From: kekronbekron <02dee3fcae33-dmarc-requ...@listserv.ua.edu>
>Sent: May 7, 2021 8:10 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: ERBSCAN in batch
>
>Hi,
>
>Is it possible to run the erbscan line command in a batch job?
>I don't want to run ADRDSSU with OPTION(DUMP) to DUMMY as that doesn't give 
>the same amount of detail as does erbscan.
>
>There's Watson Walker's SMFSCRUB but for sites with unnecessary restrictions 
>even to vendor sites, that's not an option.
>
>- KB
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ERBSCAN in batch

2021-05-10 Thread Peter Vels
On my system it's in SYS1.SERBCLS(ERBSCAN).  Your HLQ might differ, but the
LLQ shouldn't.

On Mon, 10 May 2021 at 16:29, kekronbekron <
02dee3fcae33-dmarc-requ...@listserv.ua.edu> wrote:

> Hi Peter,
>
> That's great, can you share more info (where's the REXX) here or
> separately?
>
> - KB
>
> ‐‐‐ Original Message ‐‐‐
> On Monday, May 10, 2021 11:50 AM, Peter Vels  wrote:
>
> > On Sat, 8 May 2021 at 13:10, kekronbekron <
> > 02dee3fcae33-dmarc-requ...@listserv.ua.edu> wrote:
> >
> > > Is it possible to run the erbscan line command in a batch job?
> >
> > Hi KB.
> >
> > Yes, it is possible.
> >
> > I was able to run ERBSCAN by editing the REXX, commenting out statements
> > like SETMSG MSG(ISRZ001) and VIEW/BROWSE DATAID, substituting instead an
> > LMCOPY to an output data set. This ran just fine invoked via an ISPSTART
> > in an IKJEFT1B batch job which also allocated the output data set.
> >
> > Peter
> >
> >
> -
> >
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ERBSCAN in batch

2021-05-09 Thread kekronbekron
Hi Peter,

That's great, can you share more info (where's the REXX) here or separately?

- KB

‐‐‐ Original Message ‐‐‐
On Monday, May 10, 2021 11:50 AM, Peter Vels  wrote:

> On Sat, 8 May 2021 at 13:10, kekronbekron <
> 02dee3fcae33-dmarc-requ...@listserv.ua.edu> wrote:
>
> > Is it possible to run the erbscan line command in a batch job?
>
> Hi KB.
>
> Yes, it is possible.
>
> I was able to run ERBSCAN by editing the REXX, commenting out statements
> like SETMSG MSG(ISRZ001) and VIEW/BROWSE DATAID, substituting instead an
> LMCOPY to an output data set. This ran just fine invoked via an ISPSTART
> in an IKJEFT1B batch job which also allocated the output data set.
>
> Peter
>
> -
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ERBSCAN in batch

2021-05-09 Thread Peter Vels
On Sat, 8 May 2021 at 13:10, kekronbekron <
02dee3fcae33-dmarc-requ...@listserv.ua.edu> wrote:

> Is it possible to run the erbscan line command in a batch job?
>

Hi KB.

Yes, it is possible.

I was able to run ERBSCAN by editing the REXX, commenting out statements
like SETMSG MSG(ISRZ001) and VIEW/BROWSE DATAID, substituting instead an
LMCOPY to an output data set.  This ran just fine invoked via an ISPSTART
in an IKJEFT1B batch job which also allocated the output data set.

Peter

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN