Re: Looking for mainframe e-mail software

2011-01-14 Thread Harris, Randy
I'm not familiar with XMITIP, but we use JES2MAIL and we are very satisfied 
with it.
CASISOFT also does a great job of supporting it.

Thanks, 
 
Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
rhar...@furniturebrands.com
 
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
David Magee
Sent: Tuesday, January 11, 2011 10:12 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Looking for mainframe e-mail software

TAO from Fischer, Intl runs on z/OS.

On Mon, 10 Jan 2011 05:52:53 -0800, Mark Regan netsfw_sysp...@yahoo.com wrote:

We have been using XMITIP for about 10 years now, but now we are looking to
move beyond it and go with a vendor supported product. I've found
three products so far:

JES2Mail from CASI Software
SMTP-Send from TBS Software Inc.
VPS/Email from Levi, Ray  Shoup,
Inc.

but I was wondering if there are any others out there?

Thanks,

Mark Regan

--
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: ASG tools?

2010-09-21 Thread Harris, Randy
We use the TMON products and also use ZACK, ZARA, and ZEKE.
ZACK -- Automated Operations
ZARA -- Tape Management
ZEKE -- Job Scheduler

Thanks, 
 
Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
rhar...@furniturebrands.com
 
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Frank Swarbrick
Sent: Tuesday, September 21, 2010 10:28 AM
To: IBM-MAIN@bama.ua.edu
Subject: ASG tools?

I never see any mention of ASG tools other than TMON.
SmartFile: file editor
SmartTest: debugger
SmartScope: dump analysis
SmartTune: performance analyzer

Is this because no one has them, or no one likes them?
We have them and, while they work, I'm not convinced they are high-end products.
But we got a good deal; is that the most important thing?
-- 

Frank Swarbrick
Applications Architect - Mainframe Applications Development
FirstBank Data Corporation - Lakewood, CO  USA
P: 303-235-1403


 

The information contained in this electronic communication and any document 
attached hereto or transmitted herewith is confidential and intended for the 
exclusive use of the individual or entity named above.  If the reader of this 
message is not the intended recipient or the employee or agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
examination, use, dissemination, distribution or copying of this communication 
or any part thereof is strictly prohibited.  If you have received this 
communication in error, please immediately notify the sender by reply e-mail 
and destroy this communication.  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

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


symbolic date parameter

2010-09-16 Thread Harris, Randy
Trying to do an ftp from mainframe (z/OS v1.7) to a network server.
I would like to be able append the system date to the dataset in the put 
statement.
Is there a symbolic parameter for date that will allow me to do this?

//FTPTEST  JOB  (JOB,JOB),'RHARRIS',CLASS=Z,MSGCLASS=M
//STEP01   EXEC PGM=FTP
//SYSFTPD  DD  DSN=parmlib(FTPSDATA),DISP=(SHR,KEEP,KEEP)
//SYSTCPD  DD  DSN=parmlib(TCPDATA),DISP=(SHR,KEEP,KEEP)
//SYSMDUMP DD  SYSOUT=*
//SYSPRINT DD  SYSOUT=*
//OUTPUT   DD  SYSOUT=*
//INPUTDD  *
xxx.xxx.xxx.xxx
userid password
PUT 'randys.test.ftp.dataset' ''randys.test.ftp.dataset.Dyymmdd'
QUIT
/*

Thanks,

Randy Harris
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
rhar...@furniturebrands.commailto:rhar...@furniturebrands.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


PSF left margin positioning

2010-01-25 Thread Harris, Randy
z/OS version 1.7 - PSF left margin positioning.
I have a formdef/pagedef that I can't get to start close enough to the left 
margin.
I need all of my data moved about ΒΌ to the left. My formdef/pagedef is below.
Is there any way to do that?

SETUNITS 0 IN 0 IN;
FORMDEF PUR51F
  DUPLEX NO
  OFFSET 0 IN 0 IN
  REPLACE YES;
COPYGROUP PUR51
  DUPLEX NO;
  OVERLAY PUR51O;
  SUBGROUP COPIES 1 OVERLAY PUR51O;
PAGEDEF PUR51P
  REPLACE YES;
FONT FONT1 6210BC;
PAGEFORMAT PUR WIDTH 8.5 IN HEIGHT 11 IN;
SETUNITS 0 IN 0 IN LINESP 39 PELS;
PRINTLINE REPEAT 1 LINE CHANNEL 1
  POSITION 0.00 IN 0.22 IN FONT FONT1;
PRINTLINE REPEAT 62 LINE
  POSITION 0.00 IN NEXT FONT FONT1;

Thanks,

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
rhar...@furniturebrands.commailto:rhar...@furniturebrands.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: Need TN3270e software

2009-01-09 Thread Harris, Randy
Take a look at Passport PC to Host by Zephyr Corporation. www.zephyrcorp.com 
It's a great tn3270e product.

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
ran...@lanefurniture.com
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Jerry Fuchs
Sent: Wednesday, January 07, 2009 11:17 AM
To: IBM-MAIN@bama.ua.edu
Subject: Need TN3270e software

We are FINALLY replacing our OLD 3174's with IBM 2074 control units.

The 3270 software that we have been using for years does not support 
TN3270e.

Any suggestions on what to get and contact info?

Thanks,

Jerry Fuchs
Senior Systems Engineer
Wendy's Arby's Group
One Dave Thomas Blvd.
Dublin, Ohio 43017
(614) 764-3594

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



This message is intended only for the use of the individual or entity to which 
it is addressed and may contain privileged, proprietary or otherwise private 
information. If the reader of this message is not the intended recipient, or 
the employee or agent responsible for delivering the message to the intended 
recipient, you are hereby notified that any dissemination, distribution, or 
copying of this message is strictly prohibited. If you have received this 
communication in error, please notify us immediately by replying to the sender 
of this E-Mail or by telephone and delete this communication from your system.

Warning: Although this e-mail and any attachments are believed to be free of 
any virus or other defect that might affect any computer system into which it 
is received and opened, it is the responsibility of the recipient to ensure 
that it is virus free and the company cannot accept responsibility for any loss 
or damage arising from the use of this email or attachments.

--
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: Faxing from the mainframe

2008-04-04 Thread Harris, Randy
We use ColumbusZ (formerly VtamPrint) for routing our printing and we
have a Rightfax server defined as printer in ColumbusZ.

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Brad Wissink
Sent: Thursday, April 03, 2008 2:41 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Faxing from the mainframe

We currently are using PSF download to send purchase orders to
InfoPrint/AIX 
V4.1 and then faxing from there to the vendor.  We have learned that fax

support will no longer be included in InfoPrint on any platform.  So I
was just 
curious as to how other shops are dealing with faxing from the
mainframe?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: ZOS Upgrade Issue

2008-02-22 Thread Harris, Randy
I added the unit(3390) parm to my allocate and it ran ok.
I still haven't discovered why I'm getting INELIGIBLE DEVICE
without the unit parm. 
Thank you for your suggestions,

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Jack Kelly
Sent: Thursday, February 21, 2008 10:10 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZOS Upgrade Issue

As suggested before, I would put in the unit parm and when that works, 
figure out what gave you the wrong one, eg tso, allocxx parmlib member, 
doesn't look like sms,etc

Jack Kelly
202-502-2390 (Office)



Harris, Randy [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
02/21/2008 10:12 AM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Re: ZOS Upgrade Issue






It appears to be defined correctly in the dialogs.
Screen Copy shows:
UPPZFS05F3  3390-9
If I strip out one step of the ALLOCDS job and submit outside the
dialogs I get the same results. See 2 copies of jcl below.
This one works allocating to a syssq volume.
//ALCZFS   EXEC PGM=IKJEFT01 
//SYSTSPRT DD   SYSOUT=* 
//SYSTSIN  DD   * 
ALLOC - 
DSNAME('ZOS17.OMVS.VAR') - 
RECORG(LS) - 
TRACKS SPACE(528,53) - 
BLKSIZE(4096) - 
VOLUME(MVSSQ3) - 
CATALOG 
/* 

This one does not work.
//ALCZFS   EXEC PGM=IKJEFT01 
//SYSTSPRT DD   SYSOUT=* 
//SYSTSIN  DD   * 
ALLOC - 
DSNAME('ZOS17.OMVS.VAR') - 
RECORG(LS) - 
TRACKS SPACE(528,53) - 
BLKSIZE(4096) - 
VOLUME(UPPZFS) - 
CATALOG 
/* 


Thanks,

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Steven Conway
Sent: Thursday, February 21, 2008 8:33 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZOS Upgrade Issue

Randy, the error message suggests you have that volume (UPPZFS) 
incorrectly defined in the ServerPac dialogs.  Under Option M - Modify 
System Layout, primary command SUMP or Option V (Summary of Physical 
Volumes), verify the Device Type of the volume in question.

Good luck.


Cheers,,,Steve

Steve Conway
Lead Systems Programmer
Information Systems  Services Division
Computer  Network Operations
Phone:   (703) 450-3156
Fax:(703) 450-3197



   Harris, Randy [EMAIL PROTECTED] 
   Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
   02/20/2008 06:46 PM
   Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
ZOS Upgrade Issue






Good Day,

I am attempting to upgrade from Z/OS V1.4 to Z/OS V1.7 and am having a
bit of a problem 

getting the ALLOCDS job to run correctly. I am wondering if any of you
have experienced this?

I tried searching the archives but did not find anything helpful.

My error occurrs in the ALCZFS step which allocates the ZFS file system
using the TSO ALLOC parm.

The result is as follows:

READY


ALLOC DSNAME('ZOS17.OMVS.VAR') RECORG(LS)
TRACKS SPACE(528,53) BLKSIZE(4096) VOLUME(UPPZ

FS) CATALOG


IKJ56221I DATA SET ZOS17.OMVS.VAR NOT ALLOCATED, VOLUME NOT AVAILABLE+


IKJ56221I VOLUME UPPZFS CURRENTLY MOUNTED ON AN INELIGIBLE DEVICE


READY


END


It seems to be device related as it will allocate to a syssq volume. I
have another lpar on which It 

will allocate to any volume. I have the specific volumes added to my
vatlst just like my syssq volumes, UPPZFS,0,0,3390,Y .

The device is a 3390 - mod 9. I have tried allocating to a mod 3 device
with the same results. 

Any help is appreciated.

TIA

 

Randy Harris

Sr. Systems Programmer / DBA

Lane Furniture Industries, Inc.

Tupelo, MS 38802

Phone: 662-566-3447

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

 

 




___
This message is intended only for the use of the individual or entity to

which it is addressed and may contain privileged, proprietary or
otherwise 
private information. If the reader of this message is not the intended 
recipient, or the employee or agent responsible for delivering the
message 
to the intended recipient, you are hereby notified that any
dissemination, 
distribution, or copying of this message is strictly prohibited. If you 
have received this communication in error, please notify us immediately
by 
replying to the sender of this E-Mail or by telephone and delete this 
communication from your system.

Warning: Although this e-mail and any attachments are believed to be
free 
of any virus or other defect that might affect any computer system into 
which it is received and opened, it is the responsibility of the
recipient 
to ensure

Re: ZOS Upgrade Issue

2008-02-22 Thread Harris, Randy
I don't have an ALLOCxx in SYS1.PARMLIB.

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Steven Conway
Sent: Friday, February 22, 2008 9:25 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZOS Upgrade Issue

Randy, what do you have specified as UNIT in ALLOCxx of SYS1.PARMLIB?

Steve Conway
Lead Systems Programmer
Information Systems  Services Division
Computer  Network Operations
Phone:   (703) 450-3156
Fax:(703) 450-3197



   Harris, Randy [EMAIL PROTECTED] 
   Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
   02/22/2008 10:03 AM
   Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Re: ZOS Upgrade Issue






I added the unit(3390) parm to my allocate and it ran ok.
I still haven't discovered why I'm getting INELIGIBLE DEVICE
without the unit parm. 
Thank you for your suggestions,

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Jack Kelly
Sent: Thursday, February 21, 2008 10:10 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZOS Upgrade Issue

As suggested before, I would put in the unit parm and when that works, 
figure out what gave you the wrong one, eg tso, allocxx parmlib member, 
doesn't look like sms,etc

Jack Kelly
202-502-2390 (Office)



Harris, Randy [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
02/21/2008 10:12 AM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Re: ZOS Upgrade Issue






It appears to be defined correctly in the dialogs.
Screen Copy shows:
UPPZFS05F3  3390-9
If I strip out one step of the ALLOCDS job and submit outside the
dialogs I get the same results. See 2 copies of jcl below.
This one works allocating to a syssq volume.
//ALCZFS   EXEC PGM=IKJEFT01 
//SYSTSPRT DD   SYSOUT=* 
//SYSTSIN  DD   * 
ALLOC - 
DSNAME('ZOS17.OMVS.VAR') - 
RECORG(LS) - 
TRACKS SPACE(528,53) - 
BLKSIZE(4096) - 
VOLUME(MVSSQ3) - 
CATALOG 
/* 

This one does not work.
//ALCZFS   EXEC PGM=IKJEFT01 
//SYSTSPRT DD   SYSOUT=* 
//SYSTSIN  DD   * 
ALLOC - 
DSNAME('ZOS17.OMVS.VAR') - 
RECORG(LS) - 
TRACKS SPACE(528,53) - 
BLKSIZE(4096) - 
VOLUME(UPPZFS) - 
CATALOG 
/* 


Thanks,

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Steven Conway
Sent: Thursday, February 21, 2008 8:33 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZOS Upgrade Issue

Randy, the error message suggests you have that volume (UPPZFS) 
incorrectly defined in the ServerPac dialogs.  Under Option M - Modify 
System Layout, primary command SUMP or Option V (Summary of Physical 
Volumes), verify the Device Type of the volume in question.

Good luck.


Cheers,,,Steve

Steve Conway
Lead Systems Programmer
Information Systems  Services Division
Computer  Network Operations
Phone:   (703) 450-3156
Fax:(703) 450-3197



   Harris, Randy [EMAIL PROTECTED] 
   Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
   02/20/2008 06:46 PM
   Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
ZOS Upgrade Issue






Good Day,

I am attempting to upgrade from Z/OS V1.4 to Z/OS V1.7 and am having a
bit of a problem 

getting the ALLOCDS job to run correctly. I am wondering if any of you
have experienced this?

I tried searching the archives but did not find anything helpful.

My error occurrs in the ALCZFS step which allocates the ZFS file system
using the TSO ALLOC parm.

The result is as follows:

READY


ALLOC DSNAME('ZOS17.OMVS.VAR') RECORG(LS)
TRACKS SPACE(528,53) BLKSIZE(4096) VOLUME(UPPZ

FS) CATALOG


IKJ56221I DATA SET ZOS17.OMVS.VAR NOT ALLOCATED, VOLUME NOT AVAILABLE+


IKJ56221I VOLUME UPPZFS CURRENTLY MOUNTED ON AN INELIGIBLE DEVICE


READY


END


It seems to be device related as it will allocate to a syssq volume. I
have another lpar on which It 

will allocate to any volume. I have the specific volumes added to my
vatlst just like my syssq volumes, UPPZFS,0,0,3390,Y .

The device is a 3390 - mod 9. I have tried allocating to a mod 3 device
with the same results. 

Any help is appreciated.

TIA

 

Randy Harris

Sr. Systems Programmer / DBA

Lane Furniture Industries, Inc.

Tupelo, MS 38802

Phone: 662-566-3447

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: ZOS Upgrade Issue

2008-02-21 Thread Harris, Randy
It appears to be defined correctly in the dialogs.
Screen Copy shows:
UPPZFS05F3  3390-9
If I strip out one step of the ALLOCDS job and submit outside the
dialogs I get the same results. See 2 copies of jcl below.
This one works allocating to a syssq volume.
//ALCZFS   EXEC PGM=IKJEFT01  
//SYSTSPRT DD   SYSOUT=*  
//SYSTSIN  DD   * 
ALLOC -   
DSNAME('ZOS17.OMVS.VAR') -
RECORG(LS) -  
TRACKS SPACE(528,53) -
BLKSIZE(4096) -   
VOLUME(MVSSQ3) -  
CATALOG   
/*

This one does not work.
//ALCZFS   EXEC PGM=IKJEFT01   
//SYSTSPRT DD   SYSOUT=*   
//SYSTSIN  DD   *  
ALLOC -
DSNAME('ZOS17.OMVS.VAR') - 
RECORG(LS) -   
TRACKS SPACE(528,53) - 
BLKSIZE(4096) -
VOLUME(UPPZFS) -   
CATALOG
/* 


Thanks,

Randy Harris
Sr. Systems Programmer / DBA
Lane Furniture Industries, Inc.
Tupelo, MS 38802
Phone: 662-566-3447
[EMAIL PROTECTED]
 
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Steven Conway
Sent: Thursday, February 21, 2008 8:33 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZOS Upgrade Issue

Randy, the error message suggests you have that volume (UPPZFS) 
incorrectly defined in the ServerPac dialogs.  Under Option M - Modify 
System Layout, primary command SUMP or Option V (Summary of Physical 
Volumes), verify the Device Type of the volume in question.

Good luck.


Cheers,,,Steve

Steve Conway
Lead Systems Programmer
Information Systems  Services Division
Computer  Network Operations
Phone:   (703) 450-3156
Fax:(703) 450-3197



   Harris, Randy [EMAIL PROTECTED] 
   Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
   02/20/2008 06:46 PM
   Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
ZOS Upgrade Issue






Good Day,

I am attempting to upgrade from Z/OS V1.4 to Z/OS V1.7 and am having a
bit of a problem 

getting the ALLOCDS job to run correctly. I am wondering if any of you
have experienced this?

I tried searching the archives but did not find anything helpful.

My error occurrs in the ALCZFS step which allocates the ZFS file system
using the TSO ALLOC parm.

The result is as follows:

READY


ALLOC DSNAME('ZOS17.OMVS.VAR') RECORG(LS)
TRACKS SPACE(528,53) BLKSIZE(4096) VOLUME(UPPZ

FS) CATALOG


IKJ56221I DATA SET ZOS17.OMVS.VAR NOT ALLOCATED, VOLUME NOT AVAILABLE+


IKJ56221I VOLUME UPPZFS CURRENTLY MOUNTED ON AN INELIGIBLE DEVICE


READY


END


It seems to be device related as it will allocate to a syssq volume. I
have another lpar on which It 

will allocate to any volume. I have the specific volumes added to my
vatlst just like my syssq volumes, UPPZFS,0,0,3390,Y .

The device is a 3390 - mod 9. I have tried allocating to a mod 3 device
with the same results. 

Any help is appreciated.

TIA

 

Randy Harris

Sr. Systems Programmer / DBA

Lane Furniture Industries, Inc.

Tupelo, MS 38802

Phone: 662-566-3447

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

 

 




___
This message is intended only for the use of the individual or entity to

which it is addressed and may contain privileged, proprietary or
otherwise 
private information. If the reader of this message is not the intended 
recipient, or the employee or agent responsible for delivering the
message 
to the intended recipient, you are hereby notified that any
dissemination, 
distribution, or copying of this message is strictly prohibited. If you 
have received this communication in error, please notify us immediately
by 
replying to the sender of this E-Mail or by telephone and delete this 
communication from your system.

Warning: Although this e-mail and any attachments are believed to be
free 
of any virus or other defect that might affect any computer system into 
which it is received and opened, it is the responsibility of the
recipient 
to ensure that it is virus free and the company cannot accept 
responsibility for any loss or damage arising from the use of this email

or attachments.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu

ZOS Upgrade Issue

2008-02-20 Thread Harris, Randy
Good Day,

I am attempting to upgrade from Z/OS V1.4 to Z/OS V1.7 and am having a
bit of a problem 

getting the ALLOCDS job to run correctly. I am wondering if any of you
have experienced this?

I tried searching the archives but did not find anything helpful.

My error occurrs in the ALCZFS step which allocates the ZFS file system
using the TSO ALLOC parm.

The result is as follows:

READY


ALLOC DSNAME('ZOS17.OMVS.VAR') RECORG(LS)
TRACKS SPACE(528,53) BLKSIZE(4096) VOLUME(UPPZ

FS) CATALOG


IKJ56221I DATA SET ZOS17.OMVS.VAR NOT ALLOCATED, VOLUME NOT AVAILABLE+


IKJ56221I VOLUME UPPZFS CURRENTLY MOUNTED ON AN INELIGIBLE DEVICE


READY


END


It seems to be device related as it will allocate to a syssq volume. I
have another lpar on which It 

will allocate to any volume. I have the specific volumes added to my
vatlst just like my syssq volumes, UPPZFS,0,0,3390,Y .

The device is a 3390 - mod 9. I have tried allocating to a mod 3 device
with the same results. 

Any help is appreciated.

TIA

 

Randy Harris

Sr. Systems Programmer / DBA

Lane Furniture Industries, Inc.

Tupelo, MS 38802

Phone: 662-566-3447

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

 

 




___
This message is intended only for the use of the individual or entity to which 
it is addressed and may contain privileged, proprietary or otherwise private 
information. If the reader of this message is not the intended recipient, or 
the employee or agent responsible for delivering the message to the intended 
recipient, you are hereby notified that any dissemination, distribution, or 
copying of this message is strictly prohibited. If you have received this 
communication in error, please notify us immediately by replying to the sender 
of this E-Mail or by telephone and delete this communication from your system.

Warning: Although this e-mail and any attachments are believed to be free of 
any virus or other defect that might affect any computer system into which it 
is received and opened, it is the responsibility of the recipient to ensure 
that it is virus free and the company cannot accept responsibility for any loss 
or damage arising from the use of this email or attachments.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html