Re: IEHLIST LISTVTOC inconsistency
Your JCL will fail on z/OS 1.12 as well. change name of SYSLIB DD to something else //VDSKAA9 DD UNIT=3390,VOL=SER=DSKAA9,DISP=SHR will work. While you would think SYSLIB would qualify as anyname apparently it dose not. z/OS DFSMSdfp Utilities Document Number SC26-7414-07 12.4.1.3 anyname DD Statement A DD statement must be included for each permanently mounted or mountable volume referred to in the job step. These DD statements are used to allocate devices: they are not true data definition statements. Concatenated DD statements are not allowed. Because IEHLIST modifies the internal control blocks created by device allocation DD statements, these DD statements must not include the DSNAME parameter. (All data sets are defined explicitly or implicitly by utility control statements.) The DD statement can be entered: //anyname DD UNIT=,VOLUME=SER=xx,DISP=OLD The UNIT and VOLUME=SER parameters define the device type and volume serial number without requiring that a real data set be allocated on the volume. Dale McCart Senior Systems Programmer / zSeries, z/OS Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com Visit our website at http://www.kawasaki.com *** This Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. Sections 2510-2521, and is confidential, legally privileged, and exempt from disclosure. The information contained in this Email is intended only for the use of the individual or entity named above. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons other than the intended recipient is strictly prohibited. If you have received this communication in error, please notify us by replying to this Email and destroy all copies of the original message. Please note that in accordance with Kawasaki Motors Corp., U.S.A.'s signatory rights, no offer, agreement, concession or representation is binding on the company, unless accompanied by a duly signed separate document (or a scanned version thereof), affixed with the company's seal. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors, omissions or damage caused by any virus transmitted by this email. The recipient should check this email and any attachments for the presence of viruses. The view and/or opinions of individuals expressed within this document do not necessarily reflect the views of the Kawasaki or it's affiliates. Please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. *** © 1966-2012 Kawasaki Motors Corp., U.S.A. From: Gord Tomlin To: IBM-MAIN@bama.ua.edu, Date: 04/16/2012 04:39 PM Subject:IEHLIST LISTVTOC inconsistency Sent by:IBM Mainframe Discussion List I just ran into a situation where IEHLIST is providing different results for the same volume depending upon whether it is run from a z/OS 1.11 system or a z/OS 1.13 system. The JCL looks like this: //jobname JOB etc. //* //LISTEXEC PGM=IEHLIST //SYSPRINT DD SYSOUT=* //SYSLIB DD UNIT=3390,VOL=SER=DSKAA9,DISP=SHR //SYSINDD * LISTVTOC VOL=3390=DSKAA9 /* Under z/OS 1.11, IEHLIST lists the VTOC as expected. Under z/OS 1.13, IEHLIST issues the following message and quits: IEH106I UNAVAILABLE DEVICE TYPE OR VOLUME I.D. SPECIFIED The JCL is identical and the job is being run against the same volume in both cases. The volume is available to both systems. I haven't been able to find any relevant hits. Has anyone else seen the same symptom? -- Regards, Gord Tomlin Action Software International (a division of Mazda Computer Corporation) Tel: (905) 470-7113, Fax: (905) 470-6507, gord.tom...@actionsoftware.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
Re: z10 HMC access
Works both from behind the firewall, and VPN from home or on the road. Even with a wireless modem on the Amtrak going south from Irvine to San Diego the day after it was installed. Always get a certificate error on all the newer IEs . There is a problem with this website's security certificate. The security certificate presented by this website was issued for a different website's address. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. We recommend that you close this webpage and do not continue to this website. Click here to close this webpage. Continue to this website (not recommended). Click " Continue to this website (not recommended). " and it goes right in. Dale McCart Senior Systems Programmer / zSeries, z/OS Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com Visit our website at http://www.kawasaki.com *** This Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. Sections 2510-2521, and is confidential, legally privileged, and exempt from disclosure. The information contained in this Email is intended only for the use of the individual or entity named above. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons other than the intended recipient is strictly prohibited. If you have received this communication in error, please notify us by replying to this Email and destroy all copies of the original message. Please note that in accordance with Kawasaki Motors Corp., U.S.A.'s signatory rights, no offer, agreement, concession or representation is binding on the company, unless accompanied by a duly signed separate document (or a scanned version thereof), affixed with the company's seal. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors, omissions or damage caused by any virus transmitted by this email. The recipient should check this email and any attachments for the presence of viruses. The view and/or opinions of individuals expressed within this document do not necessarily reflect the views of the Kawasaki or it's affiliates. Please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. *** © 1966-2012 Kawasaki Motors Corp., U.S.A. From: Mike Myers To: IBM-MAIN@bama.ua.edu, Date: 04/09/2012 12:47 PM Subject:Re: z10 HMC access Sent by:IBM Mainframe Discussion List Don: The answer to both is yes (the same for both tree and classic mode), but you haven't indicated what your problem is. Can you access the HMC logon screen? If so, you should be able to proceed provided you are using an id that is defined for remote access. What URL are you using for HMC access? Do you have access to the network where the HMC resides? Can you PING the URL? Give us a better definition of the problem and we can help. Mike Myers Mentor Services Corporation On 04/09/2012 02:49 PM, Don Demor wrote: > Anyone running the following: > > Windows XP professional and IE8 > Windows 7 and IE9 > > to access the z10 HMC's remotely? > > > If yes, did you run into any configuration issues? How did you resolve these issues? Also, was HMC display settings classic or tree mode? > > Thanks, > > Don > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN > -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
Re: calling all Vtam old-timers(or heavy-weights)
Looking at my z/OS 1.12 system the only VTAM I find in LINKLIST is CPAC.VTAMLIB in the distributed PROG00 - LNKLST00. It's only member USSTAB is not referenced by any of my definitions, only by the TEST system in CPAC.VTAMLST. The PROG00 in the CPAC.PARMLIB of old 1.10 system is the same, I would guess that it has been this way for years. From: "Mark Douglas (CITEC)" To: IBM-MAIN@bama.ua.edu, Date: 03/22/2012 10:08 PM Subject:Re: calling all Vtam old-timers(or heavy-weights) Sent by:IBM Mainframe Discussion List I second that and confirm I have never seen VTAMLIB in a LINKLST either. To be sure, I searched the z/OS 1.12 Communications Server bookshelf ( http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/F1A1BKC1) for LINKLST, and only found a reference to RIT for NCP. So it seems the VTAMLIB DD would be referenced, not the LINKLST one. MARK DOUGLAS Brisbane, Australia -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Ed Gould Sent: Friday, 23 March 2012 2:51 PM To: IBM-MAIN@bama.ua.edu Subject: Re: calling all Vtam old-timers(or heavy-weights) John, I have never heard of putting VTAMLIB in the linklist and never did it in the 20++ years I was in the business. Ed On Mar 22, 2012, at 4:27 PM, John Norgauer wrote: > I am trying to get rid old an VTAMLIB dataset. > > We have in the vtam PROC a DD that has a VTAMLIB. > > A different VTAMLIB exists in our LNKLST. > > My question is: does VTAM use the VTAMLIB from the LNKLST? > > My gut feeling is that it does not. > > > > John Norgauer > Senior Systems Programmer > Mainframe Technical Support Services > University of California Davis Medical Center > 2315 Stockton Blvd > ASB 1300 > Sacramento, Ca 95817 > 916-734-0536 > > SYSTEMS PROGRAMMING.. Guilty, until proven innocent !! " > JN 2004 > > "Hardware eventually breaks - Software eventually works" anon > > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN * Disclaimer * The contents of this electronic message and any attachments are intended only for the addressee and may contain privileged or confidential information. They may only be used for the purposes for which they were supplied. If you are not the addressee, you are notified that any transmission, distribution, downloading, printing or photocopying of the contents of this message or attachments is strictly prohibited. The privilege of confidentiality attached to this message and attachments is not waived, lost or destroyed by reason of mistaken delivery to you. If you receive this message in error please notify the sender by return e-mail or telephone. Please note: the Department of Public Works carries out automatic software scanning, filtering and blocking of E-mails and attachments (including emails of a personal nature) for detection of viruses, malicious code, SPAM, executable programs or content it deems unacceptable. All reasonable precautions will be taken to respect the privacy of individuals in accordance with the Information Privacy Act 2009 (Qld). Personal information will only be used for official purposes, e.g. monitoring Departmental Personnel's compliance with Departmental Policies. Personal information will not be divulged or disclosed to others, unless authorised or required by Departmental Policy and/or law. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
Re: Spool volumes and SMS
No. Dale McCart Senior Systems Programmer / zSeries, z/OS Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com Visit our website at http://www.kawasaki.com * This Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. Sections 2510-2521, and is confidential, legally privileged, and exempt from disclosure. The information contained in this Email is intended only for the use of the individual or entity named above. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons other than the intended recipient is strictly prohibited. If you have received this communication in error, please notify us by replying to this Email and destroy all copies of the original message. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors, omissions or damage caused by any virus transmitted by this email. The recipient should check this email and any attachments for the presence of viruses. The view and/or opinions of individuals expressed within this document do not necessarily reflect the views of the Kawasaki or it's affiliates. Please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. * © 1966-2010 Kawasaki Motors Corp., U.S.A. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: B&T cables
Have some is California, also a couple Info Window 3270's. Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com Visit our website at http://www.kawasaki.com * This Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. Sections 2510-2521, and is confidential, legally privileged, and exempt from disclosure. The information contained in this Email is intended only for the use of the individual or entity named above. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons other than the intended recipient is strictly prohibited. If you have received this communication in error, please notify us by replying to this Email and destroy all copies of the original message. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors, omissions or damage caused by any virus transmitted by this email. The recipient should check this email and any attachments for the presence of viruses. The view and/or opinions of individuals expressed within this document do not necessarily reflect the views of the Kawasaki or it's affiliates. Please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. * © 1966-2010 Kawasaki Motors Corp., U.S.A. From: William Donzelli To: IBM-MAIN@bama.ua.edu Date: 07/01/2011 12:54 PM Subject:B&T cables Sent by:IBM Mainframe Discussion List I have a couple of requests for some bus and tag cables - one request from the Computer History Museum - as well as a request for some old IBM 3270 family terminals (any vintage). Does anyone know of any in the New York/New England area I could go fetch? -- Will -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: Personal: bad news
Glad to hear that your illness has an end in sight. Enjoy this Google Doodle tune (no I didn't write it) http://www.google.com/webhp?hl=en&tune=IBBQIQkgVFCOUEIQRSjlEqEEEo4RCgFFKEESoBQQhFAqOEQJApQSjhEqGEIVBQISkgVFCOUEIRSCiQhEqEQUw4wCUkChCYBUUIRQShhEJKUMIlRAgjCKQUSEJIFRQjlHGIEAgJhKkRFBCJUgYoIRKkhFBKJEhIYFRAjlCGMIhggA Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com Visit our website at http://www.kawasaki.com * This Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. Sections 2510-2521, and is confidential, legally privileged, and exempt from disclosure. The information contained in this Email is intended only for the use of the individual or entity named above. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons other than the intended recipient is strictly prohibited. If you have received this communication in error, please notify us by replying to this Email and destroy all copies of the original message. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors, omissions or damage caused by any virus transmitted by this email. The recipient should check this email and any attachments for the presence of viruses. The view and/or opinions of individuals expressed within this document do not necessarily reflect the views of the Kawasaki or it's affiliates. Please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. * © 1966-2010 Kawasaki Motors Corp., U.S.A. From: John McKown To: IBM-MAIN@bama.ua.edu Date: 06/08/2011 04:39 PM Subject:Re: Personal: bad news Sent by:IBM Mainframe Discussion List I've talked with the doctor. I need "acute care" due to celulitis in my left leg. That requires IV meds. The doctor thinks 3-4 weeks. Once there,I may be able to "work from home". -- John McKown Maranatha! <>< Sent from my Vibrant Android phone. On Jun 8, 2011 1:24 PM, "Chris Hoelscher" wrote: But the real question is: does acute care facility have acute nurse attending to your every need? Chris Hoelscher IDMS & DB2 Database Administrator 502-476-2538 You only need to test the programs you don't want to get called on later The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in error, please contact the sender and delete or destroy the material/information. -- For IBM-MAIN subscribe / sig... -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Update a service request - SR for the System z
Update a service request To utilize all of the features of SR for the System z software to which you are licensed, it is now necessary to have a System z software services contract for SoftwareXcel Enterprise Edition, SoftwareXcel Basic Edition or Resolve. Our information indicates that your ID is not associated with any of these contracts. To obtain one of these contracts, contact your local IBM representative, call 888-426-4343 or submit a request to expr...@us.ibm.com. To continue with your service request at this time, call 800-IBM-SERV and provide your existing service request number. For any other assistance, contact the SR help desk at srh...@us.ibm.com Is IBM trying to add more ammunition to those who want the z out the door ? What other ISV requires a contract to use the support portal ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
SET IBM-MAIN NOMAIL
From: Walter Marguccio To: IBM-MAIN@bama.ua.edu Date: 04/06/2011 03:42 AM Subject:Re: Weird Reply Fragments (Was: Re: Mainframe Fresher) Sent by:IBM Mainframe Discussion List > I use YAHOO (.ca), and that has >> My first guess would be yahoo. > I use YAHOO (.ca), and that has never happened with my posts. I use yahoo.com, and I also see strange fragments when I reply to every ibm-main post. One other problem I have occurs when I want to write to the listserv to, say, temporarily disable receiving posts. A simple e-mail with SET IBM-MAIN NOMAIL in the body of the message is rejected by listserv, because the latter reads some strange chinese characters instead of my simple text. I'm not kidding. I wonder if Scott gets the same results trying to send a command to list serv. Walter Marguccio z/OS Systems Programmer BELENUS LOB Informatic GmbH Munich - Germany -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: digitize old hardcopy manuals
A new device to convert your books, much like the DYI in earlier posts. http://www.ionaudio.com/booksaver Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: where does your OMVS Root file live?
Not using zFS for Root. Using zFS for user and product file systems. Root file systems for my 3 LPARs all z/OS 1.10 For KMC1 LPAR - HFS.ZOS0110.KMC1.ROOT renamed and directed during ServerPac install to Master Catalog/IODF/SMPE volume. For CPAC LPAR - HFS.ZOS0110.CPAC.ROOT on SYSRES volume one pack system. For KMFC LPAR - HFS.ZOS0110.KMFC.ROOT on a library volume. HFS is alias to user catalog in master catalog. Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com John Norgauer Sent by: IBM Mainframe Discussion List 09/23/2010 10:13 AM Please respond to IBM Mainframe Discussion List To IBM-MAIN@bama.ua.edu cc Subject where does your OMVS Root file live? Does your root ZFS exist on your SYSRES or does it get moved after receiving it from IBM? Do you rename it to reflect the OS level or version? John Norgauer Senior Systems Programmer Mainframe Technical Support Services University of California Davis Medical Center 2315 Stockton Blvd ASB 1300 Sacramento, Ca 95817 916-734-0536 SYSTEMS PROGRAMMING.. Guilty, until proven innocent !! "JN 2004 "Hardware eventually breaks - Software eventually works" anon -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: CA OPS/MVS phone home
The following OPS/MVS MSG rule and REXX uses SMTP to send message to e-mail and phones. )MSG IEC070I )PROC IF (MSG.JOBNAME = "DLISASPP"), THEN DO ADDRESS OSF /*---*/ /* SCHEDULE AN OPS/REXX PROGRAM TO RUN IN A SERVER. */ /* THE BELOW PASSES THE MESSAGE (MSG.TXT) TO THE */ /* MEMBER 'IEC070I' IN CAI.OPSMVS.TARG.REXX */ /*---*/ "OI IEC070IE "MSG.TEXT RETURN END RETURN "SUPPRESS" IEC070I member in IN CAI.OPSMVS.TARG.REXX /*---*/ 0025 /* You must customize the following code for your environment */ 0026 /* or change it to obtain the JES node name in some other way. */ 0027 /*--+1+2+3+4+5+6+*/ 0028 targeta ="9995556...@mobile.mycingular.com" 00290001 targetb ="9995554...@vtext.com" targetc ="oncall...@kmc-usa.com" 00290101 system = OPSINFO('SMFID') 0030 ARG msgtxt 00301000 select 00302000 when system = 'KMC1' then node = 'KMCJES2' 00303000 when system = 'CPAC' then node = 'CPACJES2' 00304000 otherwise 00305000 do 00306000 say OPSINFO("PROGRAM") "unable to determine the JES node" 00307000 exit 00308000 end 00309000 end 0031 /*---*/ 0032 /* Build the variables that are used to create the email text */ 0033 /*--+1+2+3+4+5+6+*/ 0034 date = DATE('N') 0035 ipltime = OPSINFO('ipltime') 0036 ipldate = OPSINFO('ipldate') 0037 iplyr = SUBSTR(ipldate,1,4) 0038 iplmn = SUBSTR(ipldate,5,2) 0039 ipldy = SUBSTR(ipldate,7,2) 0040 ipldate = iplmn'/'ipldy'/'iplyr 0041 parse var date dd mm yy 0042 yy=SUBSTR(yy,3,2) 0043 date = dd mm yy 0044 /*---*/ 0045 /* Allocate the SMTP output file*/ 0046 /*--+1+2+3+4+5+6+*/ 0047 address OPSDYNAM "ALLOC FILE(PUNCH1) SYSOUT(B) WRITER(SMTP)" 0048 if RC <> 0 then 0049 do 0050 say "EMAILTXT OPSDYNAM ALLOC RC="RC 0051 exit 0052 end 0053 /*---*/ 0054 /* Queue the sample email text onto the stack */ 0055 /*--+1+2+3+4+5+6+*/ 0056 queue "HELO "node 0057 queue "MAIL FROM:" 0058 queue "RCPT TO:<"targeta">" 00590001 queue "RCPT TO:<"targetb">" 00591001 queue "RCPT TO:<"targetc">" queue "data" 0060 queue "Date:"date time()" EST" 0061 queue "To: "targeta 00620001 queue "To: "targetb 00621001 queue "To: "targetc queue "Subject: IEC070I: out of space occured" 0063 queue " " 0064 queue "The following message has occured:" 0065 queue msgtxt 0066 queue "Please take the appropriate action." 0067 queue "This e-mail came from OPS/MVS." 0068 queue " " 0069 /*---*/ 0070 /* Send the email from the records on the stack */ 0071 /*--+1+2+3+4+5+6+*/ 0072 address TSO "EXECIO * DISKW PUNCH1 ( FINIS" 0073 if RC <> 0 then 0074 do 0075 say "EMAILTXT EXECIO DISKW RC="RC 00760000 exit 0077 end 0078 /*---*/ 0079 /* Free the SMTP output file*/ 0080 /*--+1+2+3+4+5+6+*/ 0081 address OPSDYNAM "FREE FILE(PUNCH1)" 0082 if RC <> 0 then 0083 do 0084 say "EMAILTXT OPSDYNAM FREE RC="RC 0085 exit 0086 end 0087 exit Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com ***
Re: Current production abend of SMTP
Look at MAXMAILBYTES in z/OS Communications Server IP Configuration Reference SC31-8776-15 "This value is also used to determine the space allocation requirements for the data sets which hold the mail during processing (see Usage Notes in this topic)." Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 Fax: (949) 460-5576 E-mail: dale.mcc...@kmc-usa.com Linda Mooney Sent by: IBM Mainframe Discussion List 08/17/2010 03:30 PM Please respond to IBM Mainframe Discussion List To IBM-MAIN@bama.ua.edu cc Subject Current production abend of SMTP Greetings All, Just had a production abend of SMTP. One of our application programmers ran a job to email a few (1.2 million) records to a customer. SMPT crashed, SB37 on SMTP.TEMP.NOTE. I renamed that file to SMTP.TEMP.NOTE .OLD after the offending job was deleted from JES2 and we started SMTP again. It filled the dataset again, SB37 again, odd thing is that the content is exactly the same as before. None of us know much about SMTP. What would be the best way to recover this? TIA, Linda Mooney -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: auditor request question
We do not require console logon, except for the HMC. Access to areas that have consoles are by tracked card key. All guests must sign in and out on a log. No unescorted visitors are allowed anywhere in the building. Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. 9950 Jeronimo Rd. Irvine, California 92618-2084 Telephone: (949) 770-0400 extension 2316 E-mail: dale.mcc...@kmc-usa.com "Pommier, Rex R." Sent by: IBM Mainframe Discussion List 08/10/2010 12:29 PM Please respond to IBM Mainframe Discussion List To IBM-MAIN@bama.ua.edu cc Subject auditor request question Hi List, Quick question. Do you require your operations staff to log onto the z/OS consoles? Our auditors are claiming this is "industry standard" and so we need to be doing it, even though our consoles are all behind locked doors. Thanks. Rex -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
Re: Tapeless - MDL or Luminex
Not a hospital, but have Luminex(Mainframe Channel Gateway)in front of Data Domain® deduplication storage with replication to offsite. No tape or VTS. Dale McCart Senior Systems Programmer / zSeries, z/OS, z/VM, zLinux Kawasaki Motors Corp., U.S.A. Telephone: (949) 770-0400 extension 2316 E-mail: dale.mcc...@kmc-usa.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html