Re: HLasm performe file I/O problem

2005-11-14 Thread Terry Sambrooks
Hi,

Wang Rong posted the following:

Are there any way to perform file I/O in Assembler program without
define a DD card in the calling JCL. For some reason, I want to give the
file name in Assembler source, not in the calling JCL. Can OPEN macro do
that?
By the way, I can't find the description of some macro such as OPEN,
GET, DCB in the IBM read books, Can some tell me where to find them?

A DD Statement is converted to internal format as a JCFB + JFCBX as necessary I 
believe, and a JFCB is necessary as part of the allocation process. If a DD 
statement isn't available, then the use of Dynamic Allocation is called for to 
create the necessary structures to allow file allocation. A search of the 
archive of this site should produce numerous hits on Dynamic Allocation.

The OPEN, DCB macros etc are in the DFSMS Macro Instructions for Data Sets 
manual, not a Red Book, and the manual can be found at:

http://publibz.boulder.ibm.com/epubs/pdf/dgt2d511.pdf

Kind regards - Terry

Terry Sambrooks
Director
KMS-IT Limited
228 Abbeydale Road South
Dore
Sheffield
South Yorkshire
UK

Tel +44 (0) 114 262 0933
Web www.kmsitltd.co.uk

Reg: England  Wales 3767263 at the above address

All outgoing E-mails are scanned but it remains the responsibility of the 
recipient to ensure that their system is protected from infection by virus, 
Trojans, and worms.

--
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: How to purge RRS data

2005-11-14 Thread Vernooy, C.P. - SPLXM
Curt Thompson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]...
 Hello,
 I too, recently discovered that I had many RRS Archive offload datasets,
 and needed a way to purge these.  I set my RETPD and AUTODELETE similar to
 yours, and it took until the next switch to occur, before LOGR actually
 deleted the older files.
 
 At the recent time-change, I took this opportunity to remove the use of the
 Archive file altogether.
 
 HTH, Curt
 

That must mean that the old files, that do not disappear, are orphaned files, 
as the report must tell and they can be deleted manually without problems.

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

--
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: VB: Creating dynamic 3270 screen size definitions for increased productivity TD102151

2005-11-14 Thread Chris Mason
Edward,

I'd like to encourage you to try using the NetView Session Monitor (NLDM)
trace function with the CPIU (complete PIU) option. This gives you exactly
what a VTAM buffer trace gives you with massively less fiddling about and -
to judge from your post - uncertainty over whether you've specified all the
necessary obscure codes and all at your 3270 display the moment your test
has finished.

Chris Mason

- Original Message - 
From: Edward E. Jaffe [EMAIL PROTECTED]
Newsgroups: bit.listserv.ibm-main
To: IBM-MAIN@BAMA.UA.EDU
Sent: Monday, 31 October, 2005 10:07 PM
Subject: Re: VB: Creating dynamic 3270 screen size definitions for increased
productivity TD102151


 Thomas Berg wrote:

 I'm trying this now, but having some problems.
 
 I'm getting:
 IKT00405I SCREEN ERASURE CAUSED BY ERROR RECOVERY PROCEDURE when e g
running rexx that displays text containing characters with hexvalues below
x'73' or even in the range x'74' - x'79'. (The same rexx is running and
displaying without problems in my usual 43x80 mode.)
 
 I suppose this has something to do with some character translation table
for TSO or VTAM ?
 
 Any hints ?
 
 

 You need to trace the data stream being sent and see what's wrong with
 it. F VTAM,TRACE,TYPE=BUF,ID= and S GTF with the appropriate
 options (we normally use TRACE=USRP and
 USR=(FE1,FEF,FF1,FF0,FF2,FE2,FE4) just to be on the safe side).

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


--
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: HLasm performe file I/O problem

2005-11-14 Thread Binyamin Dissen
On Sun, 13 Nov 2005 23:31:07 -0600 Wang Rong [EMAIL PROTECTED] wrote:

:Hi, all
:Are there any way to perform file I/O in Assembler program without
:define a DD card in the calling JCL. For some reason, I want to give the
:file name in Assembler source, not in the calling JCL. Can OPEN macro do
:that?

No, but other assembler code can. The only limits on assembler code are your
authorization and the ability to get into supervisor state.

:By the way, I can't find the description of some macro such as OPEN,
:GET, DCB in the IBM read books, Can some tell me where to find them?

They are in the DFSMS shelf.

As a side point, I would suggest that you first code with DD statements before
playing with dynamic allocation.

Learn to walk before you try to fly, grasshopper.

--
Binyamin Dissen [EMAIL PROTECTED]
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
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: RACF and DFHSM tapes

2005-11-14 Thread Mautalen Juan Guillermo
Mike:

Thanks for your accurate answer.

We dont have TAPEDSN in effect (we just control access to tape datasets
by TAPEVOL profiles).
Tapes used by HSM, in our shop, have a very distinctive naming
convention, so i do not think that a generic RACF protection would
interfere with user tapes.
On the other hand, we do have RMM installed, but not fully exploited
yet.
Our current HSM setting is TAPESECURITY(RACF/RACFINCLUDE).

My main concern is:
Let suppose that i
A) define a generic TAPEVOL profile covering all tapes used by HSM, with
a proper ACL.
B) delete the HSMHSM profile.

Will HSM work properly?
Should i expect any HSM failure?
Will HSM show error messages each it uses a new tape because of trying
to RACF protect it?


Thanks in advance,


Juan G. Mautalen


-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En
nombre de Mike Wood
Enviado el: Lunes, 14 de Noviembre de 2005 06:09 a.m.
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: [IBM-MAIN] RACF and DFHSM tapes


Juan,  How you protect HSM tapes depends very much on how you have RACF
set up.  Do you have TAPEDSN as well as using TAPEVOL? Using a generic
TAPEVOL profile is not a good idea because it will cause all matching
scratch tapes to be protected. If you only allow HSM access all other
tape users will fail.

HSM uses the TAPEVOL profiles to prevent others from accessing its
tapes. If you had TAPEDSN in use you could perhaps use generic DATASET
profiles for the HSM tapes instead.  Once that was in place you wouldnt
need to use TAPESECURITY(RACF/RACFINCLUDE).  You should make sure that
your tape management system is ensuring ful 44 character data set names
are verified to avoid anyone making up a prefix to go with the 17
characters stored in the tape label.

BTW, HSM will quite happily maintain the TAPEVOL profiles while you set
up and test that the generic DATASETs work ok; once you are happy its
working you can change the HSM SETSYS and deelte the TAPEVOLs for HSM.

Mike Wood   RMM Development
On Thu, 10 Nov 2005 15:05:52 -0300, Mautalen Juan Guillermo
[EMAIL PROTECTED] wrote:

--Cross posted to the RACF-forum--

Hi,

We have TAPEVOL class active, and cartridges used by HSM are currently 
protected by DFHSMx multivolumes tapevol profiles (tape volumes are 
automatically added based on the last non blank character of the tape 
volume label. For instance, HSM983 is added to DFHSM3 profile). This is

working well, but we have tons of HSM cartridges, because they are old 
models with very small capacity.

I want to switch to an schema in which HSM tape volumes are protected 
by generic RACF tapevol profiles (the tape labels naming convention 
allows generic protection). Is this possible? What should i specify for

the TAPESECURITY parameter of DFHSM? Is it as simple as NON defining 
the HSMHSM tapevol profile and deleting all DFHSMx profiles?

Unfortunately, DFHSM documentation is not clear enough for me.


Thanks for your help,


JUAN MAUTALEN

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


z/VM for LINUX

2005-11-14 Thread Ricardo Paranhos
Hi;

Someone is using z/VM to support LINUX servers on z990?


TIA
Ricardo Paranhos

--
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: z/VM for LINUX

2005-11-14 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Paranhos
 Sent: Monday, November 14, 2005 8:14 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: z/VM for LINUX
 
 
 Hi;
 
 Someone is using z/VM to support LINUX servers on z990?
 
 
 TIA
 Ricardo Paranhos
 

I'm not, and I'm not sure about the z990 machine part, but there are a
lot of z/Linux people on the linux-390 list, hosted by VM.MARIST.EDU

Send an email to mailto:[EMAIL PROTECTED]

With the following text in the BODY of the email:

subscribe linux-390 Richardo Paranhos


--
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: z/VM for LINUX

2005-11-14 Thread Nix, Robert P.
I'll second the suggestion of getting to the linux-390 list. Also check 
www.linuxvm.org

We run zLinux under zVM here on two z990 systems, in 2 IFLs on each system. We 
are just getting started, but have about 20 zLinux guests running currently, 
with many more to come. We also run three SYSPLEXes across the two systems in 
other distinct LPARs (i.e. Not under zVM).


-- 
Robert P. Nix   Mayo Foundation
RO-OC-1-13 (new loc)200 First Street SW
507-284-0844Rochester, MN 55905
-
In theory, theory and practice are the same, but
 in practice, theory and practice are different.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Ricardo Paranhos
Sent: Monday, November 14, 2005 8:14 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: z/VM for LINUX

Hi;

Someone is using z/VM to support LINUX servers on z990?


TIA
Ricardo Paranhos

--
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: 3745 , Does anybody remember?

2005-11-14 Thread Anthony Bongiorno
http://www.networking.ibm.com/nhd/webnav.nsf/pages/did:3746bks.html#Installation

3745 doc... 

-
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this 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: Fwd: 3745 , Does anybody remember?

2005-11-14 Thread Anthony Bongiorno
if you want you can call me offline..anthony 2014138952.. i just did what 
you are doing  (3745 converter channel byte and block)

-
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this 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: Looking for a copy of Advanced Assembler Language and MVS Interfaces : For IBM Systems and Application Programmers 1999

2005-11-14 Thread Anthony Bongiorno
call carmine him self ..he is listed in ny ny ...
thats how i got my copy 


-
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this 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: SORTWKnn question

2005-11-14 Thread Frank Yaeger
Ed Gould wrote on 11/12/2005 09:55:56 AM:
 Frank,

 Could you talk about this a little, please? I have not heard of the
 interface.

DFSORT has an internal interface with DFSMSrmm, and an externalized
interface (ICETPEX) that other tape management systems are using.  Here's a
link to the documentation on this in z/OS DFSORT Installation and
Customization:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CI00/2.5?DT=20031124122307

Frank Yaeger - DFSORT Team (IBM)
 Specialties: ICETOOL, IFTHEN, OVERLAY, Symbols, Migration
 = DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/
--
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: VB: Creating dynamic 3270 screen size definitions for increased productivity TD102151

2005-11-14 Thread Edward E. Jaffe

Chris Mason wrote:


I'd like to encourage you to try using the NetView Session Monitor (NLDM)
trace function with the CPIU (complete PIU) option. This gives you exactly
what a VTAM buffer trace gives you with massively less fiddling about and -
to judge from your post - uncertainty over whether you've specified all the
necessary obscure codes and all at your 3270 display the moment your test
has finished.
 



I'm skeptical. Usually, when the word Netview is present in the name 
of a service, it means we can't reliably expect it to be present at 
customer sites. Is this NDLM feature universal?


Our technical support people have one set of instructions they send to 
customers when a VTAM buffer trace becomes necessary. AFAIK, it has 
never failed to provide the correct information.


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


Re: Quick HMC console question

2005-11-14 Thread Anthony Bongiorno
v cn(*),activate
v cn(*),rout=all,ud=y



Len Rugen [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
11/11/2005 02:04 PM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


To
IBM-MAIN@bama.ua.edu
cc

Subject
Quick HMC console question






Ok, Friday play day question.

I decided to dust off my sandbox LPAR to test a new version of ThruPut 
Manger.  This LPAR hasn't been running in awhile, so when I get to the 
datacenter, I find the 3274 controller has died.  I decide to use the HMC 
console to get things going, but I'm stuck.

I have a parm error in JES2, I get the WTOR line saying that I need to fix 
it, but NOT the lines in error.  Is there some way to route MORE messages 
to the HMC Operating System Messages area? 

This is a z800, I guess I wish it were a z880 in this case

Thanks


Len Rugen

Personal: [EMAIL PROTECTED]
PH School: [EMAIL PROTECTED]
Work: [EMAIL PROTECTED]
Yahoo IM: [EMAIL PROTECTED]
MSM IM: [EMAIL PROTECTED]

(Laptop Outlook Express) 

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



-
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this 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: RACF and DFHSM tapes

2005-11-14 Thread Walt Farrell

On 11/14/2005 8:59 AM, Mautalen Juan Guillermo wrote:

Mike:

Thanks for your accurate answer.

We dont have TAPEDSN in effect (we just control access to tape datasets
by TAPEVOL profiles).
Tapes used by HSM, in our shop, have a very distinctive naming
convention, so i do not think that a generic RACF protection would
interfere with user tapes.
On the other hand, we do have RMM installed, but not fully exploited
yet.
Our current HSM setting is TAPESECURITY(RACF/RACFINCLUDE).

My main concern is:
Let suppose that i
A) define a generic TAPEVOL profile covering all tapes used by HSM, with
a proper ACL.
B) delete the HSMHSM profile.

Will HSM work properly?
Should i expect any HSM failure?
Will HSM show error messages each it uses a new tape because of trying
to RACF protect it?


Thanks in advance,


Juan G. Mautalen


-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En
nombre de Mike Wood
Enviado el: Lunes, 14 de Noviembre de 2005 06:09 a.m.
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: [IBM-MAIN] RACF and DFHSM tapes


Juan,  How you protect HSM tapes depends very much on how you have RACF
set up.  Do you have TAPEDSN as well as using TAPEVOL? Using a generic
TAPEVOL profile is not a good idea because it will cause all matching
scratch tapes to be protected. If you only allow HSM access all other
tape users will fail.

HSM uses the TAPEVOL profiles to prevent others from accessing its
tapes. If you had TAPEDSN in use you could perhaps use generic DATASET
profiles for the HSM tapes instead.  Once that was in place you wouldnt
need to use TAPESECURITY(RACF/RACFINCLUDE).  You should make sure that
your tape management system is ensuring ful 44 character data set names
are verified to avoid anyone making up a prefix to go with the 17
characters stored in the tape label.

BTW, HSM will quite happily maintain the TAPEVOL profiles while you set
up and test that the generic DATASETs work ok; once you are happy its
working you can change the HSM SETSYS and deelte the TAPEVOLs for HSM.

Mike Wood   RMM Development
On Thu, 10 Nov 2005 15:05:52 -0300, Mautalen Juan Guillermo
[EMAIL PROTECTED] wrote:


--Cross posted to the RACF-forum--

Hi,

We have TAPEVOL class active, and cartridges used by HSM are currently 
protected by DFHSMx multivolumes tapevol profiles (tape volumes are 
automatically added based on the last non blank character of the tape 
volume label. For instance, HSM983 is added to DFHSM3 profile). This is


working well, but we have tons of HSM cartridges, because they are old 
models with very small capacity.


I want to switch to an schema in which HSM tape volumes are protected 
by generic RACF tapevol profiles (the tape labels naming convention 
allows generic protection). Is this possible? What should i specify for


the TAPESECURITY parameter of DFHSM? Is it as simple as NON defining 
the HSMHSM tapevol profile and deleting all DFHSMx profiles?


Unfortunately, DFHSM documentation is not clear enough for me.


If you do anything other than exactly what they document, then it is 
likely that you will experience problems.


Are you running out of room in the HSMHSM and DFHSMx profiles?  If not, 
then perhaps you should just leave it alone.


If you are, then rather than asking here, perhaps you should contact the 
IBM Support Center and ask for HSM assistance.


Walt

--
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: SORTWKnn question

2005-11-14 Thread Jim McAlpine
OK then one further question. The FM recommends to use a small number of
dynamic work files ie 2 or 3. Does sort allocate multi volume files if they
need to be very large for a very big sort.
 Jim McAlpine

 On 11/14/05, Frank Yaeger [EMAIL PROTECTED] wrote:


 Jim,

 DFSORT dynamically allocates some work space if there's any chance that it
 might need it (in order to avoid space ABENDs), and that decision
 depends
 on a lot of factors which I can't discuss. If it turns out that the sort
 can be done in main, then the allocated work space isn't used. Note that
 with JCL SORTWKs, the space is always allocated (by the system), but will
 also not be used if the sort can be done in main.

 Frank Yaeger - DFSORT Team (IBM)
 Specialties: ICETOOL, IFTHEN, OVERLAY, Symbols, Migration
 = DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/

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


Sysplex Distributor experiences

2005-11-14 Thread Jan Vanbrabant
Hi,

(I'll shorten my question of about 3 weeks ago.)

Any experiences with Sysplex Distributor to share? Nasty, pretty?
Do you consider it mature technology?

Is there a TCP/IP forum or listserver, more specialized in this material
than IBM-MAIN?

Jan

--
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: Looking for a copy of Advanced Assembler Language and MVS Interfaces : For IBM Systems and Application Programmers 1999

2005-11-14 Thread Anthony Bongiorno
its on 
http://www.amazon.co.uk/exec/obidos/ASIN/0471361763/wynsoftsystemsli/026-6361217-5921218

-
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this 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: SETPROG Command question

2005-11-14 Thread Peter Relson
The thread started with the question of
What are the limitations/restrictions of the SETPROG LPA command?
to which the answer is
None that are relevant. Sam Knutson's response correctly pointed out that
AMBLIST is not the right way to display LPA information, and will not work
at all for dynamic LPA.

A subsequent append then stated
I copied my new IEFACTRT module into SYS1.LPALIB, Issued the EXIT delete
and EXIT add commands, however,
I still am not seeing the new ACTRT module.

This of course does nothing. Simply copying into a data set when that data
set is never again going to be looked at normally during the IPL is not
useful.

But use of dynamic LPA following that should work.
Use SETPROG LPA to add your new IEFACTRT module into LPA from whatever data
set you put it.
SETPROG EXIT DELETE the old one
SETPROG EXIT ADD the new one

Barbara Nitz's append addressed all the really pertinent issues.

Regarding

About the problem of IEFACTRT, I has the same problem to add a module of
product ASG named IMPACT in Z/os 1.4, and the solution for the problem:
(PROGAS - SYS1.PARMLIB)
 EXIT ADD EXITNAME (SYS.IEFACTRT) MODNAME (ASFACTRT) STATE (ACTIVE)
 DSNAME (ASFH1.VS360.LOADLIB)
EXIT ADD EXITNAME (SYSSTC.IEFACTRT) MODNAME (ASFACTRT) STATE (ACTIVE)
DSNAME (ASFH1.VS360.LOADLIB)

This is not a good approach.

It would be better to have added ASFACTRT to LPA via (for example)
SETPROG LPA ADD MOD(ASFACTRT) DSNAME(ASFH1.VS360.LOADLIB)
and then not specify DSNAME on the EXIT ADD
because then you will only get one copy in common storage of ASFACTRT as
opposed to 2.

.

Peter Relson
z/OS Core Technology Design

--
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: RACF and DFHSM tapes

2005-11-14 Thread Mautalen Juan Guillermo
Walt:

There is a paragraph in the HSM documentation stating that generic
TAPEVOL protection should work. But it is somewhat vague, without any
details.
It says:

--1.9.5.3 Protecting DFSMShsm Tapes

--Tip: If you have not defined RACF tape volume sets for DFSMShsm, but
you want RACF to protect --all the tapes through a RACF generic profile,
specify the SETSYSTAPESECURITY--(RACFIRACFINCLUDE)
command.

So, i am not trying to do something undocumented.
My interest comes from the fact that we have around 30.000 HSM tapes (in
a separate RACF dataset), and we want to consolidate both current RACF
datasets into a single one, and i like to reduce the number of TAPEVOL
profiles before making the consolidation.


JUAN MAUTALEN




If you do anything other than exactly what they document, then it is 
likely that you will experience problems.

Are you running out of room in the HSMHSM and DFHSMx profiles?  If
not, 
then perhaps you should just leave it alone.

If you are, then rather than asking here, perhaps you should contact
the 
IBM Support Center and ask for HSM assistance.

Walt

--
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: Looking for a copy of Advanced Assembler Language and MVS Interfaces : For IBM Systems and Application Programmers 1999

2005-11-14 Thread Tom Schmidt
On Mon, 14 Nov 2005 12:36:32 -0500, Anthony Bongiorno wrote:

its on
http://www.amazon.co.uk/exec/obidos/ASIN/0471361763/wynsoftsystemsli/026-
6361217-5921218

...which translated at today's exchange rates is just about $800USD.

(If mainframes are dead why is the knowledge of an experienced mainframe
sysprog so awfully pricey?)

--
Tom Schmidt
Madison, WI

--
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: How to purge RRS data

2005-11-14 Thread Curt Thompson
Hello,
I too, recently discovered that I had many RRS Archive offload datasets,
and needed a way to purge these.  I set my RETPD and AUTODELETE similar to
yours, and it took until the next switch to occur, before LOGR actually
deleted the older files.

At the recent time-change, I took this opportunity to remove the use of the
Archive file altogether.

HTH, Curt

--
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: How much real is required for 64-bit

2005-11-14 Thread TISLER Zaromil
snip
Not to mention with a wait stated system, since you cannot 'attach a zillion
page packs'. You are limited to 253x4GB page space, about one TB.
snip

Having so many page space makes one want to use dynamic PAV volumes, it
means 253x2 device devices addresses, and it means maximum 128 base volumes
in a logical CU. If we take a 5-way sysplex, we need 5x253x2 device
addresses for page datasets.

Zaromil

--
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: SORTWKnn question

2005-11-14 Thread Frank Yaeger
Jim McAlpine wrote on 11/14/2005 08:39:52 AM:

 OK then one further question. The FM recommends to use a small number of
 dynamic work files ie 2 or 3. Does sort allocate multi volume files if
they
 need to be very large for a very big sort.

What is The FM?

DFSORT only uses the first volume of multivolume work files, so it does NOT
dynamically allocate multivolume work files.  DFSORT's shipped default for
the maximum number of dynamically allocated work files is 4.  This is
generally a good choice as the default, but you might want to set the
default larger if the majority of the jobs need more work files.
Alternatively, you can just set a larger number of maximum work files for
the specific jobs that need them with:

//DFSPARM DD *
  OPTION DYNALLOC=(,n)
/*

where n is the number of work files and go up to 255.

Frank Yaeger - DFSORT Team (IBM)
 Specialties: ICETOOL, IFTHEN, OVERLAY, Symbols, Migration
 = DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/


--
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: VB: Creating dynamic 3270 screen size definitions for increased productivity TD102151

2005-11-14 Thread Edward E. Jaffe

Chris Mason wrote:


I see you are in some sort of support organization advising customers and
having to pick up diagnostic data. Maybe NLDM CPIU tracing doesn't fit what
you are really wanting to do. NLDM CPIU tracing is for the on-site person,
typically a systems programmer, who wants to do everything with maximum ease
at his/her 3270. The trace data is displayed in the context of the session
information collected, stored and managed by NLDM. You don't get to print it
off except as tedious screen-by-screen screen copies.
 



That would definitely be a big step backward. The traces we ask for 
today are captured by GTF and we analyze them using IPCS.


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


Re: 3745 , Does anybody remember?

2005-11-14 Thread Hal Merritt
On the 3734 console, check to see if the interface is online. 

This is option CID from MENU 2. 

HTH and good luck.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Ali Serdar Yakut
Sent: Friday, November 11, 2005 5:58 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: 3745 , Does anybody remember?

Hi,
We need to Connect a 3745/170 to our 2084, through optica.
 Everything seems OK, 3745 is IML'ed and I see 'FF4' on the LEDs.
When I vary the channel online, and check the devices it shows me:
 CF CHP(E9),ONLINE
IEE754I NOT ALL PATHS BROUGHT ONLINE WITH CHP(E9)
IEE502I CHP(E9),ONLINE
IEE712I CONFIG PROCESSING COMPLETE
 When I check Device Status:
RESPONSE=ISTD
IEE174I 12.51.46 DISPLAY M 719
DEVICE 0820 STATUS=OFFLINE
CHP E9
DEST LINK ADDRESS 00
ENTRY LINK ADDRESS ..
PATH ONLINE Y
CHP PHYSICALLY ONLINE Y
PATH OPERATIONAL Y
PATHS NOT VALIDATED
 I can not bring the CU online.
  Can anybody be of help? It is most probably a setting in the 3745.

--
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: Quick HMC console question

2005-11-14 Thread Anthony Bongiorno
V CN(*),ROUT=all,UD=Y  ---   all caps

-
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this 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: SETPROG Command question

2005-11-14 Thread Jorge Arueira Campos
Peter
 Thanks for your information.
 Jorge Arueira Campos
 Z/os Team
CAIXA ECONOMICA FEDERAL - SP - BRAZIL
55-11-3685-6991
[EMAIL PROTECTED]

 On 11/14/05, Peter Relson [EMAIL PROTECTED] wrote:

 The thread started with the question of
 What are the limitations/restrictions of the SETPROG LPA command?
 to which the answer is
 None that are relevant. Sam Knutson's response correctly pointed out that
 AMBLIST is not the right way to display LPA information, and will not work
 at all for dynamic LPA.

 A subsequent append then stated
 I copied my new IEFACTRT module into SYS1.LPALIB, Issued the EXIT delete
 and EXIT add commands, however,
 I still am not seeing the new ACTRT module.

 This of course does nothing. Simply copying into a data set when that data
 set is never again going to be looked at normally during the IPL is not
 useful.

 But use of dynamic LPA following that should work.
 Use SETPROG LPA to add your new IEFACTRT module into LPA from whatever
 data
 set you put it.
 SETPROG EXIT DELETE the old one
 SETPROG EXIT ADD the new one

 Barbara Nitz's append addressed all the really pertinent issues.

 Regarding

 About the problem of IEFACTRT, I has the same problem to add a module of
 product ASG named IMPACT in Z/os 1.4, and the solution for the problem:
 (PROGAS - SYS1.PARMLIB)
  EXIT ADD EXITNAME (SYS.IEFACTRT) MODNAME (ASFACTRT) STATE (ACTIVE)
  DSNAME (ASFH1.VS360.LOADLIB)
 EXIT ADD EXITNAME (SYSSTC.IEFACTRT) MODNAME (ASFACTRT) STATE (ACTIVE)
 DSNAME (ASFH1.VS360.LOADLIB)

 This is not a good approach.

 It would be better to have added ASFACTRT to LPA via (for example)
 SETPROG LPA ADD MOD(ASFACTRT) DSNAME(ASFH1.VS360.LOADLIB)
 and then not specify DSNAME on the EXIT ADD
 because then you will only get one copy in common storage of ASFACTRT as
 opposed to 2.

 .

 Peter Relson
 z/OS Core Technology Design

 --
 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: SORTWKnn question

2005-11-14 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Frank Yaeger
 
 Jim McAlpine wrote on 11/14/2005 08:39:52 AM:
 
  OK then one further question. The FM recommends to use a 
  small number ...
 
 What is The FM?

The F[ine] Manual.  :-)

-jc-

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


ABC of Z/os

2005-11-14 Thread Jorge Arueira Campos
Hi
 I found in IBM site volumes of ABC of Z/os, very important for study of
operational system and utilities.
  *IBM Redbooks | ABCs of z/OS System Programming Volume 1 IBM Redbooks
Paul 
Rogers...*http://publib-b.boulder.ibm.com/Redbooks.nsf/65f0d9cea6e0ab57852569e0007452bb/516b76fb9727f0b485256e3c008160ab?OpenDocument
The ABCs *of* *z*/*OS* System Programming is an eleven-volume collection
that provides an introduction to the *z*/*OS* operating system and the
hardware architecture. Whether
URL: http://publib-b.boulder.ibm.com/Redbooks
Best regards
 Jorge Arueira Campos
Z/os Team
CAIXA ECOMICA FEDERAL - SP - BRAZIL
55-11-3685-6991

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


P370 list

2005-11-14 Thread Richard Verville
Does anyone know how I can subscribe to the P370 list, I have a P390
start-up problem I'm told that list can help me Richard

R.S. wrote:

 I know CFCC Commands manual is available from HMC, and in fact it is not
 too big, but I'd like to get a copy for printing or offline browsing.

 Is it available anywhere ?

 --
 Radoslaw Skorupka
 Lodz, Poland

 --
 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: Sysplex Distributor experiences

2005-11-14 Thread Aaron Walker
The TCP-L is at:

http://vm.marist.edu/htbin/wlvindex?IBMTCP-L

I believe you can subscribe at the bottom of the page.

I have had good experience with Sysplex Distributor so far, although
extensive use has eluded me.  I've just migrated from 1.4 to 1.6, and now I
can try the TIMEDAFFINITY parameter so I can try using this with my HTTP
servers (specifically SSL using WebSphere 5 plugin).

Thanks,
Aaron

--
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: P390 start-up problem

2005-11-14 Thread Richard Verville
The first thing at this time is to understand what goes on when I boot up
the P390, automatic execution of what files etc then I'LL know what
files to backup for the next disaster Richard

Shmuel Metz (Seymour J.) wrote:

 In [EMAIL PROTECTED], on 11/10/2005
at 08:26 AM, Richard Verville [EMAIL PROTECTED] said:

 The white square with ALT-F1 did help !. However I lost my desktop
 IPL icons probably because there was damage in desktop directory in
 the first place

 Do you have an archived copy of the desktop? One of the Alt-F1 options
 is to restore the desktop. If you don't have one, I suggest that you
 get into the habit of periodically creating one. I'd also urge
 periodic backups of the entire disk.

 BTW, if you have room on disk for a BM partition and another logical
 drive, I strongly recommend that you create a rescue system. I'd also
 urge backups.

 my problem is I don't know what
 the commands are to start the P390 portion and the operating systems

 You'll need to check the P390 documentation. I don't know what the
 P390 install looks like, but the firs place to look is \OS2\BOOK. If
 you don't find it there, look for *.INF anywhere on your disk and see
 if any of the names are suggestive. The command to read a book looks
 like

 view G:\OS2\BOOK\OS2UG.INF

 Did I mention backups?

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

--
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: SORTWKnn question

2005-11-14 Thread Frank Yaeger
jc wrote on 11/14/2005 11:17:38 AM:
  What is The FM?

 The F[ine] Manual.  :-)

Oh, of course, as in RTFM.  I should have made the connection.  Silly me.
:-)

Frank Yaeger - DFSORT Team (IBM)
 Specialties: ICETOOL, IFTHEN, OVERLAY, Symbols, Migration
 = DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/

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


MP3000 emulated IO

2005-11-14 Thread Peter Ten Eyck
Does anyone have experience with MP3000 emulated IO?

I have been reviewing manuals GC38-0610-01 and
SG24-5669-00 to try and understand this stuff.

I am trying to understand the relationship
between all the definitions:

Ethernet card in physical slot
Logical slot
MPTS definitions
Device Map
IOCDS device number
TCP/IP profile member

In particular how do the MPTS definitions
relate to the Device Map definitions?

Also what is the Logical Adapter Number in
the MPTS definition used for?

Thanks

--
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: ABC of Z/os

2005-11-14 Thread Knutson, Sam
Lionel keeps a nice set of direct links to all the ABC's tomes.

http://www.lbdsoftware.com/abcs.html 

Best Regards,

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

Think big, act bold, start simple, grow fast...



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: Access to Syslog in SDSF

2005-11-14 Thread Barry Schwarz
Give your user READ access to the LOG command as described in the SDSF 
Customization and Security Manual.

Jeegan Roy [EMAIL PROTECTED] wrote:  Hi Lister's,
I want to give access to Syslog(Log in SDSF) to a person.How to give
access.I know Giving access to OPER profile in TSOAUTH class will do,but
this will give permission to issue all operator commands.I don't want the
person allowed to issue operator commands,just a vision to SYSlog is
enough.I even tried giving read access to ISFCMD.ODSP.SYSLOG.jesx profile
in SDSF.But seems to be not working.I want to control this using RACF.

Bye..

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




-
 Yahoo! FareChase - Search multiple travel sites in one click.  

--
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: SORTWKnn question

2005-11-14 Thread Ed Gould

On Nov 14, 2005, at 9:47 AM, Frank Yaeger wrote:


Ed Gould wrote on 11/12/2005 09:55:56 AM:

Frank,

Could you talk about this a little, please? I have not heard of the
interface.


DFSORT has an internal interface with DFSMSrmm, and an externalized
interface (ICETPEX) that other tape management systems are using.   
Here's a

link to the documentation on this in z/OS DFSORT Installation and
Customization:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ 
ICE1CI00/2.5?DT=20031124122307



Frank,

Interesting.. when did this (DFSORT release) happen? Just curious.

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: SORTWKnn question

2005-11-14 Thread Frank Yaeger
Ed Gould wrote on 11/14/2005 01:13:12 PM:
 Interesting.. when did this (DFSORT release) happen? Just curious.

The support was added with DFSORT PTFs as follows:

DFSMSrmm - July, 2000
ICETPEX - March, 2002

Frank Yaeger - DFSORT Team (IBM)
 Specialties: ICETOOL, IFTHEN, OVERLAY, Symbols, Migration
 = DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/

--
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: HLasm performe file I/O problem

2005-11-14 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 11/13/2005
   at 11:31 PM, Wang Rong [EMAIL PROTECTED] said:

Are there any way to perform file I/O in Assembler program
without define a DD card in the calling JCL.

Yes. I'll only address those ways available to an unauthorized
program.

 1. Use DYNALLOC. Even though Dynamic Allocation is documented in an
authorized services manual, it is available to unauthorized
programs.

 2. Use Unix Systewm Services. Note that there may be an allocation
under the covers.

Can OPEN macro do that?

Not in general.

By the way, I can't find the description of some macro such as
OPEN, GET, DCB in the IBM read books, Can some tell me where to find
them?

Look in the DFSMS bookshelf; the relevant documentation should have
data sets in the title.
 
-- 
 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: LE Error CEE5101C - RC=156, Reason=0D070200/ABEND U4093-90

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

If I am reading the documentation correctly, the 0200 half means
JRPswKeyNotValid The PSW key of the caller is not a valid key. 
Action: A service was requested that requires the invoker to be in
the same key that the process was dubbed under.

My guess is that the process was dubbed by Dynamic Allocation. Try
dubbing it earlier (address syscall on?).
 
-- 
 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: ABC of Z/os

2005-11-14 Thread Jorge Arueira Campos
Sam
 Is the best !!!
 Thank you
 Jorge Arueira Campos
 On 11/14/05, Knutson, Sam [EMAIL PROTECTED] wrote:

 Lionel keeps a nice set of direct links to all the ABC's tomes.

 http://www.lbdsoftware.com/abcs.html

 Best Regards,

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

 Think big, act bold, start simple, grow fast...

 
 
 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


--
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: Multi-Volume HFS Allocation

2005-11-14 Thread Mark Zelden
On Mon, 14 Nov 2005 14:12:07 -0800, Raymond Noal [EMAIL PROTECTED] wrote:

Dear List-ers,

If you wanted to allocate a multi-volume HFS file, does it have to be SMS
managed? Trying to allocate a HFS file from TSO 3.2 panel, you are
restricted to 4363 cylinders. Is there an 'extended format' for HFS files as
well?


I'm not sure if it is spelled out clearly in the DFSMS Using Data Sets
manual, but AFAIK an HFS does have to be SMS managed to be multi-volume.

I think the last time I tried using one that wasn't SMS controlled was
when I had to expand our SMPNTS HFS from 1 3390-9 to be multiple
volumes a couple of years ago (z/OS 1.4  z/OS DFSMS 1.3).  There has
been no changes in this area that I'm aware of since then.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America and Farmers Insurance Group
mailto: [EMAIL PROTECTED]
Systems Programming expert at http://Search390.com/ateExperts/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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: Fwd: 3745 , Does anybody remember?

2005-11-14 Thread Anthony Bongiorno
I was thinking.. Its not NCP (not loaded yet) so its not way you code
the NCP yet; its important to match the following in the NCP with the
number  of the channel adapter  you are using its also import to know
if you are using the Phisycal number or logical number.
the above is in the VTAM/NCP books
ok lets say hcd compile good ... so the chipid is cool
but the device not so cool. With all respect are you connected to the
rigth CA bus/tag position... are you  using the logical position as
you map.. are you in the Extented frame position...
this is stuff is in the phycal planning guide.  That in the url i sent
B4.. next the moss needs to have the CA adapter config (most important
is too  plug the address (are you using 00 as your ucb i think 00 is
the defalut) if needed to change also the adapter must be active and
if you are using EP the range  the UCBs. ( check the chpid port at the
CPU follow it) like they said gary away)))

like b4; i did 3 of them... pure bus and tag and ESCON converters..
you can call me no problem to talk
 201 413 8952  anthony


-
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this 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: P390 start-up problem

2005-11-14 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 11/14/2005
   at 02:49 PM, Richard Verville [EMAIL PROTECTED] said:

The first thing at this time is to understand what goes on when I
boot up the P390, automatic execution of what files etc then I'LL
know what files to backup for the next disaster

Well, CONFIG.SYS describes a lot of it, and you may have something in
startup.cmd, but you also need to worry about giles change by
applications and by WPS. Try to backup things piecemeal and you may
get serious inconsistencies on the restore. It's safer to back up the
whole disks, or single logical drives *if* you know that they are
independent. Watch out for INI files on one drive that refer to data
files on another drive.
 
-- 
 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


CA Trying to hide from its past?

2005-11-14 Thread Ed Gould
http://www.computerworld.com/managementtopics/management/story/ 
0,10801,106215,00.html?source=NLT_PMnid=106215


--
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-14 Thread Mohamed Juma
Hi Bruno
 
You mentioned some thing about some problems you faced
related to OA12848.
Please provide me with more details about this
problem, as example the symptom, when you reported it
to IBM, and when you got the FIX.
Because we may have the same problem, and I need you
help.
I appreciate your help.

Thanks

Mohamed Juma 



 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
 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.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


R: ABC of Z/os

2005-11-14 Thread MASSIMO BIANCUCCI
Really strange ! I'm experiencing some problem on finding the books. A serach 
in the redbook site shows no results for ABCs V3/4/6/7/8. Any idea ?

 

-Messaggio originale-
Da: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Per conto di 
Knutson, Sam
Inviato: lunedì 14 novembre 2005 21.12
A: IBM-MAIN@BAMA.UA.EDU
Oggetto: Re: ABC of Z/os

Lionel keeps a nice set of direct links to all the ABC's tomes.

http://www.lbdsoftware.com/abcs.html 

Best Regards,

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

Think big, act bold, start simple, grow fast...



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

--
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: R: ABC of Z/os

2005-11-14 Thread Paul Gillis

MASSIMO BIANCUCCI wrote:

Really strange ! I'm experiencing some problem on finding the books. A serach 
in the redbook site shows no results for ABCs V3/4/6/7/8. Any idea ?


They haven't been written yet.
Paul Gillis

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