Re: [External Sender] Re: IBM BLSR subsystem

2022-05-16 Thread Carroll, William
I would love to see your sort, I am attempting that same project at my site.

Thank You
bill

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Massimo Biancucci
Sent: Monday, May 16, 2022 1:40 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [External Sender] Re: IBM BLSR subsystem

Hi,

we changed many JCLs using " AMP=('ACCBIAS=DO')" and succeded in CPU and 
elapsed time reduction (up to 50% in few cases).

We used SMF64 to choose the best candidates.
If needed, I can share a simple SORT step to convert SMF64 to "readable"
CSV file.

Best regards.
Max

Il giorno lun 16 mag 2022 alle ore 16:36 Pommier, Rex < 
rpomm...@sfgmembers.com> ha scritto:

> Hi list,
>
> Is the BLSR subsystem (batch local shared resources) still a 
> viable/valuable thing or has it been replaced by something 
> bigger/better/faster?  I seem to be stuck in the  mid-90s because the 
> most current documentation I can find on it is from MVS/ESA 5.1 dated 
> 1994.  Is there more current documentation on how to use it and how it 
> works?  Has it been replaced and deprecated?  I just had a developer 
> use it last week and experienced a 40+ reduction in I/Os but I wanted 
> to read up on its limitations - especially around using it on a shared VSAM 
> dataset.  However
> I can't find anything newer than 25+ years old.   I did multiple internet
> searches which is where I found the ESA manual.  I checked the 
> knowledge center and my own z/OS 2.2 and 2.4 collections all to no avail.
>
> Thanks,
>
> Rex
>
> --
> The information contained in this message is confidential, protected 
> from disclosure and may be legally privileged. If the reader of this 
> message is not the intended recipient or an employee or agent 
> responsible for delivering this message to the intended recipient, you 
> are hereby notified that any disclosure, distribution, copying, or any 
> action taken or action omitted in reliance on it, is strictly 
> prohibited and may be unlawful. If you have received this 
> communication in error, please notify us immediately by replying to 
> this message and destroy the material in its entirety, whether in electronic 
> or hard copy format. Thank you.
>
> --
> 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



WARNING: All information contained in, and/or attached to, this message is 
privileged and/or confidential and is protected from disclosure.  This email 
may contain non-public information that includes, but it not limited to 
personally identifiable information of a natural person.  The unauthorized 
access, use, modification, alteration, or disclosure of such non-public 
information is prohibited.   If  you are not the intended recipient, you are 
hereby notified that any unauthorized dissemination, distribution or copying of 
this communication is strictly prohibited.  Please notify the sender 
immediately if you have received this email in error, and delete it from your 
computer.




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


Re: [External Sender] Re: LRS VPS Printer Replacment

2017-12-14 Thread Carroll, William
Another vote for NPF.  I have the same exact situation as Dana.  Works well.  
We do CICS , Mainframe, Network, printing all through the same devices.  Not 
one issue for over 2 years.

Bill

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Dana Mitchell
Sent: Thursday, December 14, 2017 9:38 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [External Sender] Re: LRS VPS Printer Replacment

Here's another vote for IBM's NPF.  It does indeed work, the only rough bits is 
the sort of un-intuitive way you set up printers and different types of output. 
 Between the bare bones ISPF panels, a slightly altered NPF exit from CBT tape 
to support different forms and seperator pages, and a home written REXX to 
summarize the configuration options, we make do and it does the job for our 
small number of printers.

Dana
 
On Thu, 14 Dec 2017 13:58:43 +, Jackson, Rob  
wrote:

>We successfully replaced VPS with NPF, which is included in CommServer.  It's 
>not quite as robust as VPS, but considering the price, it works beautifully.
>
>https://urldefense.proofpoint.com/v2/url?u=https-3A__www.ibm.com_suppor
>t_knowledgecenter_en_SSLTBW-5F2.2.0_com.ibm.zos.v2r2.halp001_toc.htm=
>DwIFaQ=d60WtbP-TE8UTVlwaGeUew=0OYrvv-xAtC8gopEzih2fGqhAF71aLLPILdkm
>_E4qhE=Eggqe4V6j4HDzCSzZYCekJPNDALqHQkFg8c7hiJdAxY=STdAp-9OQtbRaDbu
>7bcaVVSkcwOJt49B7tcA1vcoRLw=
>
>

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



DISCLAIMER:All information contained in, and/or attached to, this message is 
privileged or confidential and is protected from disclosure. If the reader of 
this message is not the intended recipient, or an employee or agent responsible 
for delivering this message to the intended recipient, you are hereby notified 
that any dissemination, distribution or copying of this communication is 
strictly prohibited. If you have received this communication in error, please 
notify us immediately by replying to the message and deleting it from your 
computer.




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


Re: REXX/SDSF ISFLOG ' failure'

2012-08-22 Thread Carroll, William
For the isflog function to work using rexx/sdsf, the system has to be at zos1.12

Bill

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Henri Kuiper
Sent: Wednesday, August 22, 2012 6:36 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: REXX/SDSF ISFLOG ' failure'

Hello,

Just curious if anyone can guide me towards a solution to the following:

1. I am running z/OS 1.11 (from the z1090 distribution) 2. I want to use ISFLOG 
to read data from SYSLOG 3. Rexx Code I'm using looks like this

/* REXX */

RC=ISFCALLS('ON')
ISFLINELIM=10
ADDRESS SDSF ISFLOG READ TYPE(SYSLOG)
DO I = 1 TO ISFMSG2.0
  SAY ISFMSG2.I
END
DO I = 1 TO ISFLINE.0
  SAY ISFLINE.I
END

4. When executing :

ISF302E UNQUOTED-STRING was seen in command position 1 where one of the follo 
wing was expected: END-OF-STMT, ISFACT, ISFEXEC, ISFGET, ISFSLASH.
ISF767I Request completed.


Somehow making me think ISFLOG is not ' available ' ?

The books say : The ISFLOG command processes the logical log, which requires 
that |the JES level be at least z/OS(r) V1R11. |For more information, refer to 
SYSLOGhttp://publib.boulder.ibm.com/infocenter/zos/v1r12/topic/com.ibm.zos.r12.isfa500/genhindx.htm#genhindx
.

Are there any other things I need to implement before this ISFLOG works?

Thanks in advance

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
DISCLAIMER:
The information contained in this message may be privileged
or confidential and is protected from disclosure. If the 
reader of this message is not the intended recipient, or 
an employee or agent responsible for delivering this message 
to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication 
in error, please notify us immediately by replying to the 
message and deleting it from your computer.

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


Re: SAVING OUTPUT WHEN IN $AVRS

2012-06-21 Thread Carroll, William
Willie,
You might want to look at the '$avrpull' utility.  The output from that can 
be written to disk.  This is a batch utility, provided with the product.



-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of willie bunter
Sent: Thursday, June 21, 2012 7:02 AM
To: IBM-MAIN@listserv.ua.edu
Subject: SAVING OUTPUT WHEN IN $AVRS

Good Day To All,
 
Could anybody tell me how I can save a job output which is in $AVRS to disk?  
In SDSF we use XDC, is there something similar in $AVRS?  I GOOGLED $AVRS 
however I didn't see anything helpful.
 
Thanks.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
DISCLAIMER:
The information contained in this message may be privileged
or confidential and is protected from disclosure. If the 
reader of this message is not the intended recipient, or 
an employee or agent responsible for delivering this message 
to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication 
in error, please notify us immediately by replying to the 
message and deleting it from your computer.

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