Re: "Under z/OS Unix"

2011-05-16 Thread Hunkeler Peter (KIUP 4)
>The Unix syntax is the same whether the commands come from a Telnet
>session or from the TSO OMVS command.

Syntax: Yes
Terminal (not command) behaviour: No

--
Peter Hunkeler

--
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: ISP@MSTR

2011-05-16 Thread jagadishan perumal
Hi Dave,

Thanks for directing me to CBTTAPE.

On Tue, May 17, 2011 at 12:57 AM, Gibney, Dave  wrote:

> Google search ...dynamic ISPF pinnacle... or look at www.cbttape.org
>
> Dave Gibney
> Information Technology Services
> Washington State University
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> > Behalf Of jagadishan perumal
> > Sent: Monday, May 16, 2011 7:18 AM
> > To: IBM-MAIN@bama.ua.edu
> > Subject: Re: ISP@MSTR
>  >
> > Mary,
> >
> > Thanks a lot for your reply.
> >
> > Regards,
> > Jags
> >
> > On Mon, May 16, 2011 at 6:46 PM, Mary Anne Matyaz
> > wrote:
> >
> > > Jags,
> > > Modify ISP@MSTR at the line:
> > >
> > > &ZSEL = TRANS ( TRUNC (&ZCMD,'.')
> > >
> > >
> > > to add the following line:
> > >
> > >  M,'CMD(%MQSTART)'
> > >
> > > Create rexx MQSTART in a searchable sysproc library:
> > >
> > > /*rexx */
> > > address ISPEXEC
> > > "LIBDEF ISPPLIB DATASET ID('SYS1.SCSQPNLE')"
> > > "LIBDEF ISPTLIB DATASET ID('SYS1.SCSQTBLE')"
> > > "LIBDEF ISPMLIB DATASET ID('SYS1.SCSQMSGE')"
> > >
> > > ADDRESS TSO '%CSQOREXX'
> > >
> > > address TSO
> > >   "ALTLIB DEACTIVATE APPLICATION(EXEC)"
> > > address ISPEXEC
> > > "LIBDEF ISPPLIB"
> > > "LIBDEF ISPTLIB"
> > > "LIBDEF ISPMLIB"
> > > "LIBDEF ISPSLIB"
> > > exit
> > >
> > > You can also just issue TSO MQSTART. Assuming you have MQSTART in
> the
> > > search
> > > order.
> > >
> > > Alternately, if you have the MQ libraries in your concatenation
> already,
> > > and/or don't care to libdef, you can simply issue:
> > >
> > > TSO CSQOREXX
> > >
> > > or change ISP@MSTR to have:
> > >
> > > M,'CMD(%CSQOREXX)'
> > >
> > >
> > > Mary Anne
> > >
> > >
> --
> > > 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
>
> --
> 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: Not able to ftp

2011-05-16 Thread jagadishan perumal
Hi,

The OMVS path : /usr/lib was missing. I just did a restore from the OMVS
back up tapes.



Regards,
Jags

On Mon, May 16, 2011 at 8:19 PM, Lizette Koehler wrote:

>  >
> > Hi,
> >
> > The issue is resolved. Thanks to all for the valuable suggestion.
> >
> > Regards,
> > Jags
> >
>
> When an issue is resolved, could you post what was done?  That  way someone
> researching the archives would have a place to see what was done to correct
> a situation?
>
> Lizette
>
> --
> 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: Copying tapes with 256K blocksizes

2011-05-16 Thread Fred Schmidt
On Thu, 12 May 2011 14:21:15 -0500, Rick Fochtman  wrote:

>--
>Does the name "TAPE" appear in your device name table? You also need a
>DD statement that refers to each tape volume; IEHMOVE will modify it and
>use OPEN TYPE=J to access the ap[[ropriate files.
>
>Rick
>

Yes, "TAPE" is in the device table, Rick. JCL used was as follows. VOLSER
200198 was a scratch tape.

//COPY EXEC PGM=IEHMOVE 
//SYSPRINT DD  SYSOUT=* 
//SYSUT1   DD  DISP=(NEW,KEEP),VOL=SER=SYS006,  
// UNIT=3390,DSN=SYS1.DONOT.EXIST,SPACE=(CYL,(10,10))   
//INDD1DD  UNIT=TAPE,DISP=OLD,VOL=SER=101178
//OUTDD1   DD  UNIT=TAPE,DATACLAS=ATL3592,DISP=(,KEEP)  
//SYSINDD  *
 COPY VOLUME=TAPE=101178,TO=TAPE=200198 
/*  

--
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: Copying tapes with 256K blocksizes

2011-05-16 Thread Fred Schmidt
On Thu, 12 May 2011 19:34:57 +, Linda Mooney 
wrote:

>Hi Fred,
>
>
>
>Do you have OSDITTO?
>

Hi Linda.

No. We don't have DITTO either.

Cheers,
Fred

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Anne & Lynn Wheeler
poodles...@sbcglobal.net (Dan Skomsky, PSTI) writes:
> It is obvious IBM has a different direction they are pursuing.  I have
> been re-hosting CICS applications onto Windows platforms for over ten
> years.  From what I have seen, all the smaller accounts have been
> converted with only the "Big Boys" left.  But even they are wavering
> today.  It is only a matter of time...

i remember Amdahl giving a talk at MIT in the early 70s ... and somebody
asked him what justification did he use to get investment in his new
clone processor company. His reply was that IBM customers had already
invested enormous amount on 360/370 software and even if IBM were to
completely walk away from 370 (might be considered a veiled reference to
Future System effort which was completely different from 370 and in fact
was killing off potentially competitive internal 370 projects in
progress), that software base was sufficient to keep him in business
through the end of the century. misc. past posts mentioning future
system
http://www.garlic.com/~lynn/submain.html#futuresys

The Future System period is credited with giving the clone processors a
foothold in the market ... having killed off internal 370 competitive
efforts, when Future System failed, there was a mad rush to get stuff
back into the 370 product pipelines. I had continued to do 370 stuff
during the period ... and the mad rush likely contributed to decision to
release various of things I had been doing.

In the 23jun69 unbundling announcement, there was start to charge for
application software ... but they managed to make the case that kernel
software should still be free. However, in the aftermath of Future
System failure and clone processors in the market place, there was a
decision to transition to (also) charge for kernel software.  One of my
things that was being released was my (dynamic adaptive) resource
manager ... and it was selected to be initial guinea pig for kernel
software charging ... and I got to spend a lot of time with legal and
business people regarding kernel software charging policies. misc.  past
posts mentioning unbundling
http://www.garlic.com/~lynn/submain.html#unbundle

A decade later, a senior disk engineer got a talk scheduled at the
annual, world-wide, internal communication group talk and opened it with
statement that the communication group was going to be responsible for
the demise of the disk division. The issue was that the communication
group had a stranglehold on the datacenters and large amount of
mainframe data was starting to flee to more distributed computing
friendly platforms.

Many of the "big boys" spent billions on "re-engineering" projects
(moving off mainframes) in the 90s that failed. many of them were using
technology that looked marvelous in demos but failed miserably to
scaleup (and may have worked for smaller operations). at least a couple
years ago those failures (in the 90s) were still damping the appetite to
try it again soon (somewhat analogous to the dark shadow that the FS
failure cast over IBM for decades).

-- 
virtualization experience starting Jan1968, online at home since Mar1970

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Tony Harminc
On 16 May 2011 20:03, John McKown  wrote:

> Oh, well, personally, I like the ARM architecture. But it is very
> fragmented right now. I have an architecture book on ARM v6. And much of
> it has the note of "IMPLEMENTATION DEFINED" on things which are not
> specifically mandated. I think this is because ARM is used from small
> embedded systems to things like smartphone and now iPAD and tablets.
> There are also a lot of things are marked UNPREDICTABLE. Who knows what
> that will do? Not guaranteed to do anything in particular. Might cause
> an exception, or a hardware failure, or ??? . Very weird. Makes the z
> architecture look like it was designed by a super-genius. Or somebody
> with OCD. .

A very quick look at the zArch POO finds around 170 occurences of the
word "unpredictable". And that is a very good thing; IBM has always
been very clear about what unpredictable means, and they don't use the
word lightly. Certainly unpredictable does not include "causing
hardware failure". Whether other hardware makers use it more casually,
I don't know, but I suspect they do.

Tony H.

--
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: EAV migration assistance tracker

2011-05-16 Thread Russell Witt
Markus,

Hate to ask the simple question; have you downloaded the current exception
list and made sure that was active prior to the report command? I do not
believe the default member in SYS1.PARMLIB is very current; and IBM suggests
you download the current exception list and use that first.

Russell Witt
CA L2 Support Manager

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of Markus Haselbach
Sent: Monday, May 16, 2011 9:54 AM
To: IBM-MAIN@bama.ua.edu
Subject: EAV migration assistance tracker

Hello,
I try to use the tracking facility to support the migration to the large
disk with z/OS 1.12 RSU1103.
I get a lot of output, mostly IBM programs, what I think ist not very
reasonable. 
It looks like:
CNZ1001I 11.02.24 TRACKING DISPLA
STATUS=ON   NUM=1000 MAX=1000 MEM=12  EXCL=1977K 
REJECT=16K   FU
TRACKING INFORMATION -VALUE-- JOBNAME  PROGNAME+OFF-- ASID N
SMS-E:1 DCB OPEN EAS 113-4401 A677016T ADBTEP2 10541C   72  
SMS-E:1 DCB OPEN EAS 113-4401 A677016  ADB2ATH310  3C1  
SMS-E:1 DCB OPEN EAS 113-4401 A677016T ADB2UTIL   336   72  
SMS-E:1 DCB OPEN EAS 113-4401 SMG001YP ADSDM083   50A   66  
SMS-E:1 DCB OPEN EAS 113-4401 MP00MVLG BBM9ZLFI   5A4   CE  
SMS-E:1 DCB OPEN EAS 113-4401 SMGP DBOCSPRD78  2D0  
SMS-E:1 DCB OPEN EAS 113-4401 CMA1 DFHLDSVC  1580   DB  
SMS-E:1 DCB OPEN EAS 113-4401 NPT0800E DFSAOSF0  113A   D0  
SMS-E:1 DCB OPEN EAS 113-4401 FIT120CE DFSAOSF0  113A  395  
SMS-E:1 DCB OPEN EAS 113-4401 AVT7901E DFSPCC30  2FA6   D0  
SMS-E:1 DCB OPEN EAS 113-4401 SY8P09CP DFSUACB0  450A   E8  
SMS-E:1 DCB OPEN EAS 113-4401 EQT0007E DFSZDI00   228   D0  
SMS-E:1 DCB OPEN EAS 113-4401 FIT8493E IGC0013I   9A6  3CB  
SMS-E:1 DCB OPEN EAS 113-4401 IB01DLS  SVC-022 00   FB  

TO REPORT THESE INSTANCES, SEND THIS MESSAGE VIA E-MAIL TO  
conso...@us.ibm.com. FOR ADDITIONAL INFORMATION OR TO OBTAIN A CURRE
EXCLUSION LIST, SEE APAR II13752. 

I' ve sent this to conso...@us.ibm.com  but didn't get any answer so far.
Does someone have experience with using the Tracking Facility for EAV
migration?
best regards
Markus 
 

--
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: Running z/OS On Your Laptop

2011-05-16 Thread John McKown
On Mon, 2011-05-16 at 18:33 -0500, Paul Gilmartin wrote:
> On Mon, 16 May 2011 18:12:18 -0500, Dan Skomsky, PSTI wrote:
> 
> >I know it isn't perfect, but Hercules with MVS 3.8J doesn't look too bad
> >when you consider the cost, free.  The combo runs just fine on a laptop even
> >using MS VPC 2K7 to hold the Hercules guest O/S.
> >
> A few unanswerable questions:
> 
> How much does IBM spend to support and enhance z/OS?
> 
> How much does IBM spend to support and enhance Linux for z?
> 
> Is IBM motivated to retain its mainframe customers on z/OS?
> 
> -- gil

I can't answer any of those reliably. But I don't see much emphasis on
the z hardware and associated software at all, compared to Intel based.
Which is stupid, IMO. But "you go where the money is". z hardware and
software is only cost justifiable for larger companies any more. And I'd
bet that z planners are betting on z/Linux under z/VM for the
virtualization potential. In the past, I was on an iSeries forum. They
had the same complaints as we post here - apparent lack of interest and
support for the i. A "cash cow" mentality. Most companies are "Windows
weenies" and simply do not seem to know any better. Like the
"spreadsheet gurus" who think that they are world class programmers
because they can use a formula in a cell. So they __know__ that the IT
department programmers are idiots who are just goofing off when they
should be working.

Oh, well, personally, I like the ARM architecture. But it is very
fragmented right now. I have an architecture book on ARM v6. And much of
it has the note of "IMPLEMENTATION DEFINED" on things which are not
specifically mandated. I think this is because ARM is used from small
embedded systems to things like smartphone and now iPAD and tablets.
There are also a lot of things are marked UNPREDICTABLE. Who knows what
that will do? Not guaranteed to do anything in particular. Might cause
an exception, or a hardware failure, or ??? . Very weird. Makes the z
architecture look like it was designed by a super-genius. Or somebody
with OCD. .

-- 
John McKown
Maranatha! <><

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Dan Skomsky, PSTI
It is obvious IBM has a different direction they are pursuing.  I have been
re-hosting CICS applications onto Windows platforms for over ten years.
>From what I have seen, all the smaller accounts have been converted with
only the "Big Boys" left.  But even they are wavering today.  It is only a
matter of time...

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of Ted MacNEIL
Sent: Monday, May 16, 2011 6:40 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Running z/OS On Your Laptop

>Is IBM motivated to retain its mainframe customers on z/OS?

I used to believe they were!
Now?

-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
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: BPXPRMxx and FORKCOPY

2011-05-16 Thread John McKown
Don't know for certain, but I'd lay odds that it is the LE libraries.
Most UNIX commands are written in C. Which requires LE to run.

On Mon, 2011-05-16 at 11:33 -0400, Mark Jacobs wrote:
> In the documentation for the FORKCOPY option in BPXPRMxx it says;
> 
> If the runtime library is in the link pack area, specify FORKCOPY(COPY).
> If the runtime library is not in the link pack area, specify FORKCOPY(COW).
> 
> Which runtime library is it referring to?
> 
-- 
John McKown
Maranatha! <><

--
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: Move multivol zFS

2011-05-16 Thread Gibney, Dave
No dice, nor do variations of the VOLCOUNT keyword help. It's weird. The
job "pokes" (allocates a temp dsn) over 700 time seemingly random over
my SMS pool (and not just in ZOSZFS store group). Then it quits.

And I am an idiot. I was transposing columns  in the ISMF panel. I only
have 6 free volumes and 18 full volumes instead of what I was sure was
the other way around.

Thanks for the second set of virtual eyes :)

Dave Gibney
Information Technology Services
Washington State University


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> Behalf Of John McKown
> Sent: Monday, May 16, 2011 4:32 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: Move multivol zFS
> 
> If on SMS volumes, try the MAKEMULTI keyword on the control statement.
> On May 16, 2011 6:20 PM, "Gibney, Dave"  wrote:
> > I'm trying to move a 9 volume (mod3) zFS container. It's the NTS I
> > pulled my 1.12 servpac down into.
> > COPY ADMIN -
> > DATASET(INCLUDE( -
> > OMVS.SMPNTS.ZOS112 -
> > ) -
> > EXCLUDE( -
> > Z.Y -
> > )) -
> > PROCESS(UNDEFINEDSORG,SYS1) -
> > ALLX ALLDATA(*) -
> > MGMTCLAS(MCHFS) -
> > STORCLAS(ZCHFS) -
> > SPHERE -
> > DELETE -
> > CATALOG
> >
> > I get:
> > IGD17275I NO ELIGIBLE STORAGE GROUP HAS ENOUGH SPACE FOR
> >
> > BEST FIT REQUEST - ALLOCATION FOR
> >
> > DATA SET OMVS.SMPNTS.ZOS112.A0010043.T6013666 FAILED
> >
> > IGD17290I THERE WERE 1 CANDIDATE STORAGE GROUPS OF WHICH THE
> FIRST 1
> >
> > WERE ELIGIBLE FOR VOLUME SELECTION.
> >
> > THE CANDIDATE STORAGE GROUPS WERE:ZOSHFS
> >
> > IGD17279I 34 VOLUMES WERE REJECTED BECAUSE OF INSUFFICIENT SPACE
> FOR
> > BEST-FIT
> > IGD17219I UNABLE TO CONTINUE DEFINE OF DATA SET
> >
> > OMVS.SMPNTS.ZOS112.A0010043.T6013666
> >
> > DR809I (001)-VDSS (01), ADDITIONAL DIAGNOSTIC DATA FOR PRECEDING
> > MESSAGE:
> > SC=ZCHFS MC=MCHFS DC=BIGEXT
> >
> > REQPRI=030024CYL REQSEC=003336CYL
> > REQVOLS=01
> >
> > DC(BIGEXT) has dynamic volume count of 12, why is the REQVOLS=01?
> >
> > I'm sure it's a simple error on my part because I've spent too much
time
> > on it already :)
> >
> > Dave Gibney
> > Information Technology Services
> > Washington State University
> >
> >
--
> > 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

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Ted MacNEIL
>Is IBM motivated to retain its mainframe customers on z/OS?

I used to believe they were!
Now?

-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Paul Gilmartin
On Mon, 16 May 2011 18:12:18 -0500, Dan Skomsky, PSTI wrote:

>I know it isn't perfect, but Hercules with MVS 3.8J doesn't look too bad
>when you consider the cost, free.  The combo runs just fine on a laptop even
>using MS VPC 2K7 to hold the Hercules guest O/S.
>
A few unanswerable questions:

How much does IBM spend to support and enhance z/OS?

How much does IBM spend to support and enhance Linux for z?

Is IBM motivated to retain its mainframe customers on z/OS?

-- gil

--
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: Move multivol zFS

2011-05-16 Thread John McKown
If on SMS volumes, try the MAKEMULTI keyword on the control statement.
On May 16, 2011 6:20 PM, "Gibney, Dave"  wrote:
> I'm trying to move a 9 volume (mod3) zFS container. It's the NTS I
> pulled my 1.12 servpac down into.
> COPY ADMIN -
> DATASET(INCLUDE( -
> OMVS.SMPNTS.ZOS112 -
> ) -
> EXCLUDE( -
> Z.Y -
> )) -
> PROCESS(UNDEFINEDSORG,SYS1) -
> ALLX ALLDATA(*) -
> MGMTCLAS(MCHFS) -
> STORCLAS(ZCHFS) -
> SPHERE -
> DELETE -
> CATALOG
>
> I get:
> IGD17275I NO ELIGIBLE STORAGE GROUP HAS ENOUGH SPACE FOR
>
> BEST FIT REQUEST - ALLOCATION FOR
>
> DATA SET OMVS.SMPNTS.ZOS112.A0010043.T6013666 FAILED
>
> IGD17290I THERE WERE 1 CANDIDATE STORAGE GROUPS OF WHICH THE FIRST 1
>
> WERE ELIGIBLE FOR VOLUME SELECTION.
>
> THE CANDIDATE STORAGE GROUPS WERE:ZOSHFS
>
> IGD17279I 34 VOLUMES WERE REJECTED BECAUSE OF INSUFFICIENT SPACE FOR
> BEST-FIT
> IGD17219I UNABLE TO CONTINUE DEFINE OF DATA SET
>
> OMVS.SMPNTS.ZOS112.A0010043.T6013666
>
> DR809I (001)-VDSS (01), ADDITIONAL DIAGNOSTIC DATA FOR PRECEDING
> MESSAGE:
> SC=ZCHFS MC=MCHFS DC=BIGEXT
>
> REQPRI=030024CYL REQSEC=003336CYL
> REQVOLS=01
>
> DC(BIGEXT) has dynamic volume count of 12, why is the REQVOLS=01?
>
> I'm sure it's a simple error on my part because I've spent too much time
> on it already :)
>
> Dave Gibney
> Information Technology Services
> Washington State University
>
> --
> 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


Move multivol zFS

2011-05-16 Thread Gibney, Dave
I'm trying to move a 9 volume (mod3)  zFS container. It's the NTS I
pulled my 1.12 servpac down into.
COPY ADMIN -   
 DATASET(INCLUDE( -
  OMVS.SMPNTS.ZOS112 - 
   ) - 
 EXCLUDE( -
 Z.Y - 
   )) -
PROCESS(UNDEFINEDSORG,SYS1) -  
ALLX ALLDATA(*) -  
MGMTCLAS(MCHFS) -  
STORCLAS(ZCHFS) -  
SPHERE -   
DELETE -   
CATALOG

I get:
IGD17275I NO ELIGIBLE STORAGE GROUP HAS ENOUGH SPACE FOR

BEST FIT REQUEST - ALLOCATION FOR

DATA SET OMVS.SMPNTS.ZOS112.A0010043.T6013666 FAILED

IGD17290I THERE WERE 1 CANDIDATE STORAGE GROUPS OF WHICH THE FIRST 1

WERE ELIGIBLE FOR VOLUME SELECTION.

THE CANDIDATE STORAGE GROUPS WERE:ZOSHFS

IGD17279I 34 VOLUMES WERE REJECTED BECAUSE OF INSUFFICIENT SPACE FOR
BEST-FIT
IGD17219I UNABLE TO CONTINUE DEFINE OF DATA SET

OMVS.SMPNTS.ZOS112.A0010043.T6013666

DR809I (001)-VDSS (01), ADDITIONAL DIAGNOSTIC DATA FOR PRECEDING
MESSAGE:
SC=ZCHFS MC=MCHFS DC=BIGEXT

REQPRI=030024CYL REQSEC=003336CYL
REQVOLS=01

DC(BIGEXT) has dynamic volume count of 12, why is the REQVOLS=01?

I'm sure it's a simple error on my part because I've spent too much time
on it already :)

Dave Gibney
Information Technology Services
Washington State University

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Dan Skomsky, PSTI
I know it isn't perfect, but Hercules with MVS 3.8J doesn't look too bad
when you consider the cost, free.  The combo runs just fine on a laptop even
using MS VPC 2K7 to hold the Hercules guest O/S.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of Eric Bielefeld
Sent: Monday, May 16, 2011 10:18 AM
To: IBM-MAIN@bama.ua.edu
Subject: Running z/OS On Your Laptop

I think there was a discussion about running z/OS on your laptop or other PC
recently.  There is an IBM 2 day workshop on that topic coming up on June
28.  Unfortuneatly, it's in Melbourne, Australia.  Shane - maybe you're
interested.  

The link is:

  http://www.redbooks.ibm.com/workshops/GR0422?Open

--
Eric Bielefeld
Systems Programmer

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Wayne Bickerdike
It doesn't look like you come away with much at all:

Day 1 :
is a very detailed lecture (and demonstrations) of zPDT and a little
z/OS. No student RDzUT or tokens or disks are involved. If students
have a laptop with (1) wireless connection and (2) a 3270 emulator,
they may connect to my zPDT system and log onto TSO. There is usually
much discussion about capacity and performance. Students should have a
little Linux background and some z/OS skills in order to understand
the lecture.

Day 2 :
has the students (or student teams) installing Linux, zPDT, and z/OS.
It does not involve RDzUT. We can do some basic networking to allow
the various student z/OS systems to communicate with each other.

So on day 1 you basically connect to the lecturer's zPDT and no RDzUT
tokens or disks are involved (is this a dongle or similar device?).

Day 2 is an install of zPDT and z/OS perhaps this is on the lecturers machine?

Been trying for a few years now to get IBM to come up with a Flex
replacement and the zPDT still seems overpriced for small developers
or students.

On Tue, May 17, 2011 at 6:27 AM, Steve Comstock
 wrote:
> On 5/16/2011 2:11 PM, Paul Gilmartin wrote:
>>
>> On Tue, 17 May 2011 06:04:43 +1000, Wayne Bickerdike wrote:
>>
>>> They are charging $2200 for a two day workshop!
>>>
>> That's a fraction of what z/OS costs otherwise.
>>
>> Do participants get to keep it?
>>
  http://www.redbooks.ibm.com/workshops/GR0422?Open
>>
>> -- gil
>
>
> Excellent question, and the write up is ambiguous.
>
> Note it says "It produces a System z environment on
> an Intel-compatible computer, capable of running
> z/OS, z/VM, z/VSE or Linux for System z." So maybe
> you walk away with the environment but no OS.
>
> Partnerworld members can get the OS, though.
>
>
> --
>
> Kind regards,
>
> -Steve Comstock
> The Trainer's Friend, Inc.
>
> 303-393-8716
> http://www.trainersfriend.com
>
> * To get a good Return on your Investment, first make an investment!
>  + Training your people is an excellent investment
>
> * Try our new tool for calculating your Return On Investment
>    for training dollars at
>  http://www.trainersfriend.com/ROI/roi.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
>



-- 
Wayne V. Bickerdike

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Shane Ginnane
LOL - I don't think so.
Would take a lot more than that is offering to convince me to fork out my
hard earned to go to Melbourne at this time of year.

Shane ...


On Tue, May 17th, 2011 at 1:17 AM, Eric Bielefeld wrote:

> I think there was a discussion about running z/OS on your laptop or other
> PC recently.  There is an IBM 2 day workshop on that topic coming up on
> June 28.  Unfortuneatly, it's in Melbourne, Australia.  Shane - maybe
> you're interested.  

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Ron Hawkins
Steve,

I think you need to update your exchange rates. AUD$2200 is around US$2328.

Ron

> 
> On 5/16/2011 2:04 PM, Wayne Bickerdike wrote:
> > They are charging $2200 for a two day workshop!
> 
> That's Australian dollars, though. About USD 2077. Per
> person. Yup, a little pricey. If we had such a course,
> we would charge around USD 500 per person, maybe a little
> more. _But_, we don't have such a course. :-)

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Steve Comstock

On 5/16/2011 2:30 PM, Field, Alan C. wrote:

More like $US2330. The AUD is worth more than the USD now (www.xe.com).


Ah, yes, you're right. I was using http://finance.yahoo.com/currency-converter
but worked in the wrong direction. Just like our illustrious
leaders wanted, I'm sure. :-)



Thanks.




-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Steve Comstock
Sent: Monday, May 16, 2011 15:25
To: IBM-MAIN@bama.ua.edu
Subject: Re: Running z/OS On Your Laptop

On 5/16/2011 2:04 PM, Wayne Bickerdike wrote:

They are charging $2200 for a two day workshop!


That's Australian dollars, though. About USD 2077. Per
person. Yup, a little pricey. If we had such a course,
we would charge around USD 500 per person, maybe a little
more. _But_, we don't have such a course. :-)






On Tue, May 17, 2011 at 1:17 AM, Eric

Bielefeld   wrote:

I think there was a discussion about running z/OS on your laptop or

other PC recently.  There is an IBM 2 day workshop on that topic coming
up on June 28.  Unfortuneatly, it's in Melbourne, Australia.  Shane -
maybe you're interested.


The link is:

   http://www.redbooks.ibm.com/workshops/GR0422?Open

--
Eric Bielefeld
Systems Programmer







--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our new tool for calculating your Return On Investment
for training dollars at
  http://www.trainersfriend.com/ROI/roi.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: Running z/OS On Your Laptop

2011-05-16 Thread Field, Alan C.
More like $US2330. The AUD is worth more than the USD now (www.xe.com).

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Steve Comstock
Sent: Monday, May 16, 2011 15:25 
To: IBM-MAIN@bama.ua.edu
Subject: Re: Running z/OS On Your Laptop

On 5/16/2011 2:04 PM, Wayne Bickerdike wrote:
> They are charging $2200 for a two day workshop!

That's Australian dollars, though. About USD 2077. Per
person. Yup, a little pricey. If we had such a course,
we would charge around USD 500 per person, maybe a little
more. _But_, we don't have such a course. :-)


>
>
>
> On Tue, May 17, 2011 at 1:17 AM, Eric
Bielefeld  wrote:
>> I think there was a discussion about running z/OS on your laptop or
other PC recently.  There is an IBM 2 day workshop on that topic coming
up on June 28.  Unfortuneatly, it's in Melbourne, Australia.  Shane -
maybe you're interested.
>>
>> The link is:
>>
>>   http://www.redbooks.ibm.com/workshops/GR0422?Open
>>
>> --
>> Eric Bielefeld
>> Systems Programmer



-- 

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
   + Training your people is an excellent investment

* Try our new tool for calculating your Return On Investment
 for training dollars at
   http://www.trainersfriend.com/ROI/roi.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: Running z/OS On Your Laptop

2011-05-16 Thread Steve Comstock

On 5/16/2011 2:11 PM, Paul Gilmartin wrote:

On Tue, 17 May 2011 06:04:43 +1000, Wayne Bickerdike wrote:


They are charging $2200 for a two day workshop!


That's a fraction of what z/OS costs otherwise.

Do participants get to keep it?


  http://www.redbooks.ibm.com/workshops/GR0422?Open


-- gil



Excellent question, and the write up is ambiguous.

Note it says "It produces a System z environment on
an Intel-compatible computer, capable of running
z/OS, z/VM, z/VSE or Linux for System z." So maybe
you walk away with the environment but no OS.

Partnerworld members can get the OS, though.


--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our new tool for calculating your Return On Investment
for training dollars at
  http://www.trainersfriend.com/ROI/roi.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: Running z/OS On Your Laptop

2011-05-16 Thread Steve Comstock

On 5/16/2011 2:04 PM, Wayne Bickerdike wrote:

They are charging $2200 for a two day workshop!


That's Australian dollars, though. About USD 2077. Per
person. Yup, a little pricey. If we had such a course,
we would charge around USD 500 per person, maybe a little
more. _But_, we don't have such a course. :-)






On Tue, May 17, 2011 at 1:17 AM, Eric Bielefeld  wrote:

I think there was a discussion about running z/OS on your laptop or other PC 
recently.  There is an IBM 2 day workshop on that topic coming up on June 28.  
Unfortuneatly, it's in Melbourne, Australia.  Shane - maybe you're interested.

The link is:

  http://www.redbooks.ibm.com/workshops/GR0422?Open

--
Eric Bielefeld
Systems Programmer




--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our new tool for calculating your Return On Investment
for training dollars at
  http://www.trainersfriend.com/ROI/roi.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: Running z/OS On Your Laptop

2011-05-16 Thread Mike Schwab
http://www.p390.com/pdf/zPDTPricingSheet120209.pdf
is the prices for the hardware, dongle, and software discs.

http://dtsc.dfw.ibm.com/MVSDS/'HTTPD2.ADCD.GLOBAL.HTML(READM11S)'
AC/DC annual updates.

On Mon, May 16, 2011 at 3:04 PM, Wayne Bickerdike  wrote:
> They are charging $2200 for a two day workshop!
>
> On Tue, May 17, 2011 at 1:17 AM, Eric Bielefeld  
> wrote:
>> I think there was a discussion about running z/OS on your laptop or other PC 
>> recently.  There is an IBM 2 day workshop on that topic coming up on June 
>> 28.  Unfortuneatly, it's in Melbourne, Australia.  Shane - maybe you're 
>> interested.
>>
>> The link is:
>>
>>  http://www.redbooks.ibm.com/workshops/GR0422?Open
>>
>> --
>> Eric Bielefeld
>> Systems Programmer

-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Paul Gilmartin
On Tue, 17 May 2011 06:04:43 +1000, Wayne Bickerdike wrote:

>They are charging $2200 for a two day workshop!
>
That's a fraction of what z/OS costs otherwise.

Do participants get to keep it?

>>  http://www.redbooks.ibm.com/workshops/GR0422?Open

-- gil

--
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: Running z/OS On Your Laptop

2011-05-16 Thread Wayne Bickerdike
They are charging $2200 for a two day workshop!



On Tue, May 17, 2011 at 1:17 AM, Eric Bielefeld  wrote:
> I think there was a discussion about running z/OS on your laptop or other PC 
> recently.  There is an IBM 2 day workshop on that topic coming up on June 28. 
>  Unfortuneatly, it's in Melbourne, Australia.  Shane - maybe you're 
> interested.
>
> The link is:
>
>  http://www.redbooks.ibm.com/workshops/GR0422?Open
>
> --
> Eric Bielefeld
> Systems Programmer
>
> --
> 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
>



-- 
Wayne V. Bickerdike

--
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: ISP@MSTR

2011-05-16 Thread Gibney, Dave
Google search ...dynamic ISPF pinnacle... or look at www.cbttape.org 

Dave Gibney
Information Technology Services
Washington State University


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> Behalf Of jagadishan perumal
> Sent: Monday, May 16, 2011 7:18 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: ISP@MSTR
> 
> Mary,
> 
> Thanks a lot for your reply.
> 
> Regards,
> Jags
> 
> On Mon, May 16, 2011 at 6:46 PM, Mary Anne Matyaz
> wrote:
> 
> > Jags,
> > Modify ISP@MSTR at the line:
> >
> > &ZSEL = TRANS ( TRUNC (&ZCMD,'.')
> >
> >
> > to add the following line:
> >
> >  M,'CMD(%MQSTART)'
> >
> > Create rexx MQSTART in a searchable sysproc library:
> >
> > /*rexx */
> > address ISPEXEC
> > "LIBDEF ISPPLIB DATASET ID('SYS1.SCSQPNLE')"
> > "LIBDEF ISPTLIB DATASET ID('SYS1.SCSQTBLE')"
> > "LIBDEF ISPMLIB DATASET ID('SYS1.SCSQMSGE')"
> >
> > ADDRESS TSO '%CSQOREXX'
> >
> > address TSO
> >   "ALTLIB DEACTIVATE APPLICATION(EXEC)"
> > address ISPEXEC
> > "LIBDEF ISPPLIB"
> > "LIBDEF ISPTLIB"
> > "LIBDEF ISPMLIB"
> > "LIBDEF ISPSLIB"
> > exit
> >
> > You can also just issue TSO MQSTART. Assuming you have MQSTART in
the
> > search
> > order.
> >
> > Alternately, if you have the MQ libraries in your concatenation
already,
> > and/or don't care to libdef, you can simply issue:
> >
> > TSO CSQOREXX
> >
> > or change ISP@MSTR to have:
> >
> > M,'CMD(%CSQOREXX)'
> >
> >
> > Mary Anne
> >
> >
--
> > 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

--
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: IRRSEQ00 x Top Secret

2011-05-16 Thread Jose Adauto Ribeiro
Thanks everyone, specially Scott Ford and Rob Schramm.

This information is very helpfull.

José ADAUTO Ribeiro



Em 16/05/2011 15:29, Scott Ford < scott_j_f...@yahoo.com > escreveu:
It works fine, we use it all the time. Our products tun on RACF,ACF2 and TSS 
and 
all use IRRSEQ00...
 
Scott J Ford
 





From: Rob Schramm 
To: IBM-MAIN@bama.ua.edu
Sent: Mon, May 16, 2011 11:36:10 AM
Subject: Re: IRRSEQ00 x Top Secret

Doing the most cursory search .. the following doc would appear to indicate
support for it... just do a find "r_admin" in the pdf.

ftp://ftp.ca.com/caproducts/ldap/docs/ldapv3/eTrust_LDAP_Server_Release_Summary_30.pdf



Rob Schramm
Senior Systems Consultant
Imperium Group LLC






On Mon, May 16, 2011 at 11:15 AM, Jose Adauto Ribeiro wrote:

> Hi,
>
> Anyone know if the API IRRSEQ00 (using ADMN_RUN_COMD) works in an
> environment with Top Secret?
>
> Thanks in advance.
>
> José ADAUTO Ribeiro
>
> --
> 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


--
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: Is FDRTSEL abnormally slow?

2011-05-16 Thread Scott Rowe
My experience with FDRTSEL has always been good.  I suspect that the OP's
trouble could be if he has 3590's with ESCON attachment, the ESCON ports on
the 3590-A60 controllers had abysmal performance.

On Mon, May 16, 2011 at 2:12 PM, Neil Duffee  wrote:

> Anecdotally, I find my monthly run (Copy1->2) processes approx. 1,000 to
> 1,100 backup files in a 24 hour period.  The quarterly run (ArcEdit
> Copy1->1&2) that processes 6 months of files - at about the same rate - can
> last 5-7 business days (it stops overnight to free the 3 drives).
>
> z9BC-Q02 with Ficon (2Gbit) attached 3590-E's in a single 3494 ATL.  The
> process is never CPU constrained [1] and might/should improve with the new
> z10BC-O02 & 8Gbit Ficon. [2]  Backup files all have 3390-3 sources.
>
> Hope these rough numbers will give you something to compare against.
>
> ps.  you realize that, for each file moved, all the Migrat1 entries have to
> be adjusted in the catalogue as well as archive control file, right?  Have
> you looked at the Dasd & CPU side of things as well?
>
> [1]  I've found the job responds to being in a higher WLM Service class (a
> little) but suspect it's related to the catalogue work.  It's a background
> process here so I don't care when it takes hours longer.
> [2]  Don't remember/know if the 3494/3590 Ficon was upgraded to match.
>
> -->  signature = 6 lines follows <--
> Neil Duffee, Joe SysProg, U d'Ottawa, Ottawa, Ont, Canada
> telephone:1 613 562 5800 x4585 fax:1 613 562 5161
> mailto:NDuffee of uOttawa.ca http:/ /aix1.uottawa.ca/ ~nduffee
> "How *do* you plan for something like that?" Guardian Bob, Reboot
> "For every action, there is an equal and opposite criticism."
> "Systems Programming: Guilty, until proven innocent" John Norgauer 2004
>
>
> > -Original Message-
> > From: Pierre Berrigan [mailto:pie...@ber...org]
> > Sent: May 12, 2011 15:29
> > Subject: Is FDRTSEL abnormally slow?
> >
> > My client is in the process of moving from 3590 tapes to a 7700 virtual
> 3490's.
> > Moving archive backup files produced by FDRABR is done with
> > FDRTSEL; we oberve durations between 7 and 17 hours per tape
> > volume, with an average of 11 hours each...
> >
> > Is that abnormally slow or is it me? Extrapolating to the 470
> > tape volumes we need to move means a total duration of close to 1 year...
>
> --
> 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
>

CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains
confidential and privileged information intended only for the addressee.
If you are not the intended recipient, please be advised that you have
received this material in error and that any forwarding, copying, printing,
distribution, use or disclosure of the material is strictly prohibited.
If you have received this material in error, please (i) do not read it,
(ii) reply to the sender that you received the message in error, and
(iii) erase or destroy the material. Emails are not secure and can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by email. Thank you.

--
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: Is FDRTSEL abnormally slow?

2011-05-16 Thread Neil Duffee
Anecdotally, I find my monthly run (Copy1->2) processes approx. 1,000 to 1,100 
backup files in a 24 hour period.  The quarterly run (ArcEdit Copy1->1&2) that 
processes 6 months of files - at about the same rate - can last 5-7 business 
days (it stops overnight to free the 3 drives).

z9BC-Q02 with Ficon (2Gbit) attached 3590-E's in a single 3494 ATL.  The 
process is never CPU constrained [1] and might/should improve with the new 
z10BC-O02 & 8Gbit Ficon. [2]  Backup files all have 3390-3 sources.  

Hope these rough numbers will give you something to compare against.

ps.  you realize that, for each file moved, all the Migrat1 entries have to be 
adjusted in the catalogue as well as archive control file, right?  Have you 
looked at the Dasd & CPU side of things as well?

[1]  I've found the job responds to being in a higher WLM Service class (a 
little) but suspect it's related to the catalogue work.  It's a background 
process here so I don't care when it takes hours longer.
[2]  Don't remember/know if the 3494/3590 Ficon was upgraded to match.

-->  signature = 6 lines follows <--
Neil Duffee, Joe SysProg, U d'Ottawa, Ottawa, Ont, Canada
telephone:1 613 562 5800 x4585 fax:1 613 562 5161
mailto:NDuffee of uOttawa.ca http:/ /aix1.uottawa.ca/ ~nduffee
"How *do* you plan for something like that?" Guardian Bob, Reboot
"For every action, there is an equal and opposite criticism."
"Systems Programming: Guilty, until proven innocent" John Norgauer 2004
 

> -Original Message-
> From: Pierre Berrigan [mailto:pie...@ber...org] 
> Sent: May 12, 2011 15:29
> Subject: Is FDRTSEL abnormally slow?
> 
> My client is in the process of moving from 3590 tapes to a 7700 virtual 
> 3490's. 
> Moving archive backup files produced by FDRABR is done with 
> FDRTSEL; we oberve durations between 7 and 17 hours per tape 
> volume, with an average of 11 hours each... 
> 
> Is that abnormally slow or is it me? Extrapolating to the 470 
> tape volumes we need to move means a total duration of close to 1 year...

--
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: "Under z/OS Unix"

2011-05-16 Thread Scott Ford
Paul,
I agree that Rexx is Language, scripting or otherwise, you can compile it or 
interpret it and with Object rexx , its Object oriented..

 
Scott J Ford
 





From: Paul Gilmartin 
To: IBM-MAIN@bama.ua.edu
Sent: Mon, May 16, 2011 1:17:37 PM
Subject: Re: "Under z/OS Unix"

On Mon, 16 May 2011 08:42:32 -0400, Shmuel Metz (Seymour J.) wrote:

>In , on 05/15/2011
>  at 04:11 PM, Paul Gilmartin said:
>
>>certainly not in an interactive shell
>
>I'm not sure what you mean by an "interactive shell", nor why you
>would describe Rexx as being one, but there is nothing in Rexx that
>precludes compiling the entire file before executing any of it, and
>some implementations do just that. Rexx is a scripting language, not a
>shell.
>
I forked this fiber of the thread by musing:

    http://bama.ua.edu/cgi-bin/wa?A2=ind1105&L=ibm-main&P=80293

    I've sometimes imagined Rexx as a shell language, but it has a couple
    severe flaws:  ...

We seem to be in considerably acrimonious agreement here.  Because
you trimmed the essence of my remark, then disputed what remained
out of context.

-- gil

--
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: IRRSEQ00 x Top Secret

2011-05-16 Thread Scott Ford
It works fine, we use it all the time. Our products tun on RACF,ACF2 and TSS 
and 
all use IRRSEQ00...
 
Scott J Ford
 





From: Rob Schramm 
To: IBM-MAIN@bama.ua.edu
Sent: Mon, May 16, 2011 11:36:10 AM
Subject: Re: IRRSEQ00 x Top Secret

Doing the most cursory search .. the following doc would appear to indicate
support for it... just do a find "r_admin" in the pdf.

ftp://ftp.ca.com/caproducts/ldap/docs/ldapv3/eTrust_LDAP_Server_Release_Summary_30.pdf



Rob Schramm
Senior Systems Consultant
Imperium Group LLC






On Mon, May 16, 2011 at 11:15 AM, Jose Adauto Ribeiro wrote:

> Hi,
>
> Anyone know if the API IRRSEQ00 (using ADMN_RUN_COMD) works in an
> environment with Top Secret?
>
> Thanks in advance.
>
> José ADAUTO Ribeiro
>
> --
> 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


--
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


Regarding Hot or Warm start of Jes3

2011-05-16 Thread sunil mirchandani
Hello Team,

I have added a new Proclib concatenation in JES3 Proc on two systems
Lpara(Global)  and Lparb (local), both are test systems with minimal usage

Any one help me to identify which option shall i use while replying so that
the new proclib change comes in effect.
nn IAT3011   SPECIFY JES3 START TYPE: (C, L, H, HA, HR, HAR, W, WA, WR,
  WAR, OR CANCEL)

And does it requires IPL in any of the system?

-- 
Thanks & Regards:
Sunil Mirchandani
9243116830

"Yesterday I dared to struggle. Today I dare to win"

--
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: "Under z/OS Unix"

2011-05-16 Thread Paul Gilmartin
On Mon, 16 May 2011 08:42:32 -0400, Shmuel Metz (Seymour J.) wrote:

>In , on 05/15/2011
>   at 04:11 PM, Paul Gilmartin said:
>
>>certainly not in an interactive shell
>
>I'm not sure what you mean by an "interactive shell", nor why you
>would describe Rexx as being one, but there is nothing in Rexx that
>precludes compiling the entire file before executing any of it, and
>some implementations do just that. Rexx is a scripting language, not a
>shell.
>
I forked this fiber of the thread by musing:

http://bama.ua.edu/cgi-bin/wa?A2=ind1105&L=ibm-main&P=80293

I've sometimes imagined Rexx as a shell language, but it has a couple
severe flaws:  ...

We seem to be in considerably acrimonious agreement here.  Because
you trimmed the essence of my remark, then disputed what remained
out of context.

-- gil

--
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: "Under z/OS Unix"

2011-05-16 Thread Scott Rowe
On Mon, May 16, 2011 at 1:17 PM, Paul Gilmartin wrote:

> On Mon, 16 May 2011 08:42:32 -0400, Shmuel Metz (Seymour J.) wrote:
>
> >In , on 05/15/2011
> >   at 04:11 PM, Paul Gilmartin said:
> >
> >>certainly not in an interactive shell
> >
> >I'm not sure what you mean by an "interactive shell", nor why you
> >would describe Rexx as being one, but there is nothing in Rexx that
> >precludes compiling the entire file before executing any of it, and
> >some implementations do just that. Rexx is a scripting language, not a
> >shell.
> >
> I forked this fiber of the thread by musing:
>
> Yeah, you forked it up real good didn't you ;-)


>http://bama.ua.edu/cgi-bin/wa?A2=ind1105&L=ibm-main&P=80293
>
>I've sometimes imagined Rexx as a shell language, but it has a couple
> severe flaws:  ...
>
> We seem to be in considerably acrimonious agreement here.  Because
> you trimmed the essence of my remark, then disputed what remained
> out of context.
>
> Context, schmontext.  You don't expect Seymour to read all the posts in a
thread do you?  If he did that he wouldn't have a chance to answer questions
that had already been answered days before, or to reply several times in a
row to the same thread!

> -- gil
>
> --
> 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
>

CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains
confidential and privileged information intended only for the addressee.
If you are not the intended recipient, please be advised that you have
received this material in error and that any forwarding, copying, printing,
distribution, use or disclosure of the material is strictly prohibited.
If you have received this material in error, please (i) do not read it,
(ii) reply to the sender that you received the message in error, and
(iii) erase or destroy the material. Emails are not secure and can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by email. Thank you.

--
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: ISPF Help panel help

2011-05-16 Thread Dave Salt
You only need a ZSEL statement if your help panel has options to go to other 
help panels. For example, if your HELP panel has something like the following 
then you need a ZSEL statement to determine which help panel to display when 
option 1 or 2 is selected:

Select one of the following options for additional help:
1 - How do I enter optional parameters
2 - How do I change the panel colours

Based on your help panel I don't see any option to go to any other help panels 
so a ZSEL is not required. 

> Q). How can I just redisplay my help panel or terminate my menu display by 
> pressing ENTER?

If someone presses ENTER on a help panel that doesn't have a ZSEL, ISPF 
displays the 'next' tutorial, which is defined using &ZCONT. If &ZCONT isn't 
defined a default tutorial is displayed. A tutorial shouldn't exit when ENTER 
is pressed, as this isn't the way tutorials work. If a user wants to exit a 
tutorial they should press END.

HTH,
 
Dave Salt

SimpList(tm) - try it; you'll get it! 

http://www.mackinney.com/products/program-development/simplist.html  







> Date: Mon, 16 May 2011 10:40:51 -0500
> From: dave.l.han...@usps.gov
> Subject: ISPF Help panel help
> To: IBM-MAIN@bama.ua.edu
> 
> Group,
> 
>We are running z/OS V1R10 (&z/OS V1R12).  I have been looking through the 
> ISPF Dialog Developer's Guide and Reference and I am having a problem with my 
> help panel.  My Primary panel has &ZPRIM=YES and .HELP=SSBVPSH.  From my 
> primary panel I enter PF1 and I get my help panel.  My panel looks like this:
> 
> )ATTR
> )BODY
> %NOTE:   &MENUMSG
> +
> %ENTER+- EXIT  %PF3+- EXIT
> +
> )INIT
> )PROC
> &ZSEL=TRANS(TRUNC(&ZCMD,'.')
>'*','EXIT')   /*TERMINATE MENU DISPLAY*/
> )END
> 
> When I hit PF3 it takes me right out of my HELP panel and returns me back to 
> my primary panel.
> 
> Q). Why when I press Enter from my help screen do I get "ISPP100 Panel "EXIT" 
> error. Panel not found."
> 
> I tried just coding EXIT, END, CANCEL and RETURN instead of the TRANS 
> statement and I receive the same message about a Panel not found.  The TRANS 
> should be saying whatever &ZCMD is, Terminate the menu display.  I put a 
> TRACE in the PROC section and it didn't like that either.  I had another 
> approach:
> 
> )PROC
> IF (.PFKEY = PF03)
>&ZCMD = X
> IF (.RESP = ENTER)
>&ZCMD = X
> &ZSEL=TRANS(TRUNC(&ZCMD,'.')
>X,EXIT /* or 'X','EXIT' - Terminate Menu Display */  
>'',''  /* Redisplay Panel on Blank   */ 
>'*','%')   /* or '*','?') - Display Invalid option   */
> 
> When I use '?' in my help panel and press enter it sends me to the ISPF PDF 
> tutorial.
> *** Use a question mark (?) as the string.  This causes the SELECT service to 
> redisplay the menu with an invalid option message. ***
> 
> When I use '%' in my help panel and press enter I get "ISPP100  Panel "%" 
> error.  Panel not found."
> 
> I Removed everything from my PROC section.  ENTER takes my from my help panel 
> to the ISPF PDF tutorial.  PF3 works great.
> 
> Q). How can I just redisplay my help panel or terminate my menu display by 
> pressing ENTER?
> 
> Did I miss any good ISPF books with help panel samples?
> 
> 
>Thanks in advance, Dave
> 
> 
> Dave Hansen 
> Eagan Software Systems Branch 
> 651-406-1208 
> dave.l.han...@usps.gov 
> 
> --
> 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


ISPF Help panel help

2011-05-16 Thread Hansen, Dave L - Eagan, MN
Group,

   We are running z/OS V1R10 (&z/OS V1R12).  I have been looking through the 
ISPF Dialog Developer's Guide and Reference and I am having a problem with my 
help panel.  My Primary panel has &ZPRIM=YES and .HELP=SSBVPSH.  From my 
primary panel I enter PF1 and I get my help panel.  My panel looks like this:

)ATTR
)BODY
%NOTE:   &MENUMSG
+
%ENTER+- EXIT  %PF3+- EXIT
+
)INIT
)PROC
&ZSEL=TRANS(TRUNC(&ZCMD,'.')
   '*','EXIT')   /*TERMINATE MENU DISPLAY*/
)END

When I hit PF3 it takes me right out of my HELP panel and returns me back to my 
primary panel.

Q). Why when I press Enter from my help screen do I get "ISPP100 Panel "EXIT" 
error. Panel not found."

I tried just coding EXIT, END, CANCEL and RETURN instead of the TRANS statement 
and I receive the same message about a Panel not found.  The TRANS should be 
saying whatever &ZCMD is, Terminate the menu display.  I put a TRACE in the 
PROC section and it didn't like that either.  I had another approach:

)PROC
IF (.PFKEY = PF03)
   &ZCMD = X
IF (.RESP = ENTER)
   &ZCMD = X
&ZSEL=TRANS(TRUNC(&ZCMD,'.')
   X,EXIT /* or 'X','EXIT' - Terminate Menu Display */  
   '',''  /* Redisplay Panel on Blank   */ 
   '*','%')   /* or '*','?') - Display Invalid option   */

When I use '?' in my help panel and press enter it sends me to the ISPF PDF 
tutorial.
*** Use a question mark (?) as the string.  This causes the SELECT service to 
redisplay the menu with an invalid option message. ***

When I use '%' in my help panel and press enter I get "ISPP100  Panel "%" 
error.  Panel not found."

I Removed everything from my PROC section.  ENTER takes my from my help panel 
to the ISPF PDF tutorial.  PF3 works great.

Q). How can I just redisplay my help panel or terminate my menu display by 
pressing ENTER?

Did I miss any good ISPF books with help panel samples?


   Thanks in advance, Dave


Dave Hansen 
Eagan Software Systems Branch 
651-406-1208 
dave.l.han...@usps.gov 

--
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: IRRSEQ00 x Top Secret

2011-05-16 Thread Rob Schramm
Doing the most cursory search .. the following doc would appear to indicate
support for it... just do a find "r_admin" in the pdf.

ftp://ftp.ca.com/caproducts/ldap/docs/ldapv3/eTrust_LDAP_Server_Release_Summary_30.pdf


Rob Schramm
Senior Systems Consultant
Imperium Group LLC






On Mon, May 16, 2011 at 11:15 AM, Jose Adauto Ribeiro wrote:

> Hi,
>
> Anyone know if the API IRRSEQ00 (using ADMN_RUN_COMD) works in an
> environment with Top Secret?
>
> Thanks in advance.
>
> José ADAUTO Ribeiro
>
> --
> 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


BPXPRMxx and FORKCOPY

2011-05-16 Thread Mark Jacobs

In the documentation for the FORKCOPY option in BPXPRMxx it says;

If the runtime library is in the link pack area, specify FORKCOPY(COPY).
If the runtime library is not in the link pack area, specify FORKCOPY(COW).

Which runtime library is it referring to?

--
Mark Jacobs
Time Customer Service
Tampa, FL


Some people are electrifying, they light up
a room when they leave.

--
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


Running z/OS On Your Laptop

2011-05-16 Thread Eric Bielefeld
I think there was a discussion about running z/OS on your laptop or other PC 
recently.  There is an IBM 2 day workshop on that topic coming up on June 28.  
Unfortuneatly, it's in Melbourne, Australia.  Shane - maybe you're interested.  

The link is:

  http://www.redbooks.ibm.com/workshops/GR0422?Open

--
Eric Bielefeld
Systems Programmer

--
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


IRRSEQ00 x Top Secret

2011-05-16 Thread Jose Adauto Ribeiro
Hi,

Anyone know if the API IRRSEQ00 (using ADMN_RUN_COMD) works in an environment 
with Top Secret?

Thanks in advance.

José ADAUTO Ribeiro

--
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


EAV migration assistance tracker

2011-05-16 Thread Markus Haselbach
Hello,
I try to use the tracking facility to support the migration to the large disk 
with 
z/OS 1.12 RSU1103.
I get a lot of output, mostly IBM programs, what I think ist not very 
reasonable. 
It looks like:
CNZ1001I 11.02.24 TRACKING DISPLA
STATUS=ON   NUM=1000 MAX=1000 MEM=12  EXCL=1977K 
REJECT=16K   FU
TRACKING INFORMATION -VALUE-- JOBNAME  PROGNAME+OFF-- 
ASID N
SMS-E:1 DCB OPEN EAS 113-4401 A677016T ADBTEP2 10541C   72  
SMS-E:1 DCB OPEN EAS 113-4401 A677016  ADB2ATH310  3C1  
SMS-E:1 DCB OPEN EAS 113-4401 A677016T ADB2UTIL   336   72  
SMS-E:1 DCB OPEN EAS 113-4401 SMG001YP ADSDM083   50A   66  
SMS-E:1 DCB OPEN EAS 113-4401 MP00MVLG BBM9ZLFI   5A4   CE  
SMS-E:1 DCB OPEN EAS 113-4401 SMGP DBOCSPRD78  2D0  
SMS-E:1 DCB OPEN EAS 113-4401 CMA1 DFHLDSVC  1580   DB  
SMS-E:1 DCB OPEN EAS 113-4401 NPT0800E DFSAOSF0  113A   D0  
SMS-E:1 DCB OPEN EAS 113-4401 FIT120CE DFSAOSF0  113A  395  
SMS-E:1 DCB OPEN EAS 113-4401 AVT7901E DFSPCC30  2FA6   D0  
SMS-E:1 DCB OPEN EAS 113-4401 SY8P09CP DFSUACB0  450A   E8  
SMS-E:1 DCB OPEN EAS 113-4401 EQT0007E DFSZDI00   228   D0  
SMS-E:1 DCB OPEN EAS 113-4401 FIT8493E IGC0013I   9A6  3CB  
SMS-E:1 DCB OPEN EAS 113-4401 IB01DLS  SVC-022 00   FB  

TO REPORT THESE INSTANCES, SEND THIS MESSAGE VIA E-MAIL TO  
conso...@us.ibm.com. FOR ADDITIONAL INFORMATION OR TO OBTAIN A 
CURRE
EXCLUSION LIST, SEE APAR II13752. 

I' ve sent this to conso...@us.ibm.com  but didn't get any answer so far.
Does someone have experience with using the Tracking Facility for EAV 
migration?
best regards
Markus 
 

--
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: Not able to ftp

2011-05-16 Thread Lizette Koehler
> 
> Hi,
> 
> The issue is resolved. Thanks to all for the valuable suggestion.
> 
> Regards,
> Jags
> 

When an issue is resolved, could you post what was done?  That  way someone
researching the archives would have a place to see what was done to correct
a situation?

Lizette

--
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


Not able to ftp

2011-05-16 Thread jagadishan perumal
Hi,

The issue is resolved. Thanks to all for the valuable suggestion.

Regards,
Jags

--
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: ISP@MSTR

2011-05-16 Thread jagadishan perumal
Mary,

Thanks a lot for your reply.

Regards,
Jags

On Mon, May 16, 2011 at 6:46 PM, Mary Anne Matyaz wrote:

> Jags,
> Modify ISP@MSTR at the line:
>
> &ZSEL = TRANS ( TRUNC (&ZCMD,'.')
>
>
> to add the following line:
>
>  M,'CMD(%MQSTART)'
>
> Create rexx MQSTART in a searchable sysproc library:
>
> /*rexx */
> address ISPEXEC
> "LIBDEF ISPPLIB DATASET ID('SYS1.SCSQPNLE')"
> "LIBDEF ISPTLIB DATASET ID('SYS1.SCSQTBLE')"
> "LIBDEF ISPMLIB DATASET ID('SYS1.SCSQMSGE')"
>
> ADDRESS TSO '%CSQOREXX'
>
> address TSO
>   "ALTLIB DEACTIVATE APPLICATION(EXEC)"
> address ISPEXEC
> "LIBDEF ISPPLIB"
> "LIBDEF ISPTLIB"
> "LIBDEF ISPMLIB"
> "LIBDEF ISPSLIB"
> exit
>
> You can also just issue TSO MQSTART. Assuming you have MQSTART in the
> search
> order.
>
> Alternately, if you have the MQ libraries in your concatenation already,
> and/or don't care to libdef, you can simply issue:
>
> TSO CSQOREXX
>
> or change ISP@MSTR to have:
>
> M,'CMD(%CSQOREXX)'
>
>
> Mary Anne
>
> --
> 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: Subtasks during cancel

2011-05-16 Thread Shmuel Metz (Seymour J.)
In , on 05/15/2011
   at 12:25 AM, Binyamin Dissen  said:

>But the better solution is to have a MODIFY command to shut down your
>system.

Or STOP.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Trademarks (was: "Under z/OS Unix")

2011-05-16 Thread Shmuel Metz (Seymour J.)
In , on 05/12/2011
   at 12:12 PM, Sam Siegel  said:

>I predict Iefbr14 will survive.  No one other than IBM has sale staff
>good enough to require you to buy a program that does nothing. :-)

They fixed in back in OS/360; now it sets a return code of zero.

Seriously, IBM seems less inclined to settle specious lawsuits out of
court than they used to be; just ask DMcB.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: "Under z/OS Unix"

2011-05-16 Thread Shmuel Metz (Seymour J.)
In , on 05/15/2011
   at 04:11 PM, Paul Gilmartin  said:

>certainly not in an interactive shell

I'm not sure what you mean by an "interactive shell", nor why you
would describe Rexx as being one, but there is nothing in Rexx that
precludes compiling the entire file before executing any of it, and
some implementations do just that. Rexx is a scripting language, not a
shell.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Aw: Re: non-module-PDS and VLF

2011-05-16 Thread Shmuel Metz (Seymour J.)
In <009f01cc1355$5b8989b0$129c9d10$@hawkins1...@sbcglobal.net>, on
05/15/2011
   at 04:11 PM, Ron Hawkins  said:

>One could complain that there are some on the list that reply
>frequently, but don't actually add anything of value to the subject
>when they do. 

Or that add negative value by providing incorrect information :-(
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Aw: Re: non-module-PDS and VLF

2011-05-16 Thread Shmuel Metz (Seymour J.)
In <105438.15379...@web161401.mail.bf1.yahoo.com>, on 05/15/2011
   at 09:47 PM, Ed Gould  said:

>People write in whole complete sentences for a complete thought 
>to be conveyed.

Some people do, sometimes. Some people sometimes write perfectly
understandable sentence fragments.

>Take as an example (sorry do not 
>have the number off the top of my head). I believe its called the
>MVS COBOL  conversion guide (or something close) is close to what I
>am trying to convey  here. They manage to take a simple statement
>and turn into a legalize length  document that you truly have to be
>a lawyer to understand.

If you didn't understand it, how do you know that it is equivalent to
a simple statement? I agree that there is verbose text in some
manuals, but there are also cases where what the text describes is
complex and a shorter description would be flat wrong.

>Some of the replies on here are a lot like that.

Certainly. But have you correctly determined which are which? I'd
rather wade through complex text than make a programming error as the
result of believing an overly simplistic post.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Tape Processing DOWN! Help!

2011-05-16 Thread Daniel McLaughlin
Update.

Export/disconnect/delete/define/restore(import)/diagnose starting with the
DR user catalog, then VGENERAL/V2. All serene so far.

Thanks to all the inputs...all nighters cloud one's thinking.

--
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: ISP@MSTR

2011-05-16 Thread Mary Anne Matyaz
Jags,
Modify ISP@MSTR at the line: 

&ZSEL = TRANS ( TRUNC (&ZCMD,'.')


to add the following line: 
 
  M,'CMD(%MQSTART)'

Create rexx MQSTART in a searchable sysproc library: 

/*rexx */ 
address ISPEXEC
"LIBDEF ISPPLIB DATASET ID('SYS1.SCSQPNLE')"
"LIBDEF ISPTLIB DATASET ID('SYS1.SCSQTBLE')"
"LIBDEF ISPMLIB DATASET ID('SYS1.SCSQMSGE')"

ADDRESS TSO '%CSQOREXX'

address TSO
   "ALTLIB DEACTIVATE APPLICATION(EXEC)"
address ISPEXEC
"LIBDEF ISPPLIB"
"LIBDEF ISPTLIB"
"LIBDEF ISPMLIB"
"LIBDEF ISPSLIB"
exit

You can also just issue TSO MQSTART. Assuming you have MQSTART in the search
order. 

Alternately, if you have the MQ libraries in your concatenation already,
and/or don't care to libdef, you can simply issue: 

TSO CSQOREXX

or change ISP@MSTR to have: 

M,'CMD(%CSQOREXX)'


Mary Anne 

--
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: Tape Processing DOWN! Help!

2011-05-16 Thread Mark Zelden
On Mon, 16 May 2011 06:31:38 -0500, Daniel McLaughlin
 wrote:

>Trying to move a user catalog related to DR. Export went fine, import for
>this and a couple of VOLCATS keep dying. We're stumped. Out of date system,
>don't ask, please.
>
>Seeing this:
>
>IDCAMS  SYSTEM SERVICES   TIME:
07:26:47
>
>IMPORT INDATASET(SYS4.UCAT.DISTRECV.EXPORT)-   
0035
>  OUTDATASET(CATALOG.MVSICFU.DISTRECV) -   
0036
>  OBJECTS((CATALOG.MVSICFU.DISTRECV-   
00370001
>  VOLUMES(SYS1PK)))-   
0038
>  ALIAS-   
0039
>  CATALOG(CATALOG.MASTER.ZOS17)-   
00391001
>  INTOEMPTY-   
0040
>  LOCK 
0041
>IDC0604I DATA SET BEING IMPORTED WAS EXPORTED ON   05/15/11 AT 22:40:10
>IDC3014I CATALOG ERROR
>IDC3009I ** VSAM CATALOG RETURN CODE IS 246 - REASON CODE IS IGG0CLHA-0
>IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
>



So you are predefining the catalog and trying to import into it? 
Is SYS1PK the new volume?   Are you really trying to move it
or just CONNECT it?

I don't know what the internal error is, but I never predefine a catalog
when moving it.  I lock it, export temporary, import, unlock it.


IMPORT INFILE(DD1) -
   OUTDATASET(CATALOG.MVSICFU.DISTRECV) -  
   ALIAS-   
   OBJECTS(( -  
   CATALOG.MVSICFU.DISTRECV -   
   VOLUMES(NEWVOL) -
   )) - 
   CATALOG(CATALOG.MASTER.ZOS17)

--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.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


Re: Tape Processing DOWN! Help!

2011-05-16 Thread Daniel McLaughlin
Trying. import connect.

--
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: Tape Processing DOWN! Help!

2011-05-16 Thread Lizette Koehler
There are a couple of hits on Google.  They are old but may help.

One was:  OA23588: MOVE OF CATALOG NOT REFLECTED ON SECOND SYSTEMS W/ SHARED
MCAT

Before catalog move, close catalogs on secondary systems and
follow processes listed in Managing Catalogs chapter 4 regarding
Moving A Catalog to a Different Volume.
.
It may be necessary to run an additional step on all systems
except the one on which the catalog was moved. IDCAMS IMPORT
CONNECT w/ ALIAS should resolve any residual problems
on shared LPARs.

The other one was 

IDC3009I RC246 RSN0 on UCAT
 Technote (FAQ)
 
Question
IDC3009I RC246 RSN0 on UCAT which was IMPORT DISCONNECT'd, then IMPORT
CONNECT'd, but to the wrong volume. Resolved by EXPORT/IMPORT of catalog
 
Answer
Problem

> 
> Trying to move a user catalog related to DR. Export went fine, import for
this and a
> couple of VOLCATS keep dying. We're stumped. Out of date system, don't
ask, please.
> 
> Seeing this:
> 
> IDCAMS  SYSTEM SERVICES   TIME:
07:26:47
> 
> IMPORT INDATASET(SYS4.UCAT.DISTRECV.EXPORT)-
0035
>   OUTDATASET(CATALOG.MVSICFU.DISTRECV) -
0036
>   OBJECTS((CATALOG.MVSICFU.DISTRECV-
00370001
>   VOLUMES(SYS1PK)))-
0038
>   ALIAS-
0039
>   CATALOG(CATALOG.MASTER.ZOS17)-
00391001
>   INTOEMPTY-
0040
>   LOCK
0041
> IDC0604I DATA SET BEING IMPORTED WAS EXPORTED ON   05/15/11 AT 22:40:10
> IDC3014I CATALOG ERROR
> IDC3009I ** VSAM CATALOG RETURN CODE IS 246 - REASON CODE IS IGG0CLHA-0
> IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
> 
> Been at it all night. Mentally shot at this point.
>


In the process of building a Master Catalog, customer was using IDCAMS to
populate the new catalog. They ran the first few jobs on an OS/390 2.10
system and then CONNECT'd the catalog to a 2.6 system to run jobs there.
After the last job was run on the 2.6 system, a LISTCAT ALL showed the
catalog looked fine. They DISCONNECT'd it from the 2.6 system and went to
the 2.10 system but it appeared that a lot of the information was missing.
On the 2.10 system they DISCONNECT'd and tried to reCONNECT the catalog.
This task seemed successful, but after the CONNECT of the new catalog they
did another LISTCAT ALL and received the following message:

IDC3014I CATALOG ERROR
IDC3009I ** VSAM CATALOG RETURN CODE IS 246 - REASON CODE IS IGG0CLHA-0

The only VSAM data sets that were put in the new catalog were Page, SMF dump
and STGINDEX data sets.

Resolution


The last connect done on OS390 2.10 was to the wrong volume thus the LISTCAT
ALL did not work. Since the test system may have had data cached, doing a
LISTCAT ALL after working on 2.6 was not valid and an EXPORT/IMPORT was
needed to resolve the error.

Hope this helps

Lizette

--
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


Subtasks during cancel

2011-05-16 Thread Peter Relson
>I am in a sub-tasking environment and I am using specific tasks to do 
>I/O. For the most part this is working well but when I cancel the 
>address space the system shuts down these I/O tasks and my ESTAE 
>routine needs them. Does anyone have a way to keep the system from 
>shutting down the subtasks until after my estae routine completes?

It is possible that some of the replies missed the boat here.

It is true that an ESTAE-type recovery routine will get control during 
cancel only if it was created with TERM=YES.

What is not clear is what the OP  specifically meant by "needs them" and 
by "shutting down".

Here is what happens in all cancel cases, and there is no way to bypass 
this.

- RTM sets all of the subtasks non-dispatchable
- (Assuming it is TERM=YES) ESTAE-type recovery of jobstep program 
  task gets control
- (Assuming that that recovery did not detach subtasks) RTM detaches 
  subtasks, effectively in the reverse order from which they were 
  attached
- As each subtask is detached, its TERM=YES Estae-type recovery 
  receives control
- Task term resource managers run one task at a time, effectviely in 
  the same order of detach, with the jobstep's resource managers 
  running last

So if by "shut down" was meant "make non-dispatchable", there is no way to 
stop that. The subtasks still exist at that point; they do not terminate 
until later.

If the subtask needs to "do something", its only opportunity is within its 
TERM=YES recovery during the termination sequence described above. A 
dependency on anything else is an error.

Peter Relson
z/OS Core Technology Design

--
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


Tape Processing DOWN! Help!

2011-05-16 Thread Daniel McLaughlin
Trying to move a user catalog related to DR. Export went fine, import for
this and a couple of VOLCATS keep dying. We're stumped. Out of date system,
don't ask, please.

Seeing this:

IDCAMS  SYSTEM SERVICES   TIME: 07:26:47

IMPORT INDATASET(SYS4.UCAT.DISTRECV.EXPORT)-0035
  OUTDATASET(CATALOG.MVSICFU.DISTRECV) -0036
  OBJECTS((CATALOG.MVSICFU.DISTRECV-00370001
  VOLUMES(SYS1PK)))-0038
  ALIAS-0039
  CATALOG(CATALOG.MASTER.ZOS17)-00391001
  INTOEMPTY-0040
  LOCK  0041
IDC0604I DATA SET BEING IMPORTED WAS EXPORTED ON   05/15/11 AT 22:40:10 
IDC3014I CATALOG ERROR  
IDC3009I ** VSAM CATALOG RETURN CODE IS 246 - REASON CODE IS IGG0CLHA-0 
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12  

Been at it all night. Mentally shot at this point.

--
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: EDC4052

2011-05-16 Thread Bob Shannon
EDC4052W Module name &1 chosen for generated IMPORT control statements.

 Explanation:  The prelinker has assigned the default name TEMPNAME to the  
 module in the Definition Side-Deck.

 Programmer Response:  Include a NAME control statement in the prelinker
 input or specify the output object module of the prelinker to be a PDS 
 member so that the prelinker will use that as the module name in generated 
 IMPORT control statements. 

Bob Shannon
 

--
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: ISP@MSTR

2011-05-16 Thread Lizette Koehler
> Hi,
> 
> Recently a new z/os version was initialized in our shop. Now i am trying
to bring the
> MQ options in our admin panel or ispf using CPAC.ISPPLIB, but there is no
luck as of
> now. The version of z/os is V1R12 and i tried searching the MQ
installation guide to
> include the MQ operator panel options but i am unable to figure out the
correct way to
> include the MQ options in custom pac panel or ispf panel. Could anyone
please suggest
> me the right way to overcome this issue.
> 
> Regards,
> jags
> 

There is an ISPF Newsgroup that would be happy to help with this answer.

You may wish to join (and yes - there is a newsgroup for just about anything
mainframe.)


We always have a separate panel option that we hook our ISPF applications.
That way with system upgrades we only need to hook the our menu back in.
Though a better way is to copy the ISP@MSTR panel and then modify it with
SMPE.  Then with upgrades you will know when things change.  And you can
have your USER ISPPLIB before the IBM ISPPLIB.  Your customized ISPF master
panel will never get lost.

It is very easy.

If you go through the ISPF Developer manual you can see how easy it is.

Just edit the ISP@MSTR panel and add your entries.  You will need to know
from the MQ installation manual how to hook it up.  It will be a CMD or PGM
type entry you put into the selection list.


Lizette

--
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: Mainframe Teaching Assignment

2011-05-16 Thread Mark Regan
 
Thanks,

I suggest that you use Linkedin .

 
Thanks,

Mark Regan
<><



From: Quasar Chunawala 
To: IBM-MAIN@bama.ua.edu
Sent: Saturday, May 14, 2011 2:01 AM
Subject: Mainframe Teaching Assignment

Hello,

I am a COBOL Programmer, having a decent industrial experience of 3 Years,
now. I have good teaching ability, and a good power expression. I am able to
articulate myself well. I have a flair for writing, blogging, and I
regularly publish articles on my website http://www.mainframes360.com. To
bring things into perspective, I take a lot of efforts to draft each
article, dot the i's and cross the t's, providing snapshots, and publishing
it. However, my website has decent readership, its 2 years old, but the
returns are a mediocre $20 revenue a month.

I am based at India. The reason I write to you gentlemen is, I seek some
sort of a teaching assignment related to Mainframes, over the Internet. I
hear that a lot of Universities also in the United States have Mainframes in
their Graduate Courses. I am ready to take up anything which involves,
preparing course Material for candidates, imparting Mainframes Coaching over
the Internet. Please suggest, if there's anything on your mind.

Look forward to receiving a reply soon,

Thank you very much.

Quasar Chunawala,
Author, Mainframes360.com
Cell : 9930389084
E-mail : quasar.chunawa...@gmail.com
Blog : http://www.mainframes360.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

--
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: Aw: Re: non-module-PDS and VLF

2011-05-16 Thread Vernooij, CP - SPLXM
Yes, for a very long time already and with a special construction and
purpose:
We have several libraries in ISPLLIB, which cannot be LLA'ed and VLF'ed
for different reasons. The consequence is, that all loadmodule searches
for ISPF modules must go through the directories of those libraries,
before being found by LLA and loaded from VLF. We created a special
ISPF.LOAD library, put it first in the ISPLLIB concatenation and had it
managed by LLA and VLF. So with this construction we got back the LLA
and VLF performance if ISPF modules from Linklist or LPA.

Kees.

"Ed Gould"  wrote in message
news:<383290.72234...@web161403.mail.bf1.yahoo.com>...
> Follow up to this question.
> 
> Has anyone put the ISPF (load libs) in VLF and found it to help TSO
response 
> time?
> 
> Ed
> 
> 
> 
> 
> 
> From: Monika Amiss 
> To: IBM-MAIN@bama.ua.edu
> Sent: Thu, May 12, 2011 4:32:13 AM
> Subject: Aw: Re: non-module-PDS and VLF
> 
> 
> Hello Kees,
> 
>   thank you for your answer, which helps me very much. Is DLF an
option to cache 
> the member data? 
> 
>   Or - if i convert the Dataset to PDS/E and use its caching, is it
usefull to 
> leave  the Dataset in LLA?
> 
>   With best regards
>Monika  
> 
> - Original Nachricht 
> Von: "Vernooij, CP - SPLXM" 
> An:  IBM-MAIN@bama.ua.edu
> Datum:   12.05.2011 11:18
> Betreff: Re: non-module-PDS and VLF
> 
> > "Monika Amiss"  wrote in message
> >
news:<1172756478.595508.1305191624118.JavaMail.ngmail@webmail10.arcor-on
> > line.net>...
> > > Hello Group,
> > > 
> > >   we habe a PDS with some members (no modules but characters)
which is
> > rarely updated. Can I put this Dataset in LLA and VLF (with FREEZE
> > option) without touching all our Application programs which use this
> > datasets. Or can I only use this Dataset when I work with the
VLF-API
> > (COFDEFIN,..). We have a MONOPLEX.
> > > 
> > >   With best regards. Any hint appreciated.
> > >   Monika 
> > > 
> > 
> > Monika,
> > 
> > Yes, you can add the PDS to CSVLLAxx. LLA will cache the directory,
but
> > will not stage members to VLF, it does this only for load modules.
Since
> > the directory is FROZEN, your applications will probably not see any
> > updated members untill you issue a F LLA,UPDATE=yy to refresh the
> > directory from disk.
> > 
> > Kees.
> > 
> > For information, services and offers, please visit our web site:
> > http://www.klm.com. This e-mail and any attachment may contain
confidential
> > and privileged material intended for the addressee only. If you are
not the
> > addressee, you are notified that no part of the e-mail or any
attachment may
> > be disclosed, copied or distributed, and that any other action
related to
> > this e-mail or attachment is strictly prohibited, and may be
unlawful. If
> > you have received this e-mail by error, please notify the sender
immediately
> > by return e-mail, and delete this message. 
> > 
> > Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its
> > employees shall not be liable for the incorrect or incomplete
transmission
> > of this e-mail or any attachments, nor responsible for any delay in
receipt.
> > 
> > Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch
> > Airlines) is registered in Amstelveen, The Netherlands, with
registered
> > number 33014286
> > 
> > 
> > 
> >
--
> > 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
> 
> --
> 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 information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaar

ISP@MSTR

2011-05-16 Thread jagadishan perumal
Hi,

Recently a new z/os version was initialized in our shop. Now i am trying to
bring the MQ options in our admin panel or ispf using CPAC.ISPPLIB, but
there is no luck as of now. The version of z/os is V1R12 and i tried
searching the MQ installation guide to include the MQ operator panel options
but i am unable to figure out the correct way to include the MQ options in
custom pac panel or ispf panel. Could anyone please suggest me the right way
to overcome this issue.

Regards,
jags

--
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: Really obscure STP/HMC question

2011-05-16 Thread Andrew Armstrong
Mark,
I went with a pair of Symmetricom S200 time servers. There are a few other
good vendors out there but support in Australia was an important criterion
for us. I've emailed more detail direct to you, but in short it was a
cookbook solution straight out of the STP implementation redbook.
Cheers,
A.


On Thu, 12 May 2011 07:35:52 -0400, Mark Jacobs 
wrote:

>Andrew,
>
>Can you provide information about your local time server environment
>(including approximate cost)? We're currently syncing our STP
>environment to a local NTP server which then sync's to pool.ntp.org.
>It's a bit of a kludge, it works but there are several potential
>problems in this environment, one of which we already hit.
>
>I'd like to further fault isolate our time source if possible.
>
>--
>Mark Jacobs
>Time Customer Service
>Tampa, FL
>
>
>Some people are electrifying, they light up
>a room when they leave.
>
>--
>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