Re: TSO CLIST Query

2019-02-19 Thread Chip Grantham
Here’s an updated attempt. Enjoy. Requires SDSF /* REXX */ arg ofile ofile = Strip(ofile,"B","'") mycmd.0=1 mycmd.1 = '$TOFFLOAD1,DSN='||ofile Say

Re: TSO CLIST Query

2019-02-19 Thread Chip Grantham
Here’s an example of how I might do it. /* REXX */ arg ofile ofile = Strip(ofile,"B","'") ocmd = '$TOFFLOAD1,DSN='||ofile Address TSO ocmd Exit Chip > On Feb 19, 2019, at 11:18 AM,

Re: Clarification on Recognizing My SubSystem Interface (ssi) Function Rou tines

2017-01-27 Thread Chip Grantham
Paul, The ssvt consists of a header, 256 byte table, and function routines. The 256 byte table can have two meaning sets of values; zero and greater than zero. If the function code is zero, then the sub system is not interested in the function. If the function code is greater than zero

Subsystem function code 16, 17, 18, and 19

2017-01-22 Thread Chip Grantham
Good morning listers. I've been looking for documentation for writing a subsystem which will respond to function code 16 thru 19; open close restart checkpoint. Can't seem to find anything except some brief descriptions in CBTTAPE entries. Any clues would be appreciated. Chip

Re: File Placement Utility

2015-10-12 Thread Chip Grantham
I wrote a qnd clist than might, with proper input, do the trick. If you like a copy, send me a note offline. Chip > On Oct 12, 2015, at 11:09, R.S. wrote: > > W dniu 2015-10-12 o 15:46, John Eells pisze: >> Elardus Engelbrecht wrote: >>> John Eells wrote: >>>

Re: High i/o rate and CPU usage by catalog after converting a set of files to extended and placing them on model 54's

2015-02-22 Thread Chip Grantham
I had this situation once when I was sharing a catalog between two LPARs. The catalogue were large and were being updated by both systems. It turn out that when a update from system A is done to the catalog, buffers are invalidated on system B. When system B need to inquire on a dataset,

Re: Testing for key 8

2013-12-28 Thread Chip Grantham
Simple but more CPU is the testauth macro with keys keyword. Sent from my iPhone On Dec 28, 2013, at 9:12 AM, Peter Relson rel...@us.ibm.com wrote: Is there a simpler way to see whether we were called in key 8 I think that the odds are high that you should not be testing for key 8.

Makes you go hmmmm, EVA MSU of 21 Cyls

2013-09-12 Thread Chip Grantham
I've finally taken the time to try to understand the numbers behind the way EAVs were implemented. I found a great discussion in the redbook z/OS v1.12 Implimentation SG24-7853-00 manual, chapter 20. Any time spend you happen to spend here is worth it. (not unlike all redbooks). Thanks to

Re: Is it possible to open PCOMM session up to 50?

2013-07-17 Thread Chip Grantham
I wonder if the limitation ones from a session I'd issue. My first session is 'A'; second is 'B'. I wonder what happens after 26 sessions? Sent from my iPhone On Jul 17, 2013, at 11:52 AM, Joel C. Ewing jcew...@acm.org wrote: On 07/17/2013 04:26 AM, Alex Wang wrote: Hey, there. I'm

Automated Service Delivery Certificate

2012-09-07 Thread Chip Grantham
Our automated service delivery certificate expired this week and I'm having a duce of a time attempting to find the link on new ShopzSeries website to get a new one. Any clue would be appreciated! Chip Grantham | Ameritas | Sr. IT Consultant | cgrant...@ameritas.com 5900 O Street

Re: Preventing the installation of unapproved software

2012-09-05 Thread Chip Grantham
unlicensed software. Chip Grantham | Ameritas | Sr. IT Consultant | cgrant...@ameritas.com 5900 O Street, Lincoln NE 68510 | p: 402-467-7382 | c: 402-429-3579 | f: 402-325-4030 From: Greg Dorner gdor...@wpsic.com To: IBM-MAIN@LISTSERV.UA.EDU Date: 09/05/2012 10:50 AM Subject

Re: The IBM zEnterprise EC12 announcment

2012-08-29 Thread Chip Grantham
zMan doesn't speak for me. Chipster From: zMan zedgarhoo...@gmail.com To: IBM-MAIN@LISTSERV.UA.EDU Date: 08/29/2012 11:19 AM Subject:Re: The IBM zEnterprise EC12 announcment Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU Lynn: This has nothing

Re: Auditors Don't Know Squat!

2012-08-17 Thread Chip Grantham
for the instructions and the program temporary fixed (PTFs) required to migrate to a new software release. So the P appears to be used as program and product where, in my feeble mind, I've substituted one or the other at one time or another. http://www-01.ibm.com/software/globalization/terminology/p.html Chip