IPLed Volume

2011-04-07 Thread SAURABH KHANDELWAL
Hello, If I have two RES volume( example IPE100 and IPE101) in my system, then how can I find the detail about 1) from which RES volume my system is currently IPLed. 2) Is there any option in SMPE panel, by which we can come to know about volume detail, my target datasets are

Re: ADRDSSU issue

2011-04-07 Thread SAURABH KHANDELWAL
Yes, some of the dataset were copied and the target dataset were not cataloged. In my earlier JCL, I have not specified Process(SYS1), but still I was able to copy SYS1 datasets. Regards Saurabh Khandelwal On 4/7/2011 7:24 AM, chen lucky wrote: I have following question about this

Re: IPLed Volume

2011-04-07 Thread גדי בן אבי
Hi, The Display IPLINFO command will tell you where you IPL's from. In SMP/E go to option 1, select you zone and then look at DDDEFS. You can also to a list ddefs command in batch. Gadi From: IBM Mainframe Discussion List [IBM-MAIN@bama.ua.edu] On

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread SAURABH KHANDELWAL
Thanks for reply. Do we have any option is ISMF panel to know Particular volume is mapped to which storage group. Regards Saurabh On 4/7/2011 12:21 PM, גדי בן אבי wrote: Hi, The Display IPLINFO command will tell you where you IPL's from. In SMP/E go to option 1, select you zone and then

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread jagadishan perumal
IS.6(Option might vary but check it up) would take you to list the storage groups then you can type LISTVOL beside the storage group to know the volumes available for a storage group. 2011/4/7 SAURABH KHANDELWAL saurabh.khandel...@oracle.com Thanks for reply. Do we have any option is ISMF

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread SAURABH KHANDELWAL
Hello Jags, I was aware about this option. But the problem is, I have 25 storage group in our system so it is difficult to go into each of the storage group and use this listvol option. I am looking for the direct option, in which if we provide

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread jagadishan perumal
Then if your shop has QW chicagosoft product installed then you can query the volume serial to know the stg group. Regards, Jags On Thu, Apr 7, 2011 at 3:04 PM, SAURABH KHANDELWAL saurabh.khandel...@oracle.com wrote: Hello Jags, I was aware about this option. But the

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread SAURABH KHANDELWAL
Sorry Jags, We don't have any other product rather then IBM. any other clue. Regards Saurabh Khandelwal On 4/7/2011 3:26 PM, jagadishan perumal wrote: Then if your shop has QW chicagosoft product installed then you can query the volume serial to know the stg group.

Re: DATACLASS

2011-04-07 Thread Ron Hawkins
Jason, The DATACLAS ACS is not working for the IEFBR14 because the DSORG is null. The DASDM routines that can decide the DSORG of a dataset have not been called at this point, so if it isn't in your JCL this will not work. The method I've used in the past is to allocate a DCPS (the same name)

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread Rob Scott
D SMS,VOL(volser) Rob Scott Lead Developer Rocket Software 275 Grove Street · Newton, MA 02466-2272 · USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of SAURABH

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread jagadishan perumal
How about GPMSERVE(IBM product)... its a graphical user interface. you can query against the volume serial. On Thu, Apr 7, 2011 at 3:28 PM, SAURABH KHANDELWAL saurabh.khandel...@oracle.com wrote: Sorry Jags, We don't have any other product rather then IBM. any other clue.

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread SAURABH KHANDELWAL
Thanks Rob. I am able to see storage group name against volume serial number. Regards Saurabh Khandelwal On 4/7/2011 3:46 PM, Rob Scott wrote: D SMS,VOL(volser) -- For IBM-MAIN subscribe / signoff / archive access

Multople zone in SMPE

2011-04-07 Thread SAURABH KHANDELWAL
Hello, By the time of server pac installation, we just defined one target and one distribution zone. But if we create two RES volume, for applying maintenance then in this we case we would require two target and distribution zone. And in this way we always apply

Re: RESMIL in a MONOPLEX

2011-04-07 Thread Jim McAlpine
On Thu, Apr 7, 2011 at 3:16 AM, Shane ibm-m...@tpg.com.au wrote: I thought we'd been through this before, but can't find it. Strictly speaking, this is a one system ring, and therefor you could expect some setup costs. ISTR Mr Fagen advancing the knowledge that in such a setup GRS has the

SV: REXX INCLUDE ?

2011-04-07 Thread Thomas Berg
As we have the IBM rexx compiler I often use the include directive, e g: /*%INCLUDE ÖSETPARM*/ It works like copying the contents of member ÖSETPARM into the same place in the code.   Regards, Thomas Berg _ Thomas Berg   Specialist   A M   SWEDBANK

Re: IPLed Volume

2011-04-07 Thread Donald Likens
I just have a suggestion... Create a batch procedure to copy your active IPL volume to your target IPL volume. The catalog entries are using indirect addressing either using symbolics or vol(**). Make sure all datasets that do not support indirect catalog entries are off the sysres (As I

Re: Multople zone in SMPE

2011-04-07 Thread Walter Marguccio
Can anybody help me, how to setup multiple zone to follow above concept. Once I receive a new z/OS with the ServerPac or SystemPac, I use this steps to clone the delivered target zone: //COPYSMP EXEC PGM=ADRDSSU //SYSPRINT DD SYSOUT=* //SYSIN DD *

Re: Multople zone in SMPE

2011-04-07 Thread SAURABH KHANDELWAL
Thanks For help. Now I will try creating multiple target CSI and update you, I encountered any error. Regards Saurabh Khandelwal On 4/7/2011 6:50 PM, Walter Marguccio wrote: Can anybody help me, how to setup multiple zone to follow above concept. Once I receive a new z/OS with the ServerPac

Re: Multople zone in SMPE

2011-04-07 Thread Barkow, Eileen
You also need to the new target zone to the global zone : SET BDY(GLOBAL) /* ADD THE ADDITIONAL ZONE */ /* TO THE GLOBAL ZONE */ .

Re: Floating point assembler code

2011-04-07 Thread Don Higgins
All Here is another alternative for coding and testing all 3 flavors of IBM mainframe floating point including HFP, BFP, and DFP. The free open source zcobol compiler written in structured z390 portable mainframe assembler supports all the floating point formats using the latest COBOL draft

Re: *CNZ4201E OPERLOG HAS FAILED

2011-04-07 Thread Nick Jones
Its a MonoPlex. The Logger storage group volume Loger01 was fully exhausted and we deleted some orphaned Log datasets and this Error message has stopped popping. Hi Jags, For a case of data set storage exhaustion, I would expect to see messages IXG310, IXG311, IXG312 highlighting an offload

JES3 on a zPDT running zOS 1.12?

2011-04-07 Thread Don Thimsen
We're running two zPDT development systems with the IBM ADCD zOS 1.12 system. I'd like to convert one to a JES3 system for testing. I found an older webpage that documented the Steps to Configure JES3 on ADCD: http://dtsc.dfw.ibm.com/MVSDS/'HTTPD2.ADCD.JES3.HTML($README)' Note: You may need

Re: JES3 on a zPDT running zOS 1.12?

2011-04-07 Thread Mark Regan
In case you are not a member, there is a JES3 mailing list. Don, In case you are not a member, there is a JES3 mailing list. To subscribe, send mail to lists...@listserv.uga.edu with the command: SUBSCRIBE JES3-L   Thanks, Mark Regan From: Don Thimsen

Re: JES3 on a zPDT running zOS 1.12?

2011-04-07 Thread McKown, John
Can you IPL with JES2 and do some RACF work? If so, then I'd do the following RACF commands on JES2 to update RACF. Or, if you have the RACF subsystem active on your system, you could possibley LOGON to the z/OS console and issue the RACF commands from there using the RACF subsystem command

Re: JES3 on a zPDT running zOS 1.12?

2011-04-07 Thread McKown, John
Never mind. I totally misread your post. You're not having a RACF problem. the S806-4 would likely mean some DSN is not on the LNKLST. I don't know JES3. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread Gates, Guy
Hi All, She is asking about her SYSRES volume. Is anyone running with their SYSRES in an SMS Pool or Storage Group? Does IBM even support a SYSRES being in a SMS POOL? I was under the impression that it is not supported, but I could be wrong. Thanks...Guy M. Gates Jr. TTI Z/OS Systems

Re: How/Why Is This Looping?

2011-04-07 Thread Jan MOEYERSONS
On Tue, 5 Apr 2011 08:06:50 -0500, Paul Gilmartin paulgboul...@aim.com wrote: Thanks for the research. The messages indicate that your HLQ is SMS managed. Mine isn't. I suspect that can make the difference. I did a test with non-SMS managed datasets. The end result is indeed not quite as

Re: ABARS QUESTION

2011-04-07 Thread willie bunter
Hi John,   Check if the ABACKUP ACTIVITY log is available if not you could try running an ARECOVER with NOREPLACE.  If you have parm FILTEROUTPUTDATASE coded in the aggregate set up for the ABACKUP. Good Luck --- On Tue, 4/5/11, John Dawes jhn_da...@yahoo.com.au wrote: From: John Dawes

Re: ABARS QUESTION

2011-04-07 Thread John Dawes
Willie,   Thanks for the suggestions.  I am unable to execute the ARECOVER because the tape is damaged. The ACTIVITY log is no longer available.   I checked the criteria in the ABACKUP and lo and behold their is the FILTEROUTPUTDATASET parm.  I am presently checking the dsns associated with

Re: JES3 on a zPDT running zOS 1.12?

2011-04-07 Thread Norbert Friemel
On Thu, 7 Apr 2011 09:23:22 -0500, Don Thimsen wrote: 09.07.57 CSV028I ABEND806-04 JOBNAME=IEESYSAS STEPNAME=JES3AUX Questions: 1) Is the reserve message on the checkpoint normal? Yes 2) JES3AUX used to be optional, but in zOS 1.12, JES3 always attempts the start. Is is

Re: How to start RMF Monitor III automatically after IPL the system.

2011-04-07 Thread Mark Zelden
On Thu, 7 Apr 2011 10:24:23 +0800, ibmnew ibm...@163.com wrote: Hi all We don't have SA. How to start RMF Monitor III automatically after IPL the system? Any suggestions is apprecited! So many ways. Long ago in our sandbox LPARs we just used a home grown program that issued a command

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread Ron Hawkins
Saurabh, You can see the storage group for a given volser in RMFPP reports and RMF II online displays. RMF II would be DEV V(smsvol). Ron -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of SAURABH KHANDELWAL Sent: Thursday, April 07,

Re: IPLed Volume- ISMF Panel

2011-04-07 Thread SAURABH KHANDELWAL
Thanks alot. I am able to see volume detail with storage group. Regards Saurabh Khandelwal On 4/7/2011 10:32 PM, Ron Hawkins wrote: Saurabh, You can see the storage group for a given volser in RMFPP reports and RMF II online displays. RMF II would be DEV V(smsvol). Ron -Original

RSU Receive Error

2011-04-07 Thread SAURABH KHANDELWAL
Hello, I am trying receiving RSU in to system. My unzip step completed successfully, but in REC step I am getting below error for the insufficient space. But I am able to know, where exactly the system is getting insufficient space. Error : IEW4000I FETCH FOR MODULE

Re: RSU Receive Error

2011-04-07 Thread Barkow, Eileen
Specify a region size on the job card ..eg: REGION=8M -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of SAURABH KHANDELWAL Sent: Thursday, April 07, 2011 1:14 PM To: IBM-MAIN@bama.ua.edu Subject: RSU Receive Error Hello, I am

April 7, 1964 IBM Announces System 360 Computer Family

2011-04-07 Thread Knutson, Sam
From http://www.computerhistory.org/tdih/ April 7, 1964 IBM Announces System 360 Computer Family IBM announces the release of its System 360 mainframe computer architecture--embodied in five new models--launching its most successful computer system of all time. Called the 360 because it was

Re: ADRDSSU issue

2011-04-07 Thread Justin Eastman
VSAM data sets are required to be cataloged. If you look up the ADR468E message is says: If the REPLACE or REPLACEUNCONDITIONAL keyword was not specified, one of the following conditions applies: * If DELETE is specified and the entry name is a SYS1., page, or swap data set, the

Re: Accessing MF Data From Distributed Systems

2011-04-07 Thread Hal Merritt
I was looking only at your past point: .. convert each field to ASCII and appropriate numeric formats. How would you know where each field was and what it was? Without the orignal programs, I'd say just about impossible. -Original Message- From: IBM Mainframe Discussion List

Identifying Latest zOS Fixes

2011-04-07 Thread Tony Lessells
Hi all, our management have asked us to do a weekly review of new PTFs to ensure we apply any that are relevant. I realise there are flaws to this but who am I to argue. However I don't really know where to start - we've a mixture of zOS 1.9 (under extended support) and 1.11 systems - is there

Re: Identifying Latest zOS Fixes

2011-04-07 Thread Mark Jacobs
Does the phrase 'Labors of Hercules' ring a bell with you? Seriously though, I'd just utilize the report missing fix functionally of SMP/E and use that information as the focus of your maintenance processes. Mark Jacobs On 04/07/11 13:42, Tony Lessells wrote: Hi all, our management have

Re: Identifying Latest zOS Fixes

2011-04-07 Thread Barkow, Eileen
Look at preventive service planning on ibmlink- Select maint search on left, then z/os, fill in system (z/os from menu) and year and put level https://www-304.ibm.com/ibmlink/psp/submit.wss -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On

Re: DATACLASS

2011-04-07 Thread Schwarz, Barry A
No, the space parameter cannot tell the system the DSORG is PS. At best, it tells the system the DSORG is not PO. That still leaves PS, VS, IS, DA, etc. You have to use DSORG=PS because you wrote the ACS routine to check for that particular attribute. If you want to eliminate the need for

Re: RSU Receive Error

2011-04-07 Thread R.S.
W dniu 2011-04-07 19:14, SAURABH KHANDELWAL pisze: Hello, I am trying receiving RSU in to system. My unzip step completed successfully, but in REC step I am getting below error for the insufficient space. But I am able to know, where exactly the system is getting insufficient space. Error :

Re: Accessing MF Data From Distributed Systems

2011-04-07 Thread R.S.
W dniu 2011-04-07 19:38, Hal Merritt pisze: I was looking only at your past point: .. convert each field to ASCII and appropriate numeric formats. How would you know where each field was and what it was? Without the orignal programs, I'd say just about impossible. IMHO the problem is

Re: Identifying Latest zOS Fixes

2011-04-07 Thread Skip Robinson
First off, you don't want to track 'PTFs' so much as APARs. Often a single APAR applies to multiple release levels, each of which will have its own unique PTF. If you track and order by APAR, you can submit essentially the same order for each level (CSI) that you support. As far as knowing

Re: JES3 on a zPDT running zOS 1.12?

2011-04-07 Thread Don Thimsen
Many Thanks. The problem turned out to be a LNKLST error. I've now IPL'd the system and performed a cold start with JES3. Don -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Norbert Friemel Sent: Thursday, April 07, 2011 12:34 PM

Re: Identifying Latest zOS Fixes

2011-04-07 Thread Craig Pace
One way to accomplish this would be to order, using ShopzSeries, all new PTFs based off of a Service report of your SMP/E environment. You can find information on the ShopzSeries web-site about information on ordering using the report and how to create these reports. This will order the new

Re: Identifying Latest zOS Fixes

2011-04-07 Thread Gibney, Dave
I run a: RECEIVE SYSMODS HOLDDATA ORDER(ORDERSERVER(ORDSRVR) CONTENT(ALL)) DELETEPKG. And : REPORT ERRSYSMODS ZONES(IFCHECK) . REPORT MISSINGFIX FIXCAT(*) ZONES(IFCHECK) . Generally every day. That way I have all the fixes here. I

Re: Accessing MF Data From Distributed Systems

2011-04-07 Thread Ron Hawkins
Radoslaw, Nice catch. I was reading ATL and thinking TMM. Ron Connecting hardware or interpreting CKD (it's tape, I know) data on PC could be a method. -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: EMail attachments stopped working

2011-04-07 Thread John Mattson
Just to add to the fun: CSSMTP has a LRECL limit of 512 We went to zOS 1.11 and started using CSSMTP and after my programmers adjusted to the previous limit, they got hit with the new limit. No good deed goes unpunished. Now, really, I like the idea of CSSMTP, but if it is going to

Re: RSU Receive Error

2011-04-07 Thread Anthony Thompson
Space referred to is virtual storage. The explanation for message IEW4000I makes that quite plain. Run the receive job with a larger region size. I typically use REGION=0M for SMP/e jobs. Ant. Northern Territory Govt., Australia -Original Message- From: IBM Mainframe Discussion List

Re: IPLed Volume

2011-04-07 Thread Gibney, Dave
I never IPL from the SMP/E target. I always clone to ZOSRx1 or ZOSRx2 where x is P for production and D for development (but is really the sandbox(s)). -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Donald Likens Sent: Thursday, April

Re: Multople zone in SMPE

2011-04-07 Thread Rick Fochtman
-snip--- Can anybody help me, how to setup multiple zone to follow above concept. -unsnip What I always did was this: 1. Target zones was named to reflect the IPL

Re: REXX INCLUDE ?

2011-04-07 Thread Charles Mills
But only the *compiler*. If you don't have the compiler, or you prefer to test interpreted and then compile, you will need to write your own program to process a Rexx member and expand the %INCLUDEs. Grr. Charles -Original Message- From: IBM Mainframe Discussion List

Re: Multople zone in SMPE

2011-04-07 Thread Anthony Thompson
Assuming your target/dlib zones are in a separate VSAM datasets: 1) Copy/rename them using DF/DSS. You'll also need to make copies of the related SMP/E datasets (ie, SMPLTS, SMPMTS, SMPSCDS, SMPSTS, maybe SMPLOG and SMPLOGA depending on how you are set up) and the target and distribution

Re: REXX INCLUDE ?

2011-04-07 Thread Paul Gilmartin
On Thu, 7 Apr 2011 16:58:40 -0700, Charles Mills wrote: But only the *compiler*. If you don't have the compiler, or you prefer to test interpreted and then compile, you will need to write your own program to process a Rexx member and expand the %INCLUDEs. Grr. Grr (in harmony).