Re: ICF Catalog performance options

2010-05-18 Thread R.S.
David Andrews pisze: [...] - Shared catalog volumes kill you. Don't have multiple catalogs on the same volume. Don't have catalogs on shared volumes, period. In the latter case every catalog lookup requires a VVR read, regardless of whether the

Re: Benchmarking the IPL

2010-05-18 Thread Timothy Sipples
Yes, understood. Check with your IBM representative, but financially I don't think you would see an IBM difference between warm and cold standby. So why not warm? - - - - - Timothy Sipples Resident Architect (Based in Singapore) STG Value Creation and Complex Deals Team IBM Growth Markets

Stubborn OSA Express-3 ?

2010-05-18 Thread Walter Marguccio
we have a z01-BC model K03, 4 LPARs, equipped with 4 OSA E Hello list, we have a z01-BC model K03, 4 LPARs, equipped with 4 OSA Express-3 1GB Ethernet SX (CHPID OSD) and 2 OSA Express-2 (CHPID OSC). Last Sunday we had to swap our network switch with a new one, and after we connected the cables

Re: Time Parameter

2010-05-18 Thread Elardus Engelbrecht
Michel Castelein wrote: Note that z/OS includes a ready-to-use SLEEP program. Yeah, the BPX1SLP. It is using the STIMERM macro. Or use this without all those SYSCALL and SYSCALLS things: /* REXX */ SAY 'ZZZ AT ' TIME() CALL SLEEP 5 SAY 'YAWN AT ' TIME()

Re: Time Parameter

2010-05-18 Thread Elardus Engelbrecht
Elardus Engelbrecht wrote: [ ... some rubbish ... ] Please disregard my previous post, the sleep function in my rexx is not the correct one as intended. Michel, you are 100% correct and thanks for your post and the SUBCOM statements. Sorry to all Groete / Greetings Elardus Engelbrecht

Re: Time Parameter

2010-05-18 Thread Peter Nuttall
To my knowledge there are two ways in rexx to sleep : /* REXX */ /* How to make rexx wait for 5 seconds ILBOWAT0 is an LE supplied program */ X=5 PARM=D2C(X,4) ADDRESS LINKPGM ILBOWAT0 PARM /* Alternatively you can use a USS program as follows */ bpxbatch pgm /bin/sleep 5s

Re: ICF Catalog performance options

2010-05-18 Thread Brian Westerman
I agree, I don't see any reason to not put the catalogs on the same drive. Maybe when there were still real drives, it might have made a difference, but with the arrays that most people are using, I would imagine that it's not really going to make a difference. I actually have some issues with

What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread ibmnew
Hi all I submit the following JCL //LOGWDSJ JOB CLASS=A //STEP1 EXEC PGM=IEBGENER //SYSUT1 DD DUMMY,DCB=(LRECL=133,RECFM=FB) //SYSUT2 DD DISP=(,CATLG,DELETE),RETPD=366,VOL=(,,,1), //

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Elardus Engelbrecht
Jason Cai wrote: The cataloged procedure cann't allocate the GDG BKTST.SYSLOG.PLEXH1.BH01.WEEKLY(+1) ,but the return code is zero. What messages are you receiving? 1.I wonder why the cataloged procedure cann't allocate the GDG but the JCL can do it. Perhaps RACF could block the proc?

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Elardus Engelbrecht
Jason Cai wrote //STEP1 EXEC PGM=IEBGENER //SYSUT1 DD DUMMY,DCB=(LRECL=133,RECFM=FB) Why are you using empty SYSUT1 with IEBGENER in both jobs? Is something wrong with using IEFBR14? Groete / Greetings Elardus Engelbrecht

Re: Time Parameter

2010-05-18 Thread Matan Cohen
Hi, I choose this sleep option cause I though that Ravi wasn't looking for a way to make it rexx to go to sleep in this case SYSCALL is always a better way in saving CPU . what i undestood from Ravi question ( maybe I was worng ) is that the rexx is still preforming actions and he is want it to

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Mary Anne Matyaz
Jason, My bet is it's security (Started task has a different security ID than your batch job submit). Did you check the SYSLOG to see if there were any messages around the time of your proc executing? When your proc starts, Getting more output: Started tasks may have a different MSGCLASS

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Mary Anne Matyaz
For tape, yes. IEFBR14 will not create an EOF marker. MA On Tue, 18 May 2010 05:25:47 -0500, Elardus Engelbrecht Why are you using empty SYSUT1 with IEBGENER in both jobs? Is something wrong with using IEFBR14? -- For

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Lizette Koehler
With a STC your msgclass is defined in JES. Depending on your z/OS level you can start your STC as follows S LOGWDSJ,MSGCLASS=?? Change ?? to the class that allows the Output to be held on JES or at least not printed/purged. Then you can see what is going on. When you use SYSOUT=* in an STC it

Re: Finding a member

2010-05-18 Thread Gilbert Saint-Flour
Howard Brazee said this: I need to find a PDS member, and I know it starts with QA05. Trouble is, I don't know the name of the PDS. (The person who created it retired). I suspect the PDS is archived off. What do you recommend? SCANPDS may be exactly what you need, and it's

port from z/OS to z/VSE

2010-05-18 Thread Steve Austin
As VSE has been dying since I was an operator 30 years ago I have not much bothered with it, but now I've been asked to 'port' some MVS routines to VSE. I'm investigating porting a z/OS server address space to z/VSE. The server address space creates PC-ss routines that client address spaces

Re: Of interest to the Independent Contractors on the list

2010-05-18 Thread Jeff Holst
Getting back to the oringinal topic: As the article notes, there is a lengthy test that the IRS has to determine if one is indeed an independent contractor. As someone who has seasonally worked as a tax preparer (and who is an IRS Enrolled Agent), I have seen a lot of people who have been (in

Re: port from z/OS to z/VSE

2010-05-18 Thread Chuck Arney
There is no SRB type facility in VSE. Look into using the XPCC facility for communicating data between address spaces. It also does not support a System LX for your PC routine though it does support PC-ss. I generally use XPCC in VSE instead of PC routines if you need to provide cross-partition

Users of Compuware's DevEnterprise?

2010-05-18 Thread McKown, John
This came with my latest Compuware upgrade. I have no idea what it really does. And I don't seem to be able to find any manuals on it in my downloaded material. Does anybody use this? What does it buy me? We don't use any desktop based development at present - we are still stuck in the 1970s

Re: PSF IBM 6500 printer

2010-05-18 Thread Ron Wells
Is there a font available to allow printing 220 characters per line .. -- Email Disclaimer This E-mail contains confidential information belonging to the sender, which may be legally privileged information. This

Re: port from z/OS to z/VSE

2010-05-18 Thread Harry Wahl
Steve, You should try to contact Jerry McCarthy at QMSI (je...@cmpg.com). He wrote some amazing code that uses z/OS like PC calls on z/VSE. He coded the internals of QMSI's postal software (CASS software, a replacement for Group I's mainframe) to run on z/OS or z/VSE and it uses PC calls.

Re: PSF IBM 6500 printer

2010-05-18 Thread Dazzo, Matt
I believe our solution was 18CPI using green bar paper on the IBM 6500. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Ron Wells Sent: Tuesday, May 18, 2010 10:01 AM To: IBM-MAIN@bama.ua.edu Subject: Re: PSF IBM 6500 printer Is there a

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Hal Merritt
IEBGENER will create a real dataset with an end of file that can be successfully opened and read. IEFBR14 creates only a 'null' file. Most programs trying to open and read a 'null' file will fail. I can think of several scenarios where an empty, readable file is needed. -Original

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread R.S.
Hal Merritt pisze: IEBGENER will create a real dataset with an end of file that can be successfully opened and read. IEFBR14 creates only a 'null' file. Most programs trying to open and read a 'null' file will fail. I can think of several scenarios where an empty, readable file is needed. I

Re: Time Parameter

2010-05-18 Thread Hal Merritt
Here's a variation that works for me: ADDRESS TSO BPXBATCH sh sleep 30 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Peter Nuttall Sent: Tuesday, May 18, 2010 4:42 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Time Parameter To my

Re: PSF IBM 6500 printer

2010-05-18 Thread Ron Wells
Matt was that gt18?? as was there a for/page def that went along with it?? From: Dazzo, Matt mda...@pch.com To: IBM-MAIN@bama.ua.edu Date: 05/18/2010 09:20 AM Subject:Re: PSF IBM 6500 printer Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu I believe our

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Paul Gilmartin
On Tue, 18 May 2010 09:36:23 -0500, Hal Merritt wrote: IEFBR14 creates only a 'null' file. Most programs trying to open and read a 'null' file will fail. Depending on SMS, whether DSORG can be determined, etc. -- gil -- For

Re: Benchmarking the IPL

2010-05-18 Thread Hal Merritt
IBM offers features and pricing options that should fit your needs perfectly. I think the feature/pricing you want is called CBU. HTH and good luck. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kelman, Tom Sent: Friday, May 14,

Re: Time Parameter

2010-05-18 Thread Paul Gilmartin
On Tue, 18 May 2010 09:45:11 -0500, Hal Merritt wrote: Here's a variation that works for me: ADDRESS TSO BPXBATCH sh sleep 30 And why would you prefer to: o Issue a TSO command, which o Executes a load module, which o Forks an address space, which o Execs a shell process, which o Forks an

Re: Anyone using TCPAccess?

2010-05-18 Thread Leif Rundberget
Norman, I did open an issue in March of 2009. I received the run-around from CA for three months and that combined with the fact that many third party vendors stopped supporting CATCPaccess is what put the nail in the coffin to goto the IBM CS software. I have been running this software on the

Re: Time Parameter

2010-05-18 Thread Hal Merritt
Well, one reason could be that the poster noted that 'sleep' was a locally installed function. While superior, not all shops would have that available. The *nix function I used should be availble to all. -Original Message- From: IBM Mainframe Discussion List

Re: PSF IBM 6500 printer

2010-05-18 Thread Ron Wells
just tried gt18 on printer setup...chars=gt18... chopped off at 128 ?? missing something ?? From: Dazzo, Matt mda...@pch.com To: IBM-MAIN@bama.ua.edu Date: 05/18/2010 09:20 AM Subject:Re: PSF IBM 6500 printer Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu

Re: PSF IBM 6500 printer

2010-05-18 Thread Dazzo, Matt
Yeap gt18 it is. I used SYS1.SAMPLIB(APSUX08X) The exit reads the FCB and calculates the forms length from the FCB. Also had to set up a separate PSF proc to steplib the library where the exit was stored. If you would like I can send you (off line) the printer definition for this form.

Re: PSF IBM 6500 printer

2010-05-18 Thread Ron Wells
sure ??had to setup an exitbummer.did not think it would be that complicated to print past 123char. on a line.. not uncommon any more... -- Email Disclaimer This E-mail contains confidential information belonging to

Re: A DFSORT problem 0 IFTHEN and CONVERT

2010-05-18 Thread Frank Yaeger
Ken Leidner wrote on IBM-MAIN I am trying to take a DCOLLECT output and not only convert it to fixed block, but do some reformatting at the same time. All seems well until I use the IFTHEN verb. I can only guess that either the syntax to perform the convert changes or you just can not do the

Re: Stubborn OSA Express-3 ?

2010-05-18 Thread R.S.
Walter Marguccio pisze: we have a z01-BC model K03, 4 LPARs, equipped with 4 OSA E Hello list, we have a z01-BC model K03, 4 LPARs, equipped with 4 OSA Express-3 1GB Ethernet SX (CHPID OSD) and 2 OSA Express-2 (CHPID OSC). Last Sunday we had to swap our network switch with a new one, and

partially initialized structures in C

2010-05-18 Thread Bernd Oppolzer
Hello all, sorry for asking this question on IBM-Main, but the C370 list is so silent that I doubt that anyone is actually listening. We observed a sort of problem today which showed up as a 0C4 abend due to a not proper initialized pointer component of a C structure. Further examination

Re: LIBRARY 3494

2010-05-18 Thread HELIO
John, When I issued the command D SMS,vol(volser) returned the following -D SMS,VOL(FR0369) CBR1180I OAM tape volume status: 311 VOLUME MEDIA STORAGE LIBRARY USE W C SOFTWARE LIBRARY

Creating a variable length FTP to ASCII file

2010-05-18 Thread Howard Brazee
I have a job that creates a LRECL=7104 record.Most of this a variable length comment.It gets FTPd to a Unix machine and loaded into a database.They want the extra spaces removed. I doubt if the optimal solution would be to make it variable length, and wonder if I should create a

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Dave Barry
The term to use is uninitialized. It matters not what DSORG, etc. appears in the catalog and/or VTOC entries. I don't know if it still applies, but an uninitialized dataset opened for input by a COBOL program would be automatically closed and reopened for output. Other run-time environments

zOS Data Masking Techniques, Algorithms or utilities?

2010-05-18 Thread Carlos Cordero
Coleagues Somebody knows a utility/technique or algorithm that meets whit the purpose to data masking inside zOS? Thanks. Date: Tue, 18 May 2010 14:39:59 -0400 From: dba...@ups.com Subject: Re: What is the difference between starting a cataloged procedure and

Re: Creating a variable length FTP to ASCII file

2010-05-18 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Howard Brazee Sent: Tuesday, May 18, 2010 1:40 PM To: IBM-MAIN@bama.ua.edu Subject: Creating a variable length FTP to ASCII file I have a job that creates a LRECL=7104 record.

Re: What is the difference between starting a cataloged procedure and submitting a JCL

2010-05-18 Thread Paul Gilmartin
On Tue, 18 May 2010 14:39:59 -0400, Dave Barry wrote: The term to use is uninitialized. It matters not what DSORG, etc. appears in the catalog and/or VTOC entries. DSORG matters. If the data set is SMS managed (or is it sufficient that SMS be active?) and DSORG is given in the DD

Re: Creating a variable length FTP to ASCII file

2010-05-18 Thread Paul Gilmartin
On Tue, 18 May 2010 12:39:36 -0600, Howard Brazee wrote: I have a job that creates a LRECL=7104 record.Most of this a variable length comment.It gets FTPd to a Unix machine and loaded into a database.They want the extra spaces removed. I doubt if the optimal solution would be to make

partially initialized structures in C (2)

2010-05-18 Thread Bernd Oppolzer
To make it clear: *scp1215ein in1215 = { 0 }; STr6,a5:d272:l4(,r13,272) MVI a5:d276:l1(r13,276),0 *scp1215aus out1215= { 0 }; STr6,a5:d296:l4(,r13,296)

partially initialized structures in C (3)

2010-05-18 Thread Bernd Oppolzer
Sorry for the missing line feeds. C statement: *scp1215ein in1215 = { 0 }; Pseudo ASSEMBLER (structure starts at 272(r13)): STr6,a5:d272:l4(,r13,272) MVI a5:d276:l1(r13,276),0 C statement: *scp1215aus out1215= { 0 }; Pseudo ASSEMBLER (structure starts

Re: partially initialized structures in C (3)

2010-05-18 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Bernd Oppolzer Sent: Tuesday, May 18, 2010 2:14 PM To: IBM-MAIN@bama.ua.edu Subject: partially initialized structures in C (3) Sorry for the missing line feeds. C statement: *

Re: Creating a variable length FTP to ASCII file

2010-05-18 Thread Howard Brazee
On 18 May 2010 11:48:00 -0700, john.mck...@healthmarkets.com (McKown, John) wrote: Trailing blanks or embedded blanks? quote site notrailingblanks on the ftp to remove trailing blanks, for a UNIX client (ftp initiated by UNIX). locsite notrailingblanks for a z/OS client (ftp initiated by

Re: Creating a variable length FTP to ASCII file

2010-05-18 Thread Howard Brazee
On 18 May 2010 11:59:54 -0700, paulgboul...@aim.com (Paul Gilmartin) wrote: Creating the data set as RECFM=V on the z/OS side and omitting any filtering downstream seems optimum to me. What arguments favor a more complicated process? I'll try it.

Re: Anyone using TCPAccess?

2010-05-18 Thread Norman Hollander on DesertWiz
My suggestion about going through support was to get whatever problem you are having resolved. You should not be getting a run-around. If you have an issue number, I'd be happy to nudge the appropriate folks. znor...@ca.com -Original Message- From: IBM Mainframe Discussion List

Re: partially initialized structures in C

2010-05-18 Thread Bernd Oppolzer
Yes. I personally use memset all the time. But this is not the point. We have hundreds of programs in production that use this kind of initialization. And we don't want to check and change them all. If the IBM people are wrong in their interpretation of the C language definition, they should

Re: Time Parameter

2010-05-18 Thread Paul Gilmartin
On Tue, 18 May 2010 10:26:17 -0500, Hal Merritt wrote: The *nix function I used should be availble to all. I see it much the opposite. My preference: -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Tuesday, May 18,

Re: PSF IBM 6500 printer

2010-05-18 Thread Dazzo, Matt
Ron, before you assemble the exit you have to determine the fcb your shop is using. Then comment out the one not being used. We happen to use fcb2. OIXTP8FLAG,XTP8MIGSET THE MIGRATION FLAG FOR 4245 FCB (FCB2). @EXC OIXTP8FLAG,XTP8MIG4

Re: Heads up ISPF skeleton error

2010-05-18 Thread Shmuel Metz (Seymour J.)
In listserv%201005130927305137.0...@bama.ua.edu, on 05/13/2010 at 09:27 AM, Robert Birdsall bsqu...@umich.edu said: This probably belongs in the ISPF list, Indeed, but it's still on topic here. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Hole in PARMLIB syntax checker

2010-05-18 Thread Shmuel Metz (Seymour J.)
I recently discovered a bug in the z/OS 1.10 PARMLIB syntax checker; it finds no errors when you omit a trailing apostrophe on a mount in BPXPRMxx. SETOMVS finds an error, but the error messages don't describe it correctly. I'm curious as to whether 1.11 or 1.12 catch the syntax error properly.

Re: partially initialized structures in C

2010-05-18 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Bernd Oppolzer Sent: Tuesday, May 18, 2010 2:27 PM To: IBM-MAIN@bama.ua.edu Subject: Re: partially initialized structures in C Yes. I personally use memset all the time. But this is

Re: Of interest to the Independent Contractors on the list

2010-05-18 Thread Ed Gould
SNIP This type of article re-appears every two years.. It's suppose to make you fear and maybe you will subscribe to their magazine. Remember the Y2K thing'gie ? How many of those Prophets of Doom knew what they were talking

IBM to announce new MF's this year

2010-05-18 Thread Ed Gould
http://www.theregister.co.uk/2010/05/17/ibm_future_servers_2010/ IBM, like other server makers, has rolled out a bunch of new iron this spring, but still has a ways to go to completely revamp its product lineup in 2010, as it plans to do.

Re: Amazing article.

2010-05-18 Thread Hylton Tom P
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of R.S. Sent: Monday, May 10, 2010 12:58 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Amazing article. Howard Brazee pisze: On 6 May 2010 13:25:37 -0700, r.skoru...@snip.it.pl (R.S.) wrote: I

Re: Of interest to the Independent Contractors on the list

2010-05-18 Thread Hal Merritt
Bad example. There is more (very sad) truth than not. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Anton Britz Sent: Sunday, May 16, 2010 7:12 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Of interest to the Independent Contractors on

Re: Amazing article.

2010-05-18 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Hylton Tom P -Original Message- From: IBM Mainframe Discussion List On Behalf Of R.S. Howard Brazee pisze: On 6 May 2010 13:25:37 -0700, r.skoru...@snip.it.pl (R.S.) wrote: I wonder how many

Re: partially initialized structures in C

2010-05-18 Thread Bernd Oppolzer
Yes, with respect to the IBM description, it works correct. But the IBM description is wrong with respect to the ANSI C definition. I also checked the language references of some other compilers, that is, SGI or Microsoft. In all other cases, the remaining structure components are initialized

rent system z

2010-05-18 Thread Gerard Ceruti
Hi I am sure someone posted a note that pointed to an IBM url about renting time on a System z for development, does anyone have the url ?. -- Best regards Gerard Ceruti -- For IBM-MAIN subscribe / signoff / archive access

Re: rent system z

2010-05-18 Thread zMan
http://www-304.ibm.com/isv/spc/rdp.html On Tue, May 18, 2010 at 7:55 PM, Gerard Ceruti gcer...@gmail.com wrote: Hi I am sure someone posted a note that pointed to an IBM url about renting time on a System z for development, does anyone have the url ?.

Re: partially initialized structures in C (3)

2010-05-18 Thread David Crayford
Are you sure there isn't an MVC after the MVI? I rely on that kind of initialization all the time and have never had a problem. A quick test program shows the correct behavior. If this is not working as the ANSI standard I suggest you open a PMR. To circumvent the problem compile with

Re: partially initialized structures in C (3)

2010-05-18 Thread Charles Mills
Now the MVI makes absolutely no sense to me. It makes the string initialized to the null string (), no? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Bernd Oppolzer Sent: Tuesday, May 18, 2010 12:14 PM To: IBM-MAIN@bama.ua.edu

Re: rent system z

2010-05-18 Thread Tony Harminc
On 18 May 2010 19:55, Gerard Ceruti gcer...@gmail.com wrote: I am sure someone posted a note that pointed to an IBM url about renting time on a System z for development, does anyone have the url ?. The biggest difficulty is returning the time when the rental period is over. I suggest buying it

is out of the office.

2010-05-18 Thread Keith Zawila
I will be out of the office starting 05/18/2010 and will not return until 05/20/2010. I will be out of the office on Wednesday, May 19th. I will return on Thursday, May 20th. Thanks. HCSC Company Disclaimer The information contained in this communication is confidential, private,

Re: rent system z

2010-05-18 Thread zMan
Or use Zedbox...only $1/night. But if you don't return it within 25 days, you own it, at a cost of $2.5M. On Tue, May 18, 2010 at 10:54 PM, Tony Harminc t...@harminc.net wrote: On 18 May 2010 19:55, Gerard Ceruti gcer...@gmail.com wrote: I am sure someone posted a note that pointed to an IBM

Urgent: Need copy of Multiprise 3000 SE restore CD

2010-05-18 Thread Mike Ross
I have an MP3000 coming my way, unfortunately due to an error in RAID configuration, the SE - the OS/2 side - was flatlined. Wiped. And the restore CD has been mislaid. So I urgently need a copy OS/2 restore CD for a MP3000. Urgently as in, by the weekend, as we have to get it running to wipe