Re: FDRMOVE sample jcl

2018-03-14 Thread Cosby, Bob - OCFO
FDRMOVE from Innovation is an OUTSTANDING product; several years ago our agency moved eleven (11) DASD Storage Subsystem from five (5) different MAINFRAME Storage Vendors IBM; EMC HITACHI; STK and Amdahl to two IBM SHARKs with NO down time. There products FDRABR as far as a customer is the BEST

Re: Large Multi-Volume Physical Sequential allocation question

2014-02-11 Thread Cosby, Bob - OCFO
mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of R.S. Sent: Tuesday, February 11, 2014 3:38 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Large Multi-Volume Physical Sequential allocation question W dniu 2014-02-11 19:18, Cosby, Bob - OCFO pisze: > > Question 3: Any reason not to use an SMS pool?

Re: Large Multi-Volume Physical Sequential allocation question

2014-02-11 Thread Cosby, Bob - OCFO
t to use an SMS pool? Lizette -Original Message- >From: "Cosby, Bob - OCFO" >Sent: Feb 10, 2014 2:42 PM >To: IBM-MAIN@LISTSERV.UA.EDU >Subject: Re: Large Multi-Volume Physical Sequential allocation question > >Lizette you are correct I found out from Tom th

Re: Large Multi-Volume Physical Sequential allocation question

2014-02-10 Thread Cosby, Bob - OCFO
receive any messages when this ran? If so, please post the complete messages? The subparameter P has been around for a bit. Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Cosby, Bob - OCFO > Sent: Frid

Re: Large Multi-Volume Physical Sequential allocation question

2014-02-10 Thread Cosby, Bob - OCFO
Looked in the MVS JCL User's Guide and found Parallel Mounting For some jobs, all requested volumes must be mounted before the data set can be used. For these jobs, request as many units as volumes or request parallel mounting by coding P in the UNIT parameter. Now that I know about,I have used it

Re: Need a DB2 DBA under z/OS

2014-02-07 Thread Cosby, Bob - OCFO
We just hired a 70 year old COBOL Programmer. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of chris lindenhauer Sent: Tuesday, February 04, 2014 9:42 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Need a DB2 DBA under z/OS Hi Gang We

Re: Implicit VVDS creation

2014-02-07 Thread Cosby, Bob - OCFO
Just ran into a situation where the VVDS was filling up; 10,10 was not working. Our DBMB group was installing DB2 V10 which has to be SMS managed and were placing hundred of DSNs on one mod-3. So I INIT'ed them as INIT UNIT(560D) VOLID(DBJ555) VTOC(1,0,60) VFY(TS560D) - INDEX(0,1,14) STGR ---

Large Multi-Volume Physical Sequential allocation question

2014-02-07 Thread Cosby, Bob - OCFO
Had a problem allocating a NON SMS Large PS file that would not span volumes; is anyone on this list familiar with the parameter UNIT=(3390,P) which worked? This parameter pre-allocates the volsers; never saw this before and is this a new feature with z/OS R1.13? //DD01 DD DSN=DSN1,DISP=SHR