Re: Moving tape GDG to new volume

2005-11-22 Thread Vernooy, C.P. - SPLXM
Jon Brock [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]...
   We have some tapes written into the wrong range of volume serial 
 numbers.  (They are taking up some of our business recovery volumes).  The 
 data sets in question are GDG generations.  We would like to move these files 
 off of their current volumes into the correct pool while maintaining their 
 generation number.  Can we simply uncatalog the old files and copy them to 
 new files with the same generation number?  I seem to remember that there is 
 some other catalog work that would have to be done, but I'm not sure.
   The target volumes are the same device type as the current volumes, so 
 the DEVTYPE should not need to change.
 
 Example:
   Data set DDD.T.DD.G0011V00 needs to move from volume 015000 to 
 volume 00.  Would I just uncatalog the file and copy it to 00999 with 
 DISP=(NEW,CATLG,CATLG)?
 
 
 Thanks,
 Jon
 

If you have CA-1, you can use COPYCAT. This copies the data to the new volume, 
recatalogs it and it also copies the TMC entry, so your dataset on the new tape 
will have the same attributes, such as creation date, creating job, expiration 
date etc., as the original dataset.

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: Memory limit / IEFUSI / QUICK SURVEY

2005-11-22 Thread Vernooy, C.P. - SPLXM
Shmuel  Metz , Seymour J. [EMAIL PROTECTED] wrote in message news:[EMAIL 
PROTECTED]...
 In
 [EMAIL PROTECTED],
 on 11/21/2005
at 03:15 PM, Vernooy, C.P. - SPLXM [EMAIL PROTECTED] said:
 
 You must plan your Real Storage according to the system's
 requirements and that is why you want some control to prevent one
 application from suddenly wiping out the rest of you production
 enviroment.
 
 IEFUSI limits the use of virtual storage, not real. Capping the size
 of virtual storage won't reduce paging and might increase it.
  

It will limit the amount of virtual storage an address space can get and thus 
the amount of real storage needed to back it. I meant this for an address space 
that would getmain 2GB virtual in a short period and also use it. The system 
can only provide this by massive page outs in other address spaces, which will 
result in subsequent heavy page in. If the system is not prepared for such a 
job, you can limit and possibly bring it down via IEFUSI and let the rest of 
the system continue to run.

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

2005-11-22 Thread R.S.

Mike Bell wrote:

And what happens when the filesize is larger than largeint?  That is only
2GB for normal pc signed field.


Nothing. I mentioned DOS system, with partition limited to 2GB, and 
filesize limited to 4GB (size 2GB isavailable on network drives, i.e. 
on Netware). Function returns 32-bit (unsigned) value



What happens if the file is open and being extended at that point in time -
PC expects complete ownership of any file you reference.


AFAIK the information can be accessed even if the file is open. BTW: DOS 
was single-program, so multiple opens in fact require network. 
Nevermind, I could accept file is busy status in such case.
I accept it when I do I-like-Info on ISPF/PDF screen, 3.4 DSLIST, on my 
advanced, sophisticated, shining z/OS.



I expect these limitations on the PC - they are not acceptable on Z/os.


Especially in simple COBOL-written batch program using DD with DISP=OLD, 
or MOD, or NEW. vbg

Let's leave all the open files, VSAM RLS etc. to *Advanced* services.
I'd like to know the file size when starting my simple COBOL program, 
just to tell File size is nnn MBytes to the sysout. Let me know, what 
is the function name ? vbg





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


Re: To know how a data set is protected by RACF

2005-11-22 Thread R.S.

Luo Johnny wrote:


Sorry for the late feedback.I've tested all your suggestions in my sytem and
really appreciate your kind help.
 Finally my personal conclusion is:For a data set named 'aaa.bbb',
first issue
 LD ALL DA('aaa.bbb')
If you got message like 'no racf definition found',then you must issue
another command
 LD ALL DA('aaa.bbb') GEN
 If the result is the same,then finally you can say this data set is really
a
not-racf-protected one.


Yes. And it is bad.
A rule of thumb is that all dataset should be RACF-protected. An option 
PROTECTALL should be set on.


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


Re: To know how a data set is protected by RACF

2005-11-22 Thread Luo Johnny
Yes.At this time I use 'setr protectall(warning)' to let system notify
me when a data set is not-racf-protected.
 Perhaps another question which puzzles me for long is how to
make an ordinary user can only create data sets which HLQ is
his user-id?
 Say,on my system ,now user 'md0006' can create data sets with
HLQ=MD0007 while 'md0007' is another user-id.I want to forbid
this ,but don't know how to do.
 Johnny



 Yes. And it is bad.
 A rule of thumb is that all dataset should be RACF-protected. An option
 PROTECTALL should be set on.

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




--
Best Regards,
Johnny Luo

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

2005-11-22 Thread Chiam, Susan Mee-Shia
 Thank you all who responded. The datasets were migrated after changing
'low threshold' to 1 as 
suggested. It was set to '60' previously. 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Marcin Blaszczyk
Sent: Friday, 18 November 2005 8:38 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: HSM migrate

Try to change 'low theshold' in SG to value = 1

--
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: To know how a data set is protected by RACF

2005-11-22 Thread R.S.

Luo Johnny wrote:


Yes.At this time I use 'setr protectall(warning)' to let system notify
me when a data set is not-racf-protected.
 Perhaps another question which puzzles me for long is how to
make an ordinary user can only create data sets which HLQ is
his user-id?
 Say,on my system ,now user 'md0006' can create data sets with
HLQ=MD0007 while 'md0007' is another user-id.I want to forbid
this ,but don't know how to do.


It is quite simple.
Just create dataset profiles. You should create profiles for all 
datasets you have and switch to PROTECTALL(FAILURE).


Now start with the following:
(I assume, that MD0007 is existing user)
AD 'MD0007.**' UACC(N) OW(MD0007)
Now (after refresh) only (*) user MD0007 can create MD0007.some.thing 
datasets.

In general, you should create at least HLQ.** for every HLQ in your system.


(*) There are some exceptions, like OPERATIONS users or 
PRIVILEGED/TRUSTED started tasks.


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


JES3 : is Global /local information available in CVT.

2005-11-22 Thread Pierre Bodart
Hi all,
Does somebody know if the status of Global or Local is available in the CVT
in JESCT or another control block ?
Thanks in advance,

Pierre
Caterpillar Belgium.

--
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: To know how a data set is protected by RACF

2005-11-22 Thread Johnny Luo

R.S. wrote:



It is quite simple.
Just create dataset profiles. You should create profiles for all 
datasets you have and switch to PROTECTALL(FAILURE).


Now start with the following:
(I assume, that MD0007 is existing user)
AD 'MD0007.**' UACC(N) OW(MD0007)
Now (after refresh) only (*) user MD0007 can create MD0007.some.thing 
datasets.
In general, you should create at least HLQ.** for every HLQ in your 
system.



(*) There are some exceptions, like OPERATIONS users or 
PRIVILEGED/TRUSTED started tasks.


HTH


Thank you very much,R.S. I really appreciate your answer.

Best Regards
Johnny

--
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: displaying hexadecimal content of a field in COBOL

2005-11-22 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of john gilmore
 
 It's not yet at all easy to do this in COBOL; but it will be 
 possible, even in a certain sense easy, after someone 
 implements the new standard, which makes bit strings available.

Tedious to code, perhaps, but not difficult:

 01  WS-HEXWORK-AREA.  
 05  WS-DOUBLEWORD   PIC S9(16) COMP.  
 05  FILLER REDEFINES WS-DOUBLEWORD.   
 10  FILLER  PIC X(2). 
 10  WS-HALFWORD PIC S9(4) COMP.   
 10  WS-FULLWORD PIC X(4). 
 05  WS-HEXSUB   PIC S9(4) COMP.   
 05  WS-HEXSET   PIC X(16) 
 VALUE '0123456789ABCDEF'. 
 05  FILLER REDEFINES WS-HEXSET.   
 10  WS-HEXHALFBYTE OCCURS 16 TIMES  PIC X(01).
 05  WS-RESULTIN-HEX.  
 10  WS-RESULTBYTE OCCURS 8 TIMESPIC X(01).
...
 MOVE EIBERRCD  TO WS-FULLWORD. 
 PERFORM 0600-DISPLAY-HEX  THRU 0600-EXIT  
 VARYING WS-HEXSUB FROM 1 BY 1 UNTIL WS-HEXSUB  8.
...
 0600-DISPLAY-HEX. 
 MOVE ZERO TO WS-HALFWORD. 
 COMPUTE WS-DOUBLEWORD = WS-DOUBLEWORD * 16.   
 MOVE WS-HEXHALFBYTE (WS-HALFWORD + 1) 
  TO WS-RESULTBYTE (WS-HEXSUB).
 0600-EXIT. EXIT. 

-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


Re: SYS1.UADS - when is it read?

2005-11-22 Thread Patrick Lyon
On Mon, 21 Nov 2005 17:15:40 EST, Ed Finnell [EMAIL PROTECTED] wrote:



If nobody can use it, won't hurt to bounce TSO. Just wondering
what else is mis-cataloged. Broadcast, RACF, PROCLIBs,PARMLIBs.


Thanks for the response Ed.  Nope, tried it this morning, I deleted my
member out of the UADS on the res volume (that MSTJCL started with),
bounced TSO and tried to logon.  It is still looking at the one on the res
volume, not the correct one that is now properly cataloged.

Everything else is fine - I just missed it in looking at my listcat of my
new mcat prior to conversion.

One blemish on the conversion, guess I can live with that!

Thanks again,
Pat L.

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread Patrick Lyon
On Mon, 21 Nov 2005 19:30:29 -0800, Keith E. Moe [EMAIL PROTECTED]
wrote:
UADS in allocated in the Master JCL.  There is no standard mechanism to
deallocate and reallocate.  You  must re-IPL.

In general, UADS should only be used for emergency User IDs, i.e., when
the security system (RACF, ACF2, Top Secret) is broken.  If you are
still using UADS for TSO information, you should consider converting to
using the security system to hold this information, allowing you to
eliminate one more single point of failure in your systems.

Thanks for the response Keith.  This is correct, I tested it this morning.
I will have to IPL I guess.

Converting it is always on the to-do list but it seems like quite the
project.

Thanks again for your reply.

Pat L.

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


VSAM max number of records

2005-11-22 Thread François LE MANER
Hello all

We have VSAM allocated with RECORDS(pri sec)

Doc AMS reference for DFSMS 140 say s :

The maximum number of records is 16,777,215.

Is this limit valid for basic VSAM and extended format VSAM ?

Thanks a lot

--
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: Rexx Question

2005-11-22 Thread Roberto Halais Kareh
ADDRESS ISPEXEC  
   'LIBDEF ISPPLIB DATASET ID('''YOUR.PANELLIB''')'

Before you display your panel.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Brian Thomas
Sent: Tuesday, November 22, 2005 2:49 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Rexx Question


Hi,
   
  
Now it is working, no i did not miss the brackets . but still i am unable to 
allocate the panle to the ISPLIB as it is saying already allocated. Could you 
please help me how to concate to the ISPLIB so that my panel can be displayed 
on logon
   
  Thanks,
  Brian

Itschak Mugzach [EMAIL PROTECTED] wrote:
  Didn't you miss the ')' char in the )attr section declaration? 

Itschak 

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


Send instant messages to your online friends http://uk.messenger.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

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


miniunz

2005-11-22 Thread Mendelson, Eric
 Does anyone have the miniunz program used by review and willing to
share it

 

Project Leader - MVS  HIP

32 Old Slip

New York N.Y. 10005

212-806-4054

 


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


dynamic LPA

2005-11-22 Thread Don Ault
Replacing a system exit:
First get your new exit into the active LPA.  If it resides in a different
data set, then specify that data set.
SETPROG LPA,ADD,MODNAME=modname,DSNAME=SYS1.LPALIB
Then delete the old exit:
SETPROG EXIT DELETE EXITNAME(IEFACTRT) MODULE(modname)
Then add the exit back, which will pick up the new one you put in LPA:
SETPROG EXIT ADD EXITNAME(IEFACTRT) MODULE(modname) DSNAME
(dataset-where-it-now-lives)

Don Ault, 8-295-1750, 845-435-1750

--
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: VSAM max number of records

2005-11-22 Thread R.S.

François LE MANER wrote:


Hello all

We have VSAM allocated with RECORDS(pri sec)

Doc AMS reference for DFSMS 140 say s :

The maximum number of records is 16,777,215.

Is this limit valid for basic VSAM and extended format VSAM ?


I think the limit apply only for DEF CLUSTER statement.
If you need more records simple replace RECORDS(x,y) with CYL(a,b)
VSAM limit are:
4GB for non-EA
or
4G * CISIZE for EA
AND
other limits like
max. 59 volumes,
physically available space.

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


FW: miniunz

2005-11-22 Thread Mendelson, Eric
I need the load module for MINIUNZ used by the Review command

 

Project Leader - MVS  HIP

32 Old Slip

New York N.Y. 10005

212-806-4054

-Original Message-
From: Mendelson, Eric 
Sent: Tuesday, November 22, 2005 8:53 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: miniunz

 

 Does anyone have the miniunz program used by review and willing to
share it

 

Project Leader - MVS  HIP

32 Old Slip

New York N.Y. 10005

212-806-4054

 


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


FTP Initial Directory

2005-11-22 Thread Don Ault
I contacted the FTP owners and here is what they had to say:
   We have the same code FTP code base supporting the various z/OS
   environments (USS, TSO, Batch, etc.)
   FTP issues a RACROUTE EXTRACT to retrieve the TSO prefix and, if found,
   uses it
   as the HLQ; otherwise, the userid is used as the HLQ.  Looking at the
   release IDs
   in the code, we've been doing this since TCP V3R1 (i.e., this is ancient
   code).

So if we were to change this behavior, it could cause existing code to
fail.  In
general, we don't make incompatible changes and try to find a way to accept
new
requirements that allow compatibility to persist.

Don Ault, 8-295-1750, 845-435-1750

--
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: FTP Initial Directory

2005-11-22 Thread Paul Gilmartin
In a recent note, McKown, John said:

 Date: Fri, 18 Nov 2005 08:25:33 -0600
 
 There are two possibilities for a home directory in z/OS ftp. The
 first is an MVS or legacy home, which is simply the user's RACF id.

Not exactly.  believe I found the correct information, in considerable
detail, in:

Title: z/OS V1R7.0 Comm Svr: IP User's Guide and Commands
Document Number: SC31-8780-05

3.0   Chapter 3.  File Transfer Protocol (FTP)
3.4   Establishing and exiting a connection
  3.4.2 Initial working directory considerations at the z/OS FTP server
   [ ... ]
   If your TSO user ID is defined through Resource Access Control Facility 
(RACF®) and a
   PREFIX is defined for the user ID, the PREFIX value is used as the initial 
working
   directory.

I've updated my RCF on the Conf. Ref. with the above.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread Ed Finnell
 
In a message dated 11/22/2005 7:02:49 A.M. Central Standard Time,  
[EMAIL PROTECTED] writes:

Everything else is fine - I just missed it in looking at my listcat of  my
new mcat prior to conversion.

One blemish on the conversion,  guess I can live with that!





If it's just bad UADS, can you just copy the good UADS to the bad
one(or just one userid for proof of concept)?

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread Dave Butts
Patrick,
I can't speak for ACF2 or RACF, but the conversion to Top Secret is
incredibly simple.  One of the TSS manuals has a chapter on how to do it.
It is as simple as running a batch job to perform the conversion.

HTH, Dave

--
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: FTP Initial Directory

2005-11-22 Thread Paul Gilmartin
In a recent note, Shmuel Metz (Seymour J.) said:

 Date: Mon, 21 Nov 2005 15:21:32 -0500
 
 It's distinctly IBM's dog,
 You owe an apology to the dogs. ;-)
 
 Userids were 7 characters. It never occurred to them that there was a
 need for prefixes that were not userids. Then they implemented it with
 a 7-byte field *followed* by a one-byte length field.
 
How did they rationalize ignoring the customers who, to avoid catalog
proliferation, assign multiple TSO User IDs to a single HLQ?

 No. It was carelessness, pure and simple. BTW, they've already
 rejected a requirement to expand it.
 
Such rejections can be reversed.  I wonder how many Requirements,
once rejected, were satisfied, at least in part, by USS^H^H^H Unix
Services.  I'd conjecture:

o Concurrent interactive sessions for a single user.

o Bigger filename space.

... to think of a couple.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

--
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: FTP Initial Directory

2005-11-22 Thread Paul Gilmartin
In a recent note, Don Ault said:

 Date: Tue, 22 Nov 2005 09:12:20 -0500
 
 I contacted the FTP owners and here is what they had to say:
We have the same code FTP code base supporting the various z/OS
environments (USS, TSO, Batch, etc.)
 
I had suspected as much from my observation that the U** client is so
different from clients in other vendors' UNIXen.

FTP issues a RACROUTE EXTRACT to retrieve the TSO prefix and, if found, 
 uses it
as the HLQ; otherwise, the userid is used as the HLQ.  Looking at the 
 release IDs
in the code, we've been doing this since TCP V3R1 (i.e., this is ancient 
 code).
 
 So if we were to change this behavior, it could cause existing code to fail.  
 In
 general, we don't make incompatible changes and try to find a way to accept 
 new
 requirements that allow compatibility to persist.
 
Ah, but you misunderstand.  The FTP behavior is clever and allows greatest
compatibility with TSO.  My complaint is with the behavior of /bin/cp,
presumably derived from the underlying CRTL.

Thanks,
gil
-- 
StorageTek
INFORMATION made POWERFUL

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


Sober virus spreading as FBI mail attachment.

2005-11-22 Thread Ed Finnell
_http://www.fbi.gov/pressrel/pressrel05/emailscheme112205.htm_ 
(http://www.fbi.gov/pressrel/pressrel05/emailscheme112205.htm) 
 
Have a happy. Don't let the bedbugs bite

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread Rob Wunderlich
On Mon, 21 Nov 2005 23:48:02 -0600, Ed Gould [EMAIL PROTECTED] wrote:
There is always something that can break, although I have never heard
of UADS breaking.

You just did :)

-Rob

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread Patrick Lyon
On Tue, 22 Nov 2005 09:33:13 EST, Ed Finnell [EMAIL PROTECTED] wrote:

If it's just bad UADS, can you just copy the good UADS to the bad
one(or just one userid for proof of concept)?

Ed, it was not a matter of a bad UADS, it was a UADS that I created
during system creation, a copy of our production UADS.  The problem was
that I forgot/didn't notice the wrong one was cataloged prior to the
upgrade.  So the two different UADS were out of synch.  You're right, no
real problem, just copy the production UADS into the incorrect one that
MSTJCL looks at and things are fine, until of course we start adding new
users.  So until I can get both the Test and Production LPARs IPLed, I will
have to copy the new UADS entires over by hand.

Add to the complexity of indirect cataloging, technically I have 3 UADS,
one on each RES volume (that is no longer cataloged), and our real one
that lives on one of our in-house system packs that is cataloged.

Thanks for your response!

Pat L.

--
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-22 Thread Anthony Bongiorno
FYI book aval now at amazio






Advanced Assembler Language and MVS Interfaces : For IBM Systems and 
Application Programmers 

Avg customer review:
Price: $80.00
Currently unavailable
See similar items

1 used  new from $149.00








Anthony Bongiorno/Systems_Ofc_for_Amrcs/BTMNA
11/14/2005 10:36 AM

To
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
cc

Subject
Re: Looking for a copy of Advanced Assembler Language and MVS Interfaces : 
For IBM Systems and Application Programmers 1999





call me 212 413 8952 ... i know carmine


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

2005-11-22 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 11/21/2005
   at 02:09 PM, Howard Brazee [EMAIL PROTECTED] said:

This weekend's episode of Michael Feldman's Whad'Ya Know?  had an
interview with someone who wrote a book about the origins of Yiddish.
I never would have guessed (I'm a Gentile) that it started off with
Frenchmen moving to Germany, adding on some Hebrew for
obfuscation.

No obfuscation. The speakers of early Yiddish used Hebrew[1] words
that they were familiar with, just as you use French, Italian and
Spanish words that you are familiar with.

But if you're into obfuscation,

I eschew obfuscation, except for purposes of humor.

try http://thc.org/root/phun/unmaintain.html

How To Write Unmaintainable Code

Thanks but no thanks.

Ensure a job for life ;-)

There has to be a less destructive way. I've seen too much
unmaintainable to to want to afflict someone else with more of it.

[1] And a bit later, from other languages, eventually including
English.
 
-- 
 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: Rexx Question

2005-11-22 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on
11/22/2005
   at 06:48 AM, Brian Thomas [EMAIL PROTECTED] said:

but still i am unable to allocate the panle to the ISPLIB as it is
saying already allocated.

ITYM ISPPLIB, and you can't reallocate it while it is in use. Use have
two options: either reallocate[1] it before you invoke ISPF or forget
about reallocating it and use LIBDEF instead.

[1] Using code that extracts the original allocation and includes all
of the libraries as part of the new allocation.
 
-- 
 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: Performance tools and Java

2005-11-22 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on
11/21/2005
   at 02:29 PM, Kirk Wolf [EMAIL PROTECTED] said:

IMO, if you really like MVS (z/OS), you had better hope that lots of
people want to run Java on it in the future.

I'm an assembler programmer from way back, but there is still a lot of
code that, from choice, I have written in Perl, PL/I, REXX and SAS,
because those languages were more reasonable for the task at hand. I'm
sure that I will encounter cases where Java makes more sense than HLA.
 
-- 
 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: Performance tools and JAVA

2005-11-22 Thread Shmuel (Seymour J.) Metz
In [EMAIL PROTECTED], on 11/21/2005
   at 01:26 PM, Edward E. Jaffe [EMAIL PROTECTED] said:

Of course, you're right. I was trying to point out that he was 
completely missing the 'L' in the word.

Only the first; he kept the second L ;-)

It's silly to argue over the actual anglicized spelling of Hebrew
words.  Every winter I see Chanukah, Hannukah, Hanukah, Hanukkah,
and maybe  others -- all considered acceptable. I've seen
schlemeel, schliemiel,  schlemiel, schliemazel, schliemozzle,
schlemazal, schlemazel, etc. As  you point out, the preferred
spelling should probably end with MAZAL.

Well, since Yiddish doesn't retain the Hebrew pronunciation[1], I'm
not sure that I would label mazal as a preferred transliteration from
the Yiddish. But dropping the first L is a bit more clear cut ;-)

OTOH, once a language has integrated a loan word into itself, the word
takes on a life of its own. So I'm not prepared to say how Australian
slang borrowed from Yiddish should be pronounced or written in Oz.

[1] For that matter, there is no canonical Yiddish pronunciation.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2http://patriot.net/~shmuel
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-22 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 11/21/2005
   at 09:22 PM, R.S. [EMAIL PROTECTED] said:

That's confirm common opinion about mainframes. File size requires 
advanced services,

While on the PC some things are difficult that are easy on the
mainframe.

Jeeez, I like Windows.

De gustibus non disputandem est!

A lot of errors, built-in stupidity, but I don't 
have to review migration guide,

You just accept that some things are broken when you switch to a new
release? I don't know what world you live in, but there have been a
lot of compatibility issues between various versions of windoze. Maybe
m$ *should* start publishing migration guides.


In [EMAIL PROTECTED], on 11/22/2005
   at 09:55 AM, R.S. [EMAIL PROTECTED] said:

Nothing. I mentioned DOS system, with partition limited to 2GB, and 
filesize limited to 4GB (size 2GB isavailable on network drives,
i.e.  on Netware). Function returns 32-bit (unsigned) value

K3wl. So what happens with files greater than 4 GiB? You run into the
same sorts of compatibility issues.

BTW: DOS  was single-program, so multiple opens in fact require 
network.

Close but no cigar. PC/MS-DOS has had task switchers available since
the early days, and they expose the issue of multiple opens.
 

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

2005-11-22 Thread Lizette Koehler
What is amazio?  Is it suppose to be amazon?


 
 
  Interfaces : For IBM Systems and Application Programmers 1999
 
 FYI book aval now at amazio
 
Lizette

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

2005-11-22 Thread Howard Brazee
On 22 Nov 2005 08:47:05 -0800, [EMAIL PROTECTED] (Shmuel
Metz , Seymour J.) wrote:

No obfuscation. The speakers of early Yiddish used Hebrew[1] words
that they were familiar with, just as you use French, Italian and
Spanish words that you are familiar with.

According to that article, there was some purposeful obfuscation, that
was used when living in a society where being clear about what they
were thinking could get them into big trouble.

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


Assembler BOOK now aval at amazon ( very good book)

2005-11-22 Thread Anthony Bongiorno
I don't now why this is not go out... last try  (i made it smaller)
Advanced Assembler Language and MVS Interfaces for IBM Systems and 
Application Programmers (Wiley professional computing) 
by Carmine A. Cannatello 
Avg. Customer Rating: 
(Rate this item) 
Other Editions: Paperback | See all (2) 

-
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: JES3 : is Global /local information available in CVT.

2005-11-22 Thread Pierre Bodart
Hi Ed,

Thanks for the info.
Regards,
Pierre


On 11/22/05, Edward E. Jaffe [EMAIL PROTECTED] wrote:

 Pierre Bodart wrote:

 Hi all,
 Does somebody know if the status of Global or Local is available in the
 CVT
 in JESCT or another control block ?
 Thanks in advance,
 
 

 This information is recorded in the SSVT for the JES3 subsystem:

 SVTGLOBL EQU   X'40'   SYSTEM IS IN GLOBAL MODE

 --
 .-.
 | 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: dynamic LPA

2005-11-22 Thread John Norgauer
Barbara - thanks for taking the time to respond.

And how do they do it these days? Do they use the interfaces CSVDYNLPA and
CSVDYNEXIT (or whatever that one's called)? Or do they do it the way it
was
done before these interfaces became available - by altering addresses in
MVS
control blocks?

I have no idea how TMON does this dynamic replacment.

How did you determine that the iefactrt change was the reason for the
freeze? What exactly does your actrt do? For which types of work (TSO,
STC,
JES)?

Well, At the exact same time TMON's LPA utility was attempting to do its
load, the system froze. Too much of a coincidence? Possibly could have been
something else. I could not do a S/A dump to do a post mortem.
My ACTRT displays job stats for batch jobs in the JESMSGLG and the JESYSMSG



Regards


John Norgauer
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536

 SYSTEMS PROGRAMMING..  Guilty, until proven innocent !! JN  2004

Hardware eventually breaks - Software eventually works  anon


--
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-22 Thread Ted MacNEIL
Thanks. I thought I said the environment was 
NOT TSO.

Compiled Rexx in batch.


Doesn't the LISTDSI() function run without a 
TSO environment?
-teD
Me? A skeptic? I trust you have proof!

--
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: Charging MSUs - a thought

2005-11-22 Thread Ted MacNEIL
IBM broke the link between hardware MSUs 
(Al Sherkow's name for them - I'm jealous) and
charging MSUs in October 2003 with a 10% 
cut for the z990 alone.


I've always called them Hardware and 
Marketting MSU's.
And, I'm sure I used the terms before Al did, 
but I'm not going to get into a 'compare long'.
-teD
Me? A skeptic? I trust you have proof!

--
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-22 Thread Ted MacNEIL
A tiny bit off topic, but does anyone have a 
pointer to the latest and
greatest tome on how to do system maintenance?

How is this off-topic? Systems maintenance is 
a key area in any computing environment!

I googled system maintenance best practices 
and found a bunch
-teD
Me? A skeptic? I trust you have proof!

--
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-22 Thread Anthony Bongiorno
cloning NON-UNIX 
I am doing that now...for new smpe 3.4, for the new  receive from the 
internet without the hardware crypto card (uses Unix instead) 

1) The fact you should cone you sysres(1 and 2) and set up you smp using 
dddef environment and Indirect cataloging (see os/390 software management 
cookbook sg24-4775)
see also (mvs system programming by Dave elder-vass  has chapters on 
cloning pre Unix systems for maintenance) .

for you Unix see the best yet ... see chap 13 maintenance of z/os Unix red 

book Unix system services implementation sg24-7035..





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


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: ABC of Z/os






A tiny bit off topic, but does anyone have a 
pointer to the latest and
greatest tome on how to do system maintenance?

How is this off-topic? Systems maintenance is 
a key area in any computing environment!

I googled system maintenance best practices 
and found a bunch
-teD
Me? A skeptic? I trust you have proof!

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


IEFSSNXX

2005-11-22 Thread Schramm, Rob
Does anyone know how much overhead is introduced by a subsys that is not
used on a system?

For example.. if I have 
1)10 subsys (same on all systems), 
2)10 production (db2, mq etc)
3)20 test subsystems (more db2 and mq)

What is the impact of having a single IEFSSN00 that contains all of the
subsystems v.s. separating it out somewhat?

Rob Schramm
Sysprog in search of...



This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

--
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: VSAM max number of records

2005-11-22 Thread François LE MANER
Does this means that there is no logical limit for the number of records,
only physical ones :

size of 4GB * cisize
59 volumes

Regards

--
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-22 Thread Anthony Bongiorno
I am doing that now...for new smpe 3.4, for the new  receive from the 
internet without the hardware crypto card (uses Unix instead) 

For the Non-unix part 
1) The fact you should cone you sysres(1 and 2) and set up you smp using 
dddef environment and Indirect cataloging (see os/390 software management 
cookbook sg24-4775)
see also (mvs system programming by Dave elder-vass  has chapters on 
cloning pre Unix systems for maintenance) .
For the UNIx  cloning
2) for you Unix see the best yet ... see chap 13 maintenance of z/os Unix 
red 
book Unix system services implementation sg24-7035..



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

2005-11-22 Thread Charles Mills
From the TSO/E Rexx Reference:

You can use the LISTDSI function only in REXX execs that run in the TSO/E
address space.

I guess I'm not as much as a skeptic as you g. I didn't test the above
statement.

Charles



-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Ted MacNEIL
Sent: Tuesday, November 22, 2005 1:25 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Determining size information for existing QSAM dataset


Thanks. I thought I said the environment was 
NOT TSO.

Compiled Rexx in batch.


Doesn't the LISTDSI() function run without a 
TSO environment?

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

2005-11-22 Thread Edward E. Jaffe

Schramm, Rob wrote:


Does anyone know how much overhead is introduced by a subsys that is not
used on a system?
 



SSCTs are tiny. There is almost no storage waste for an unused 
subsystem. Performance isn't impacted either because subsystem name 
lookup is via hash table.


--
-
| 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: CA11 and Datacom errors in SYSPLEX - Any ideas?

2005-11-22 Thread Robert Justice
The CA-11 support folks are pointing at Datacom, and the Datacom folks
back at CA-11.

That's one of my biggest complaints with this whole CA11/datacom nightmare,
the new release of CA11 is FORCING us to go to datacom but when you try to
ask a question or anything about how this all ties together, it's been too
much of the well, you need to talk to this other group.

Sorry, rant mode off now.
Hopefully you had your issue resolved.

I'm still holding out hope for an alternative product to CA11. (and
anything else that might use datacom).

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

2005-11-22 Thread Wayne Driscoll
If the subsystem(s) aren't running, about the only overhead would be for the
space for the SSCT entries (around 20 bytes, plus a slight amount of CPU
time to execute any INIT routines defined for the subsystems, but when
weighing this against the management/change control issue, make it, in my
opinion, a no-brainer to share one IEFSSNxx across the plex.
Wayne Driscoll
Product Developer
Western Metal Supply
NOTE: All opinions are strictly my own.
  

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Schramm, Rob
Sent: Tuesday, November 22, 2005 1:35 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: IEFSSNXX

Does anyone know how much overhead is introduced by a subsys that is not
used on a system?

For example.. if I have
1)10 subsys (same on all systems),
2)10 production (db2, mq etc)
3)20 test subsystems (more db2 and mq)

What is the impact of having a single IEFSSN00 that contains all of the
subsystems v.s. separating it out somewhat?

Rob Schramm
Sysprog in search of...



This e-mail transmission contains information that is confidential and may
be privileged.   It is intended only for the addressee(s) named above. If
you receive this e-mail in error, please do not read, copy or disseminate it
in any manner. If you are not the intended recipient, any disclosure,
copying, distribution or use of the contents of this information is
prohibited. Please reply to the message immediately by informing the sender
that the message was misdirected. After replying, please erase it from your
computer system. Your assistance in correcting this error is appreciated.

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

2005-11-22 Thread Binyamin Dissen
On Tue, 22 Nov 2005 14:34:46 -0500 Schramm, Rob [EMAIL PROTECTED] wrote:

:Does anyone know how much overhead is introduced by a subsys that is not
:used on a system?

:For example.. if I have 
:1)10 subsys (same on all systems), 
:2)10 production (db2, mq etc)
:3)20 test subsystems (more db2 and mq)

:What is the impact of having a single IEFSSN00 that contains all of the
:subsystems v.s. separating it out somewhat?

A small amount of CSA.

And extra code path for anything that runs the SSCT chain.

--
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: SORT OUTREC with uneven number of parms

2005-11-22 Thread Gilbert Saint-Flour
Hello:

I'm trying to figure out what the OUTREC statement below does, in 
particular what the length of the output record will be.  

As you can see, the FIELDS consist of five position,length pairs which 
add up to 67 bytes (4+1+20+22+20=67), then there's 68, all by itself.  
What does 68 mean?  I looked in half-a-dozen DFSORT, SYNCSORT or 
CA-SORT manuals that I have but find no clue as to how a single 
position operand (w/o length) would be interpreted.  Any idea?  
Thanks.

 SORT FIELDS=COPY,STOPAFT=1 
 OUTREC FIELDS=(1,4,67,1,5,20,45,22,25,20,68) 
 RECORD TYPE=V,LENGTH=(4096205) 
 
-- 
 Gilbert Saint-Flour
 http://gsf-soft.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: SORT OUTREC with uneven number of parms

2005-11-22 Thread Frank Yaeger
Gilbert Saint-Flour wrote on 11/22/2005 12:28:41 PM:

 I'm trying to figure out what the OUTREC statement below does, in
 particular what the length of the output record will be.

 As you can see, the FIELDS consist of five position,length pairs which
 add up to 67 bytes (4+1+20+22+20=67), then there's 68, all by itself.
 What does 68 mean?  I looked in half-a-dozen DFSORT, SYNCSORT or
 CA-SORT manuals that I have but find no clue as to how a single
 position operand (w/o length) would be interpreted.  Any idea?
 Thanks.

  SORT FIELDS=COPY,STOPAFT=1
  OUTREC FIELDS=(1,4,67,1,5,20,45,22,25,20,68)
  RECORD TYPE=V,LENGTH=(4096205)

For variable-length records, a position without a length can be specified
to indicate to the end of the record.  For the statement above, the bytes
in the input record from position 68 to the end of the record will be
included in the output record.  So the fixed part of the output record will
be 67 bytes and the variable part will be the number of bytes from 68 to
the end of the record.  Since the variable bytes start at 68, the  output
record will have the same number of bytes as the input record in this case.

p without m is documented in z/OS DFSORT Application Programming Guide
under the INREC, OUTREC and OUTFIL statements.  Here's an excerpt:

For variable-length records, the first item in the BUILD or OUTREC
parameter must specify or include the unedited 4-byte record descriptor
word (RDW), that is, you must start with 1,m with m equal to or greater
than 4. If you want to include the bytes from a specific position to the
end of each input record at the end of each reformatted output record, you
can specify that starting position (p) as the last item in the BUILD or
OUTREC parameter. For example:

OUTFIL OUTREC=(1,4, unedited RDW
   1,2,BI,TO=ZD,LENGTH=5,   display RDW length in decimal
   C'|',| separator
   5)   display input positions 5 to end

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


SMS Question On Adding Volumes To An Existing Pool.

2005-11-22 Thread Robert Pelletier
Any help is greatly appreciated. I have added two volumes to our GRP2 pool. I 
have validated and activated the new configuration. No matter what IDCAMS I run 
only the original 3 volumes get used and the job abends on space. I have 
displayed GRP2 and the new volumes have a + + next to them and they show up as 
enabled to both LPARS. Is there something more I might have to do to get SMS to 
go out to these volumes? Would an IPL help? The volumes have a VTOC and are 
accessible from ISPF 3.4. We are V2R10. I am at wits end so any suggestions are 
appreciated. Thanks all.


Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Connecticut

--
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: SMS Question On Adding Volumes To An Existing Pool.

2005-11-22 Thread Mendelson, Eric
Did you initialize the volumes with storagegroup on ICKDEF

Project Leader - MVS  HIP
32 Old Slip
New York N.Y. 10005
212-806-4054

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Robert Pelletier
Sent: Tuesday, November 22, 2005 3:58 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: SMS Question On Adding Volumes To An Existing Pool.

Any help is greatly appreciated. I have added two volumes to our GRP2
pool. I have validated and activated the new configuration. No matter
what IDCAMS I run only the original 3 volumes get used and the job
abends on space. I have displayed GRP2 and the new volumes have a + +
next to them and they show up as enabled to both LPARS. Is there
something more I might have to do to get SMS to go out to these volumes?
Would an IPL help? The volumes have a VTOC and are accessible from ISPF
3.4. We are V2R10. I am at wits end so any suggestions are appreciated.
Thanks all.


Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Connecticut

--
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: SMS Question On Adding Volumes To An Existing Pool.

2005-11-22 Thread Robert Pelletier
That's got to be it. No I did not. Thanks so much.



Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Connecticut



-Original Message-
From: Mendelson, Eric [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 22, 2005 4:04 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMS Question On Adding Volumes To An Existing Pool.


Did you initialize the volumes with storagegroup on ICKDEF

Project Leader - MVS  HIP
32 Old Slip
New York N.Y. 10005
212-806-4054

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Robert Pelletier
Sent: Tuesday, November 22, 2005 3:58 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: SMS Question On Adding Volumes To An Existing Pool.

Any help is greatly appreciated. I have added two volumes to our GRP2
pool. I have validated and activated the new configuration. No matter
what IDCAMS I run only the original 3 volumes get used and the job
abends on space. I have displayed GRP2 and the new volumes have a + +
next to them and they show up as enabled to both LPARS. Is there
something more I might have to do to get SMS to go out to these volumes?
Would an IPL help? The volumes have a VTOC and are accessible from ISPF
3.4. We are V2R10. I am at wits end so any suggestions are appreciated.
Thanks all.


Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Connecticut

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

--
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: SMS Question On Adding Volumes To An Existing Pool.

2005-11-22 Thread Anthony Bongiorno
Chances are that you you to shake up the avalable free space in the 
pool... so you need to allocate some dataset there... I always put a 
VVDS... 


there is info on this on IBMLINK... 

you don't need to do anything but this:
//STEP1EXEC PGM=IDCAMS 
//SYSPRINT DD SYSOUT=* 
//SYSINDD * 
   DEF   CLUSTER (   - 
   NAME (SYS1.VVDS.VDWC03A)  - --  change
   NONINDEXED- 
   VOLUMES(DWC03A)   -  -- 
change
   CYL(10 1)- 
 ) 

-
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: SMS Question On Adding Volumes To An Existing Pool.

2005-11-22 Thread Anthony Bongiorno
LOCAL FIX:
  Storage Administration Reference manual under topic:
  DASD Volume Status for Data Sets, recommends:
   When new volumes are added to a storage group in the
active configuration, we recommend explicitly allocating
small temporary data sets to each new volume to update
the SMS volume space statistics. 







Anthony Bongiorno [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu
11/22/2005 04:53 PM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: SMS Question On Adding Volumes To An Existing Pool.






Chances are that you you to shake up the avalable free space in the 
pool... so you need to allocate some dataset there... I always put a 
VVDS... 


there is info on this on IBMLINK... 

you don't need to do anything but this:
//STEP1EXEC PGM=IDCAMS 
//SYSPRINT DD SYSOUT=* 
//SYSINDD * 
   DEF   CLUSTER (   - 
   NAME (SYS1.VVDS.VDWC03A)  - --  change
   NONINDEXED- 
   VOLUMES(DWC03A)   -   -- change
   CYL(10 1)- 
 ) 

-
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

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread Barry Schwarz
As long as you don't grow the wrong UADS into a brand new extent (since MSTJCL 
has already built a DEB), you could copy entries from the good UADS to the bad 
one let TSO users logon until it is convenient for you to IPL

Patrick Lyon [EMAIL PROTECTED] wrote:  Thanks for the response Keith. This is 
correct, I tested it this morning.
I will have to IPL I guess.

Converting it is always on the to-do list but it seems like quite the
project.




-
 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: FTP Initial Directory

2005-11-22 Thread Hal Merritt
I am the security folks, and, yes, anonymous not only gives me chills,
but a really bad case of gas ;-)

Hal. 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Charles Mills
Sent: Friday, November 18, 2005 8:27 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: FTP Initial Directory

Well, I don't know if they need to create a directory, but it's a cinch
FTP
expects one. That's why I asked what will happen if he does NOT create
one.

Yes, your users default to their home directory. It appears that FTP
forces everyone's users to default to their home directories. Why? Some
people may have no use for a home directory.

Question for the OP: will anonymous mode help? Or does that bring chills
to
the auditors and/or security folks?

Charles


 

--
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: FTP Initial Directory

2005-11-22 Thread Hal Merritt
I'm the administrator. How do I do that?

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Gilmartin
Sent: Friday, November 18, 2005 8:30 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: FTP Initial Directory

In a recent note, Hal Merritt said:

 Date: Thu, 17 Nov 2005 16:34:58 -0600
 
 Isn't that a TSO command? These folks do not have access to TSO.
 
In that case, I'd expect the administrator could control it in the
various users' RACF or SYS1.UADS or some such members.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread tony babonas
And as easy as Dave says (and I can vouch for having done so for several
companies) it can be done gradually.  I once did a UADS phaseout one
department at a time, without the users being inconvenienced or even
realizing it was happening.  I've also never, repeat never, kept any
emergency IDs in the old UADS.

tb   

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Dave Butts
Sent: Tuesday, November 22, 2005 8:33 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SYS1.UADS - when is it read?

Patrick,
I can't speak for ACF2 or RACF, but the conversion to Top Secret is
incredibly simple.  One of the TSS manuals has a chapter on how to do it.
It is as simple as running a batch job to perform the conversion.

HTH, Dave

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread tony babonas
All you really need do is to write the UADS dataset to a file, parse the
output and create the appropriate RACF commands.  Once you visualize the
UADS content, reverse engineering them into RACF commands is easy.  I've
used DF/SORT for this sort of thing, regardless of the ESM present.

tb

  

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Patrick Lyon
Sent: Tuesday, November 22, 2005 9:38 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SYS1.UADS - when is it read?

On Tue, 22 Nov 2005 08:33:25 -0600, Dave Butts [EMAIL PROTECTED]
wrote:

Patrick,
I can't speak for ACF2 or RACF, but the conversion to Top Secret is 
incredibly simple.  One of the TSS manuals has a chapter on how to do it.
It is as simple as running a batch job to perform the conversion.

HTH, Dave

Dave, we have RACF.  Perhaps there is something available within RACF that
will do the same.  I will do some checking.

Thanks for the tip!

Regards,
Pat L.

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


CA1 Fallback utility

2005-11-22 Thread Garry G. Green
Anyone know of a utility that can be used to recover from a lost TMC/lost
Audit situation?

Wondering if a utility exists that will take a restored to point of backup
TMC, then roll it forward using SMF records that CA1 or MVS recorded.

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


What were RACF profile classes $INT

2005-11-22 Thread Len Rugen
We were doing some cleanup and ran across some RACF classes, $INT, $INTAPPL, 
$INTPROJ and $INTTBL.  The only comment is something about INFOSESSION.  

The $INT class has some profiles that look like:

PTI.INTEGRATOR.CONFIGURE 
PTI.INTEGRATOR.HELPDESK  
PTI.INTEGRATOR.RUNTIME   
PTI.INTEGRATOR.SYSOPER   
PTI.INTEGRATOR.WORKBENCH 

The bad part is that the update has one of my old userid's and says it was done 
in the late 90's, and I don't remember it  yet anyway.  

I suspect it was something for a trail or a project that was killed off, this 
is about the time it was decided to convert everything to PeopleSoft on 
non-mainframe equipment.  I think I can delete it, but I'm just a little 
courious.  

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: CA1 Fallback utility

2005-11-22 Thread Gerhard Adam
Anyone know of a utility that can be used to recover from a lost
TMC/lost Audit situation?

Wondering if a utility exists that will take a restored to point of
backup TMC, then roll it forward using SMF records that CA1 or MVS
recorded.

Thanks.

IIRC, if you lose the TMC the recovery procedure is to do a RESTORE
which will use the Audit file to recreate up to the current level.  If
the Audit file is lost, then you should backup the TMC at that point and
do a restore to rebuild the Audit file.  If you lose both, you'll simply
have to restore from your last TMC backup and manually recover whatever
tape activity occurred since that point.

Adam

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

2005-11-22 Thread Greg Price
Mendelson, Eric wrote:
 I need the load module for MINIUNZ used by the Review command

Both MINIZIP and MINIUNZ are in CBT file 135 
from http://www.cbttape.org/updates.htm

--
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: CA1 Fallback utility

2005-11-22 Thread Russell Witt
Garry,

Is this a what if type question (what if I lose the primary and the backup
at the same time)? Or did this recently happen to you?

Russell Witt
CA-1 Level-2 Support Manager

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Garry G. Green
Sent: Tuesday, November 22, 2005 6:03 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: CA1 Fallback utility


Anyone know of a utility that can be used to recover from a lost TMC/lost
Audit situation?

Wondering if a utility exists that will take a restored to point of backup
TMC, then roll it forward using SMF records that CA1 or MVS recorded.

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: displaying hexadecimal content of a field in COBOL

2005-11-22 Thread Art Celestini
I was hoping one of the COBOL gurus would pick up on my assembler
example.  I haven't tried this, so I don't know what the compiler
will generate for the INSPECT (hopefully just a simple TRanslate
instruction), but this is the kind of thing I had in mind.  4-byte 
internal-hex input goes into WS-HEX-INPUT-ARG and 8-byte external-
hex output comes out in WS-HEX-OUTPUT:

 01  WS-HEXWORK-AREA.
 05  WS-HEX-INPUT-AREA.
 10  WS-HEX-INPUT-ARGPIC X(4).
 10  FILLER  PIC X.
 05  WS-HEX-INPUT-COMP3  REDEFINES WS-HEX-INPUT-AREA
 PIC S9(9) COMP-3.
 05  WS-HEX-OUTPUT-AREA.
 10  WS-HEX-OUTPUT   PIC X(8).
 10  FILLER  PIC X.
 05  WS-HEX-OUTPUT-DISPLAY   REDEFINES WS-HEX-OUTPUT-AREA
 PIC S9(9).
...
 MOVE WS-HEX-INPUT-COMP3 TO WS-HEX-OUTPUT-DISPLAY.
 INSPECT WS-HEX-OUTPUT CONVERTING 
  X'FAFBFCFDFEFF' TO 'ABDCEF'.





==
Art Celestini   Celestini Development Services
Phone: 201-670-1674Wyckoff, NJ
=  http://celestini.com  =
Mail sent to the From address  used in this post
will be rejected by our server.   Please send off-
list email to:  ibmmainat-signcelestinidotcom.
==

--
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: SYS1.UADS - when is it read?

2005-11-22 Thread Ed Gould

On Nov 22, 2005, at 9:45 AM, Rob Wunderlich wrote:

On Mon, 21 Nov 2005 23:48:02 -0600, Ed Gould  
[EMAIL PROTECTED] wrote:

There is always something that can break, although I have never heard
of UADS breaking.


You just did :)


Rob,

Maybe I missed something... but I don't consider what was being  
discussed broken (not populating the dataset )


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: dynamic LPA

2005-11-22 Thread Barbara Nitz
SETPROG EXIT DELETE EXITNAME(IEFACTRT) MODULE(modname)
Then add the exit back, which will pick up the new one you put in LPA:
SETPROG EXIT ADD EXITNAME(IEFACTRT) MODULE(modname) DSNAME
(dataset-where-it-now-lives)

I don't think that this will work. The exit name is normally not iefactrt,
it is SYS.IEFACTRT and/or SYSSTC.IEFACTRT and/or SYSTSO.IEFACTRT (depending
on the definitions in SMFPRMxx) and displayable via D PROG,EXIT. So in order
to activate a new module for an exit, you will have to use the correct exit
name as defined by SMF. Otherwise the system will tell you for the delete
that the exit wasn't found and for the add that it happily defined an exit
(that no one uses).
If you use the dsname on the setprog exit,add command then you don't need to
first get it into LPA, as that LPA module will not be used but instead the
one from DSNAME. That works, but for debugging purposes you cannot use the
lmod parm on a slip trap (as CSV knows nothing about the module loaded from
a dsname). 
Best regards, Barbara Nitz

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++

--
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: FTP Initial Directory

2005-11-22 Thread Paul Gilmartin
In a recent note, Hal Merritt said:

 Date: Tue, 22 Nov 2005 17:30:23 -0600
 
 I'm the administrator. How do I do that?
 
This is far from my specialty.  However, Don Ault said in:

   Linkname: FTP Initial Directory
URL: 
http://bama.ua.edu/cgi-bin/wa?A2=ind0511L=ibm-mainD=1O=DP=122469

   FTP issues a RACROUTE EXTRACT to retrieve the TSO prefix

... And I see in:

Title: z/OS V1R7.0 Security Server RACROUTE Macro Reference
Document Number: SA22-7692-07

#  3.21 z/OS V1R7.0 Security Server RACROUTE Macro Reference
3.21 RACROUTE REQUEST=EXTRACT: Replace or retrieve fields

   The RACROUTE
   REQUEST=EXTRACT macro retrieves or replaces certain specified fields from a 
RACF
   profile, ...

I don't know the mechanics, the mapping macro, or the field names.  But
I'd assume from the above you should use the RACROUTE REQUEST=EXTRACT
to replace (as opposed to retrieve) the specified field which contains
the TSO user prefix.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

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