Re: Problem with RMM and VRSes

2005-11-05 Thread Michael W. Moss
H, There could be many potential situations to explain this, but two that spring readily to mind are documented in the DFSMSrmm manuals, as per: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2R320/6.3? SHELF=DGT2BK31DT=20031211125737 If you use the parmlib member EDGRMMxx

Re: Rexx compiler runtime question

2005-11-05 Thread Knutson, Sam
Look at the documentation for PARMLIB CEEPRMxx, CEE= in IEASYSxx, SET CEE= in z/OS R7. You can now have your LE options stored in PARMLIB. There was a nice summary on the back page of the last Hot Topics newsletter. http://publibz.boulder.ibm.com/epubs/pdf/e0z2n160.pdf Best Regards,

Re: PKZIP for mainframe

2005-11-05 Thread Paul Gilmartin
In a recent note, Farley, Peter x23353 said: Date: Fri, 4 Nov 2005 13:00:23 -0500 Thanks for the references! Education is a wonderful thing. You're welcome. Several years ago, I wrote the code in a pair of Rexx filters, ReadDD and WriteDD, and placed them on a freenet web site.

JCL/Restart Question

2005-11-05 Thread Stephen M. Wiegand
I don't know why I don't know the answer to this question, but I don't so I'm asking in this list. As you know, on an MVS JOB card you may put a RESTART= statment and place the name of the jobstep you wish the mob to reatart at, i.e., RESTART=(STEP001) would restart at a jobstep with the

Re: JCL/Restart Question

2005-11-05 Thread Lizette Koehler
Hi, When restarting with a PROC you MUST include the proc name in the RESTART parm. The JCL manual documents this very well. JCL Reference 20.21.1 Syntax RESTART= ({*} [,checkid] ) ({stepname }) ({stepname.procstepname}) ° You

Re: Rexx compiler runtime question

2005-11-05 Thread Mark Zelden
On Fri, 4 Nov 2005 17:35:37 -0800, Skip Robinson [EMAIL PROTECTED] wrote: I say 'coincidental' because load module components can move from release to release. IBM might decide, for example, to put something into SYS1.LPALIB for performance. I guess you could have that issue with any module or

Re: Rexx compiler runtime question

2005-11-05 Thread Binyamin Dissen
On Fri, 4 Nov 2005 13:32:54 -0600 Mark Zelden [EMAIL PROTECTED] wrote: :SYS1.LINKLIB is at the top of the LNKLST unless replaced by a :site library (VIA SYSLIB LINKLIB statement in PROGxx) and then :it must be specifically included in the LNKLST search order. :I've never seen any shop not put it

FW: Grapevine News on Guy Fawkes day !!

2005-11-05 Thread AntonMvs2005
Hi, a) Anybody investigated the IBM ON DEMAND offer ? We did because we thought we are running all the software as advertised but it's not true. There is so many new software things in here and everybody came back with : What... never heard of some of these things.. b) Noticed the

Re: Rexx compiler runtime question

2005-11-05 Thread Mark Zelden
On Sat, 5 Nov 2005 19:32:27 +0200, Binyamin Dissen [EMAIL PROTECTED] wrote: I thought with LLA hashing, that if there are identical names in different linklist libraries that it was unpredictable which one would be used. I've never heard that before and I don't see how it can be true. I've

Listers in Copenhagen or Stockholm

2005-11-05 Thread Steve Comstock
I will be in Copenhagen 9th Nov - 18th Nov and in Stockholm 19th Nov - 25th Nov, teaching for a client. If any ibm-main members in those two cities are interested in getting together, drop me a note off-list and we'll see if we can schedule something. Kind regards, -Steve Comstock

SSID for devices

2005-11-05 Thread Schiradin,Roland HG-Dir itb-db/dc
Hi, is there a cblock or macro which contains/returns the SSID like the commands DS QD,A000,1 or DS,QP,A000,VOLUME shows? Perhaps I need to query the device but I'm not sure. Roland Schiradin ALTE LEIPZIGER Lebensversicherung auf Gegenseitigkeit IT Betrieb - DB/DC Tel. (06171) 66-4095, Fax

Re: Rexx compiler runtime question

2005-11-05 Thread Ed Gould
On Nov 5, 2005, at 4:54 AM, Knutson, Sam wrote: Look at the documentation for PARMLIB CEEPRMxx, CEE= in IEASYSxx, SET CEE= in z/OS R7. You can now have your LE options stored in PARMLIB. There was a nice summary on the back page of the last Hot Topics newsletter.

Re: SSID for devices

2005-11-05 Thread Jim Mulder
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 11/05/2005 07:31:49 PM: Hi, is there a cblock or macro which contains/returns the SSID like the commands DS QD,A000,1 or DS,QP,A000,VOLUME shows? Perhaps I need to query the device but I'm not sure. I think DS obtains the

Re: Rexx compiler runtime question

2005-11-05 Thread Jim Mulder
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 11/05/2005 12:32:27 PM: On Fri, 4 Nov 2005 13:32:54 -0600 Mark Zelden [EMAIL PROTECTED] wrote: :SYS1.LINKLIB is at the top of the LNKLST unless replaced by a :site library (VIA SYSLIB LINKLIB statement in PROGxx) and then :it

Re: SSID for devices

2005-11-05 Thread Edward E. Jaffe
Jim Mulder wrote: I think DS obtains the SSID via a Sense Subsystem Status channel command. I don't know whether this is documented in a manual which you can obtain. I searched around in the online manuals looking for something current which would be analgous to the old 3990 Reference,