Volume Not Mounted

2005-11-16 Thread Jerry Ragland
Hi all,

I have a problem after my last IPL of my mainframe machine. When I attempt
to start my CICS region I found that the volume in which the CICS datasets
are placed is not mounted. I tried the following thing to bring the volume
to online but still I fail in my attempts..

I tired giving -

/v 0B81,ONLINE- I got

,RESPONSE=P390
, IEE103I UNIT 0B81 NOT BROUGHT ONLINE
, IEE763I NAME= IECVIOPM CODE= 0004
, IOS551I NO PATHS PHYSICALLY AVAILABLE
, IEE764I END OF IEE103IRELATED MESSAGES


Please help me in resolving this issue.

Thanks in advance,
Jerry.

--
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: Fujitsu's back

2005-11-16 Thread ibm-main
From: Phil Payne

 Looks interesting.  Perot Systems is about to test a PSI system against a
26 MSUs performance
 claim.  Fujitsu (I surely don't have to remind you) was an early investor
in PSI and
 manufactures Itanium II servers - a  prerequisite for running PSI's
emulator.

PSI, EDS, Perot ...
Must be a connection there somewhere I seem to be missing.

Phil seems to have been a bit quiet this year, so this post prompted a
return visit to his site.
Good to see he has remained restrained and even-handed ...   :-)
Quote: (copyright acknowledged and all that guff ...)
 With an obscene sucking sound, software license verification raises its
wart-encrusted, slimy, stinking, weed-festooned, one-eyed, lop-sided rictus
leer from the ice-cold steaming swamp just beyond the outer fringes of
reality. If PSI's emulation subsystem does, in fact, wind up being shipped
...

Shane ...

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


COBOL copybook - Java bean mapper??

2005-11-16 Thread Andy Robertson
A while back I wrote (largely for my own amusement) a dialog to take a COBOL
copy book, compile it, and generate a Java class that could be used to map
and access it.

This took the obvious path of compiling the copybook as part of a stub
program and analysing the MAP and SYSADATA output.

It was pretty light weight (did not, for example, handle OCCURS), but now I
am being asked to extend it and make it part of our standard tool kit.

Before I plunge into this can I ask:

1) Is there any freeware or shareware already available to do this???  Or if
not precisely this, to produce the sort of map of a COBOL file that can be
fed in to such a process???  I don't want to reinvent the wheel.  The CBT
doesn't seem to have any thing.

2) If not, does any one know any recommended software packages??


This may be a silly question with an obvious answer, but I am afraid I have
done nothing more than dabble in Java up to now.

TIA to all.

--
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: Using symbolic in JCL

2005-11-16 Thread Philippe Leite
Bill,

There is an IEFUJV exit in CBT Tape that do what you want.
 == http://www.cbttape.org/ftp/cbt/CBT573.zip


Regards,

Philippe Leite
z/OS Systems Programmer
BBVA Portugal

--
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: CFCC documentation

2005-11-16 Thread Felipe
You cant find the commands on the following manual Parallel Sysplex
Operational Scenarios (SG24-2079-00) chapter 7 CF Considerations in a
Parallel Sysplex.
Here you can find all Coupling Facility commands

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


Determining size information for existing QSAM dataset

2005-11-16 Thread Charles Mills
I'm sure this has been around before but I couldn't find anything useful
searching the archives.
 
I know that determining the size of and/or requested size information for a
conventional non-necessarily-extended-format MVS dataset is an imperfect
science. What is the best option (other than reading it start to finish!)?
What are the alternatives?
 
- Using OBTAIN/CAMLST to read the DSCBs. This gives both SPACE= information
and actual extent sizes. Any comments?
 
- I assume that RDJFCB for a not-yet-opened dataset will give SPACE=
information only as coded in the DD statement (or SVC 99) which would be
atypical and/or misleading for input datasets. Is that correct? The OPEN
processing documentation describes DFSMS as merging the data from the DSCBs
into the JFCB. How is that information available to an application program?
In some way during an OPEN exit? By using RDJFCB after the dataset has been
opened? Or ...?
 
Thanks,

Charles Mills



--
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: Volume Not Mounted

2005-11-16 Thread Jerry Ragland
Hi Lizette,

Thanks for your reply..

D M=DEV(0B81) displays -

IEE174I 07.34.12 DISPLAY M 988
DEVICE 0B81   STATUS=OFFLINE
CHP   FC
DEST LINK ADDRESS 00
PATH ONLINE   Y
CHP PHYSICALLY ONLINE Y
PATH OPERATIONAL  N
PATHS NOT VALIDATED

What can I infer from this and what should be my next step on this ?
Can you please breif the steps need to be done because the machine is not in
my place and I dont know the setup which is done there..


Thanks in advance.
Jerry

--
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: Volume Not Mounted

2005-11-16 Thread Kok, Howi
Jerry
Try vary path offline and online, then vary device online after path is
online as follow:
V path(b81,fc),offline
V path(b81,fc),online 
V b81,online

Howi
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Jerry Ragland
Sent: Wednesday, November 16, 2005 9:29 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Volume Not Mounted

Hi Lizette,

Thanks for your reply..

D M=DEV(0B81) displays -

IEE174I 07.34.12 DISPLAY M 988
DEVICE 0B81   STATUS=OFFLINE
CHP   FC
DEST LINK ADDRESS 00
PATH ONLINE   Y
CHP PHYSICALLY ONLINE Y
PATH OPERATIONAL  N
PATHS NOT VALIDATED

What can I infer from this and what should be my next step on this ?
Can you please breif the steps need to be done because the machine is
not in
my place and I dont know the setup which is done there..


Thanks in advance.
Jerry

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

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.clearswift.com
**

--
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: Volume Not Mounted

2005-11-16 Thread Bruce Black

Jerry, another useful command is
   DS P,0B81
which will show the status of each path, might give you a clue.


,RESPONSE=P390

Is this really an emulated disk on P/390, or is that just a concidence 
of name?   If it is a P390, then there are no real paths, and the 
problem might be a problem with the hard drives on which the disk is 
emulated, or in the P390 configuration (if it changed).


Is this the only disk with this problem, or are there others?   If other 
disks with the same paths (CHPIDs) are working, then it is probably not 
a real path problem.  If the VARY command suggested by others don't 
work, you may need to get a CE for the disk subsystem to check it out.


--
Bruce A. Black
Senior Software Developer for FDR
Innovation Data Processing 973-890-7300
personal: [EMAIL PROTECTED]
sales info: [EMAIL PROTECTED]
tech support: [EMAIL PROTECTED]
web: www.innovationdp.fdr.com

--
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: Volume Not Mounted

2005-11-16 Thread Jim McAlpine
From the chpid (x'FC') it looks like it could be an MP3000 machine. Maybe
all P/390 and subsequent machines use chpid FC for emulated i/o, certainly
the MP3000 does.
 Jim McAlpine

 On 11/16/05, Bruce Black [EMAIL PROTECTED] wrote:

 Jerry, another useful command is
 DS P,0B81
 which will show the status of each path, might give you a clue.

 ,RESPONSE=P390
 
 Is this really an emulated disk on P/390, or is that just a concidence
 of name? If it is a P390, then there are no real paths, and the
 problem might be a problem with the hard drives on which the disk is
 emulated, or in the P390 configuration (if it changed).

 Is this the only disk with this problem, or are there others? If other
 disks with the same paths (CHPIDs) are working, then it is probably not
 a real path problem. If the VARY command suggested by others don't
 work, you may need to get a CE for the disk subsystem to check it out.

 --
 Bruce A. Black
 Senior Software Developer for FDR
 Innovation Data Processing 973-890-7300
 personal: [EMAIL PROTECTED]
 sales info: [EMAIL PROTECTED]
 tech support: [EMAIL PROTECTED]
 web: www.innovationdp.fdr.com http://www.innovationdp.fdr.com

 --
 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: CA Trying to hide from its past?

2005-11-16 Thread Ed Gould

On Nov 16, 2005, at 8:26 AM, Matt Simpson wrote:


They can run, but they can't hide.


-- 
SNIP-

Now I suppose they'll have to get more new business cards.



Well, at least they haven't bought time from the super bowel and  
passed it on their customers like some other software vendor has.


Ed

--
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: WLM swapout

2005-11-16 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Rugel José
 Sent: Wednesday, November 16, 2005 1:13 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: WLM swapout
 
 
 Hi :
  
 Do you know  what parameters  must  be coded  to  create a  
 Service Clase  like  a  Swap Out  Performance Group ?.
  
 I need  eventually  to put  swap out  some  Jobs Batch.
  
 Jose Rugel 
 Analista de Sistemas 
 IBM - Ecuador 
 Phone: +593 4 2 566010 

Don't bother. WLM comes with a command to do that for you:

RESET jobname,QUIESCE

to swap in

RESET jobname,RESUME

--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and its' content is protected 
by law.  If you are not the intended recipient, you should delete this message 
and are hereby notified that any disclosure, copying, or distribution of this 
transmission, or taking any action based on it, is strictly prohibited.
 

--
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: Determining size information for existing QSAM dataset

2005-11-16 Thread Ray Mullins
You are correct in both points below, although if the data set is
multivolume you've got a lot of extra work.

But if you have $15K lying around (at least back in the late 1990's), there
is the DFSMS Advanced Customization guide, which describes the VVAS service
and GETATTR service of FAMS.  GETATTR works seamlessly with multi-volume
data sets, IIRC.

Later,
Ray

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Charles Mills
 Sent: Wednesday November 16 2005 07:24
 
 I'm sure this has been around before but I couldn't find 
 anything useful searching the archives.
  
 I know that determining the size of and/or requested size 
 information for a conventional 
 non-necessarily-extended-format MVS dataset is an imperfect 
 science. What is the best option (other than reading it start 
 to finish!)?
 What are the alternatives?
  
 - Using OBTAIN/CAMLST to read the DSCBs. This gives both 
 SPACE= information and actual extent sizes. Any comments?
  
 - I assume that RDJFCB for a not-yet-opened dataset will give 
 SPACE= information only as coded in the DD statement (or SVC 
 99) which would be atypical and/or misleading for input 
 datasets. Is that correct? The OPEN processing documentation 
 describes DFSMS as merging the data from the DSCBs into the 
 JFCB. How is that information available to an application program?
 In some way during an OPEN exit? By using RDJFCB after the 
 dataset has been opened? Or ...?

--
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: WLM swapout

2005-11-16 Thread Dave Thorn
If you want a service class do the following:  Create a service class
called, for example,  SLOW, and then created a Resource Group (also called
SLOW) associated with the service class, with min=0 and max=1 service
rates.

__

Dave Thorn * Senior Technology Analyst * SunGard Computer Services * 600
Laurel Oak Road, Voorhees, NJ, 08043
Tel 856 566-5412 * Mobile 609 781-0353 * Fax 856 566-3656

CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system.


   
 Rugel José
 [EMAIL PROTECTED] 
 FIN.ECTo 
 Sent by: IBM  IBM-MAIN@BAMA.UA.EDU
 Mainframe  cc 
 Discussion List   
 [EMAIL PROTECTED] Subject 
 .EDU WLM  swapout
   
   
 11/16/2005 02:12  
 PM
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 [EMAIL PROTECTED] 
   .EDU   
   
   




Hi :

Do you know  what parameters  must  be coded  to  create a  Service Clase
like  a  Swap Out  Performance Group ?.

I need  eventually  to put  swap out  some  Jobs Batch.

Jose Rugel
Analista de Sistemas
IBM - Ecuador
Phone: +593 4 2 566010

--
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: Determining size information for existing QSAM dataset

2005-11-16 Thread Bob Shannon
 $15K lying around (at least back in the late 1990's), there is the
DFSMS 
 Advanced Customization guide

$15K is the price I remember. I have been told it's $50K now. It's
pretty obvious that anyone outside of IBM is seriously discouraged from
using FAMS any of the services described within.

Bob Shannon

--
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: Determining size information for existing QSAM dataset

2005-11-16 Thread Ray Mullins
That's just...well...I have so many words that just to pick a few would
slight the others. 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Bob Shannon
 Sent: Wednesday November 16 2005 11:33
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: Determining size information for existing QSAM dataset
 
  $15K lying around (at least back in the late 1990's), there is the
 DFSMS 
  Advanced Customization guide
 
 $15K is the price I remember. I have been told it's $50K now. 
 It's pretty obvious that anyone outside of IBM is seriously 
 discouraged from using FAMS any of the services described within.
 

--
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: WLM swapout

2005-11-16 Thread Knutson, Sam
Hi John,

That is just not the same.  What you really need to do if you want the
equivalent of the old COMPAT mode swap out performance group is to use a
service class tied to a resource group with a very low specification
(1).

Cheryl shows a nice example of this in her Quick start policy called
KILLIT

http://www.watsonwalker.com/qsp.html

I call mine SLEEP you calls yours what you want.  Quiesce is not forever
and is of limited use against non-swappable address spaces. 

Best Regards,

Sam Knutson, GEICO
Performance and Availability Management
mailto:[EMAIL PROTECTED]
(office)  301.986.3574

Elwood Blues:  Our Lady of Blessed Acceleration, don't fail us now!


-Original Message-

Don't bother. WLM comes with a command to do that for you:

RESET jobname,QUIESCE

to swap in

RESET jobname,RESUME

--
John McKown



This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

--
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: HSM control dataset control block map's

2005-11-16 Thread Jim Url
If someone knows where can I find a map of the DFHSM
Control Data Set records (MCD etc )
=
Although this isn't exactly what you are looking
for, the DCOLLECT records do contain layouts for
Migrated and Backup datasets (type M  B records).

Just assemble ARCUTILP from SYS1.MACLIB.

-- 
___
Play 100s of games for FREE! http://games.mail.com/

--
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: Determining size information for existing QSAM dataset

2005-11-16 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 11/16/2005
   at 10:23 AM, Charles Mills [EMAIL PROTECTED] said:

- Using OBTAIN/CAMLST to read the DSCBs. This gives both SPACE=
information and actual extent sizes. Any comments?

Don't forget to look at DS1LSTAR.

- I assume that RDJFCB for a not-yet-opened dataset will give SPACE=
information only as coded in the DD statement (or SVC 99) which
would be atypical and/or misleading for input datasets.

Expect zero for input. It's only useful for new data sets.

The OPEN processing documentation describes DFSMS as merging the data 
from the DSCBs into the JFCB. How is that information available to an
application program?

RDJFCB, with a JFCB entry in the DCB exit list. Or use an ARL.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Determining size information for existing QSAM dataset

2005-11-16 Thread Charles Mills
The OPEN processing documentation describes DFSMS as merging the data 
from the DSCBs into the JFCB. How is that information available to an
application program?

RDJFCB, with a JFCB entry in the DCB exit list. Or use an ARL

Yes, yes, I know how to read a JFCB. The intended question is how is THAT
INFORMATION [the MERGED INFORMATION, in other words] available ...

Specifically, if you do a RDJFCB after you open the dataset, will you get
the merged information?

Alternative, if you do an OPEN TYPE=J, will the information be merged into
your in-storage JFCB?

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Shmuel Metz (Seymour J.)
Sent: Wednesday, November 16, 2005 3:51 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Determining size information for existing QSAM dataset


In [EMAIL PROTECTED], on 11/16/2005
   at 10:23 AM, Charles Mills [EMAIL PROTECTED] said:

- Using OBTAIN/CAMLST to read the DSCBs. This gives both SPACE=
information and actual extent sizes. Any comments?

Don't forget to look at DS1LSTAR.

- I assume that RDJFCB for a not-yet-opened dataset will give SPACE=
information only as coded in the DD statement (or SVC 99) which
would be atypical and/or misleading for input datasets.

Expect zero for input. It's only useful for new data sets.

The OPEN processing documentation describes DFSMS as merging the data 
from the DSCBs into the JFCB. How is that information available to an
application program?

RDJFCB, with a JFCB entry in the DCB exit list. Or use an ARL.

--
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: Determining size information for existing QSAM dataset

2005-11-16 Thread Edward E. Jaffe

Bob Shannon wrote:


$15K lying around (at least back in the late 1990's), there is the
   

DFSMS 
 


Advanced Customization guide
   



$15K is the price I remember. I have been told it's $50K now. It's
pretty obvious that anyone outside of IBM is seriously discouraged from
using FAMS any of the services described within.
 



Wow! And we balked at the $15K price! Never did buy it -- just reverse 
engineered the interface(s) we needed. Now the official doc is 
*really* out of reach!  And some sorely-needed read-only interfaces were 
never made public. What a mistake!


--
-
| Edward E. Jaffe||
| Mgr, Research  Development| [EMAIL PROTECTED]|
| Phoenix Software International | Tel: (310) 338-0400 x318   |
| 5200 W Century Blvd, Suite 800 | Fax: (310) 338-0801|
| Los Angeles, CA 90045  | http://www.phoenixsoftware.com |
-

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


ESOTERIC decomissioning

2005-11-16 Thread Big Iron
You can find entries in a catalog that specify an esoteric. They look like
x'8000' (tape) or x'2000' (disk) where  is a binary sequence number.

Other than say JES2 EXIT 6 or something similar, it would be harder to
identify jobs that specify an esoteric. A batch job will JCL error if it
specifies an esoteric that no longer exists.

The problem with esoterics in the catalog is that there is a sequence number
included in the device type entry, so if you remove one, all the other ones
with larger sequence numbers will change; so if there are esoterics in
catalog entries, they may point to a different esoteric. IIRC z/OS uses the
real device type, so someone would have had to use IDCAMS DEFINE (or
equivalent) to create a catalog entry that specifies an esoteric.

 Bill

[EMAIL PROTECTED] wrote:
 G'day
 I did do a fair amount of reading on the list to see if someone has
 already done something of this sort.  Apparently yes but with way more
 experience than I have.  Hence asking for help.

 We are in the process of decomissioning old ESOTERICs.  I would like to
 know if there is a possibility for me to track who is using a
 particular ESOTERIC.  To the best of my knowledge this is not available
 in SMF, can't be directly figured out from the CATALOG entries through
 DEVTYPE.  I read most of what Bruce Black and others discussed.  Still
 can't see the light.

 Any help is greatly appreciated.

 brgds
 @sh.

--
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: ESOTERIC decomissioning

2005-11-16 Thread Gabe Torres
There is the utility IEFESO in SAMPLIB, in conjunction with the member
IEFESOJL. 

You can modify the asm code to your liking.  We did some very basic
changes to it to get what we wanted.
I ended up with a report like this:

Data set FAC.CB.CH.CIMSDISK.BKPOCT03  was found to be
cataloged using esoteric CARTF02645  1
Data set FAC.CB.CH.CIMSDISK.OCT03 was found to be
cataloged using esoteric CARTF02651  1
Data set FAC.CB.SPD.HSTAUG92  was found to be
cataloged using esoteric CARTF19845  1
Data set FAC.COB2TEST was found to be
cataloged using esoteric 
Data set FAC.HM.HELPERS2  was found to be
cataloged using esoteric 
Data set FAC.MVS.SMFAPR01.P1  was found to be
cataloged using esoteric CARTR00123  1
Data set FAC.MVS.SMFAPR01.P1  was found to be
cataloged using esoteric CARTR00048  1
Data set FAC.PP.LINKLIB   was found to be
cataloged using esoteric 
Data set FAC.TP.HELPERS.TCPTSTwas found to be
cataloged using esoteric 


Of course, you probably should scan JCL libraries and change to using a
Generic name like '3480'.

gabe 


[EMAIL PROTECTED] wrote:
 G'day
 I did do a fair amount of reading on the list to see if someone has 
 already done something of this sort.  Apparently yes but with way more

 experience than I have.  Hence asking for help.

 We are in the process of decomissioning old ESOTERICs.  I would like 
 to know if there is a possibility for me to track who is using a 
 particular ESOTERIC.  To the best of my knowledge this is not 
 available in SMF, can't be directly figured out from the CATALOG 
 entries through DEVTYPE.  I read most of what Bruce Black and others 
 discussed.  Still can't see the light.

 Any help is greatly appreciated.

 brgds
 @sh.

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


IBM 2914

2005-11-16 Thread William Donzelli
Does anyone know when the IBM 2914 finally went out of production? I am
starting to see the things more, and although the design is from the S/360
days, the ones I am seeing were built well past then.

William Donzelli
[EMAIL PROTECTED]

--
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: HSM and CA-Disk

2005-11-16 Thread Tom Brannon
Allan,
You indicated price is one reason to convert from CA-Disk to HSM.
Do you (does anyone) have any real numbers for the cost of CA-Disk vs
DFHSM?
If so can you Email them to me?

Thanks,
Tom

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


DFHSM FSR processing

2005-11-16 Thread Tom Brannon
Does anyone have a means (other than using SAS) to process the DFHSM FSR
and VSR SMF records?
If so would you like to share?

Thanks

Tom

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


CA cuts 300 Customer advocate Positions (they had any?)

2005-11-16 Thread Ed Gould
http://www.computerworld.com/softwaretopics/software/story/ 
0,10801,106270,00.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: ESOTERIC decomissioning

2005-11-16 Thread Robert A. Rosenberg

At 17:16 -0600 on 11/16/2005, Big Iron wrote about ESOTERIC decomissioning:


The problem with esoterics in the catalog is that there is a sequence number
included in the device type entry, so if you remove one, all the other ones
with larger sequence numbers will change; so if there are esoterics in
catalog entries, they may point to a different esoteric. IIRC z/OS uses the
real device type, so someone would have had to use IDCAMS DEFINE (or
equivalent) to create a catalog entry that specifies an esoteric.


I may be wrong but I have the impression that if you open a cataloged 
dataset that has an esoteric device type, the catalog is 
automatically updated (I think at close time) to have the correct 
device type (IOW: As you access datasets, any esoterics are replaced 
with the correct device type value for that volume).


--
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: Sysplex and CPU Questions

2005-11-16 Thread Gil Peleg
Hi Bruno,
We too are victims of OA03194 and now waiting OA12848 to be closed...
Currently living the the SLIP provided in the APAR.
 Do you have information about any progress with OA12848?
 Thanks,
Gil.

 On 11/13/05, Bruno Sugliani [EMAIL PROTECTED] wrote:

 On Sun, 13 Nov 2005 02:57:41 -0600, Brian Westerman
 [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm going to simplify this a bit to show you the differences.
 
 In the same line of speach :-)
 I am going to give you the real life example !
 OA03194 was created in order to limit the number of SRB's an exploiter may
 have running in the connector's address space.
 ( for your own sake do not apply it )
 I am the guy who got hit with my small data sharing configuration ( 2 x
 z/990 with only 2 engines each )
 This resulted in the OA12848 ( opened for/by us ) .
 Now i always said since years that a mono engine system was a calculated
 computer suicide , and nobody will ever change my mind after this
 nightmare.
 ( although i had 2 CP's on each machine)
 So my advise to you ... never have an lpar with one engne only .
 Bruno
 Bruno(dot)sugliani(at)groupemornay(dot)asso(dot)fr

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