Jes2 HASX32A - No active USING for operand JCTJCLAS

2012-04-30 Thread Alvaro Quintupray B.
Hi,

 I was trying compiling the  original  Jes2 HASX32A   ( ZOS 1.10 )  without 
modifies  and  I got   the following  message  ** ASMA307E No active USING for 
operand JCTJCLAS
in  the statement  MVI   JCTJCLAS,C'S'. . .  

Why happened this, if  is the original source code from SYS1.SHASSAMP . . .?
 

If someone can help me . . .?
Thanks.
Regards.
Alvaro.
  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


GETMSG rutine Abend 0C4 Reason 17 in REXX Called with IRXJCL

2011-07-14 Thread Alvaro Quintupray B.
Hi,

   I'm getting  IRX0250E System abend code 0C4, reason code 0017  when in 
Batch I use the IRXJCL  to run rexx ( $COREXXB )   . . .So I don't know what I 
doing bad . . .

The REXX  Source is :

 ADDRESS  TSO   
 Dsname = 'DADM.CICSTS.V320.FILEA  '
 Dsname = Strip(Dsname) 

 Comando = 'D GRS,RES=(*,'Dsname')' 

 say ' Address  is = ' ADDRESS()
 say ' '

 ADDRESS  TSO CONSPROF SOLDISPLAY(NO) 

 say ' Address  is = ' ADDRESS()
 say ' '

 CONSOLE ACTIVATE NAME(MYCONSO)   

 say ' Address  is = ' ADDRESS()
 say ' '

 ADDRESS CONSOLE SYSCMD(Comando) CART(APPL0001) 

 say ' Address  is = ' ADDRESS()
 say ' '

 getcode =  GETMSG('Mensa.','SOL','APPL0001',05)

- - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - -- - - - - 
And  the result is :

 Address  is =  TSO
   
16 *-* ADDRESS  TSO CONSPROF SOLDISPLAY(NO)  
   +++ RC(-3) +++  
 Address  is =  TSO
   
21 *-* CONSOLE ACTIVATE NAME(MICONSO)
   +++ RC(-3) +++  
 Address  is =  TSO
   
26 *-* ADDRESS CONSOLE SYSCMD(Comando) CART(APPL0001)  
   +++ RC(-3) +++  
 Address  is =  TSO
   
IRX0250E System abend code 0C4, reason code 0017.  
IRX0253E Abend in external function GETMSG.
31 +++ getcode =  GETMSG('Mensa.','SOL','APPL0001',05) 
IRX0040I Error running $COREXXB, line 31: Incorrect call to routine


Someone can help me  . . .? 
Thank in advance.

Alvaro.

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


Jobclas Protection - IEFUJI

2010-09-10 Thread Alvaro Quintupray B.
Hi,

I need to manage the use of classes when users submit their batch 
processes . . .  I have been researching the topic and found that I can do it 
using the exit IEFUJI   and defining a special class in RACF.

Has anyone done this implementation before ?

Grateful if you can help me

Thanks.

Alvaro.   

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


How to modify the CICS DB2ENTRY resource Table

2010-01-26 Thread Alvaro Quintupray Burgos
Hi.

I need a CPSM COBOL piece of code to modify the content of some counters 
of  DB2ENTRY resource table. 


If anyone can help me or give me some link to join a CICS forums.

Thanks.

Atte.
Alvaro.

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


The PUT FTP not working with large files

2009-04-22 Thread Alvaro Quintupray Burgos
Hi.

We have getting  the following response when exec a  PUT  FTP with big 
files from  Host Z/OS  1.8   to  Host  Z/OS  1.8  

EZA2590E send error from send_data - EDC5120I Interrupted function call. 
(errno2=0x76690291)


If we send  a  little file  the FTP  work  O.K.


What are we doing wrong?

Thanks.

Alvaro.

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


MQ Bridge - Transaction BKBP not start

2009-04-13 Thread Alvaro Quintupray Burgos
Hi.

We have ZOS  1.8  , MQ  6.0   and CICSTS 3.1   ... and cant not start the 
CKBP transaction ...   when I put the first message into the queue i getting 
the following in CICS  MSGUSR sysout...


IBM WebSphere MQ for z/OS V6 - CICS bridge 
Monitor initialization complete
Auth=LOCAL, WaitInterval=2, Q=SYSTEM.CICS.BRIDGE.QUEUE 

In addition  I have defined the models ...  

PREFIX(DF++) LOCATION(AUXILIARY) RECOVERY(NO) SECURITY
(NO)  
 
PREFIX(CKB+) LOCATION(AUXILIARY) RECOVERY(NO) SECURITY
(NO)  


What's happened ..?

Thanks.

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


BKBP does not work

2009-04-09 Thread Alvaro Quintupray Burgos
Hi.

We have ZOS  1.8  , MQ  6.0   and CICSTS 3.1   ... and cant not start the 
CKBP transaction ...   when I put the first message into the queue i getting 
the following in CICS  MSGUSR sysout...


IBM WebSphere MQ for z/OS V6 - CICS bridge 
Monitor initialization complete
Auth=LOCAL, WaitInterval=2, Q=SYSTEM.CICS.BRIDGE.QUEUE 

In addition  I have defined the models ...  

PREFIX(DF++) LOCATION(AUXILIARY) RECOVERY(NO) SECURITY
(NO)  
 
PREFIX(CKB+) LOCATION(AUXILIARY) RECOVERY(NO) SECURITY
(NO)  


What's happened ..?

Thanks.

Alvaro.

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


Abend 04E - Reason 00E20003 on BIND Job with DB2

2009-02-04 Thread Alvaro Quintupray B.
Hi.

We are migrated from ZOS 1.6   to  ZOS 1.8   with DB2  7.10  and we are 
getting  an abend  04E  with Reason code  00E20003  at the BIND.

--
1READY  
  
   
DSN SYSTEM
(DSNT)  
  
 
 
DSN 


BIND PACKAGE(CDDTCBAT)QUALIFIER(WDSIGADM)PATH
(HDSIGSTP,HDGRCSTP,HDCRMSTP)LIB('DDTCDB2.DBRMLIB') ACT(REP) 
ISOLATION(CS) RELEASE(COMMIT)VALIDATE(BIND)   MEMBER( 
DTCLDCFE );
 IKJ56641I DSN  ENDED DUE TO 
ERROR+  

 IKJ56641I SYSTEM ABEND CODE 04E   REASON CODE 00E20003  PSW 
077C10009DE825BC ASIDS:  HOME = 0051 PRIMARY = 0048 SECONDARY = 
0048


 
This problem not occurred with ZOS  1.6 ...  I know that is a management 
storage  ( CSA,  ECSA )  but I can see whith SYSVIEW  and  RMF/ISPF  that 
Do not have problem with CSA.

And  can not find  one similar report on the web...


anyone has any help for me?
 
Thanks
Alvaro.

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


How do I justify an investment in Cache?

2008-11-05 Thread Alvaro Quintupray B.
Hi.

We have disk 2105 - F20 with 5,2 tera of storage and 4 Giga  cache size by 
cluster

we want to come to 8 Giga in every cluster but the increase of Cache 
Storage  is very expensive...

Now, my chief says to me ... it improves the performance of the machine if we 
have the cache doubles ..?how can we quantify it?

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: Finding the correct IEASYSxx member

2008-10-15 Thread Alvaro Quintupray
Hi.

Here  there is a REXX (  IPLINFOFrom  Marc Zelden  )

http://home.flash.net/~mzelden/mvsutil.html


Atte.
Alvaro Quintupray.

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de David 
Betten
Enviado el: Miércoles, 15 de Octubre de 2008 16:24
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: Finding the correct IEASYSxx member

I think if you enter D IPLINFO from the console it gives you the IEASYS
list.

Have a nice day,
Dave Betten
DFSORT Development, Performance Lead
IBM Corporation
email:  [EMAIL PROTECTED]
DFSORT/MVSontheweb at http://www.ibm.com/storage/dfsort/

IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 10/15/2008
02:55:21 PM:

 How can I trace back and find out which IEASYSxx member the system
 was IPL'ed with?

 If you don't key in a member name at IPL time doesn't the system
 pick IEASYS00?

 Thanks.
 _
 LEGAL NOTICE
 Unless expressly stated otherwise, this message is confidential
 and may be privileged. It is intended for the addressee(s) only.
 Access to this E-mail by anyone else is unauthorized.
 If you are not an addressee, any disclosure or copying of the
 contents of this E-mail or any action taken (or not taken) in
 reliance on it is unauthorized and may be unlawful. If you are not an
 addressee, please inform the sender immediately, then delete this
 message and empty from your trash.


 --
 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: ISFCALLS without ZOS 1.9

2008-09-11 Thread Alvaro Quintupray
Thanks  Edward.

I have already constructed a REXX to  access to  Spool  via FTP  ...
I have managed to copy a SYSOUT   to  PDS.

Thanks again.

Atte.
Alvaro Quintupray.
[EMAIL PROTECTED]
Ingenieria de Sistema.
Fono: (562) 420-8149
Fax:(562) 420-8017


-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Edward Jaffe
Enviado el: Martes, 09 de Septiembre de 2008 15:34
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: ISFCALLS without ZOS 1.9

Alvaro Quintupray B. wrote:
 Do I have any alternative to the ISFCALLS to obtain access to a SYSOUT and

 copy to PDS if we have ZOS 1.8?
   

I suspect most people use ftp -- even after z/OS 1.9.

-- 
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
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



ISFCALLS without ZOS 1.9

2008-09-09 Thread Alvaro Quintupray B.
Hi.

Do I have any alternative to the ISFCALLS to obtain access to a SYSOUT and 
copy to PDS if we have ZOS 1.8?

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: SCRT Error

2008-05-28 Thread Alvaro Quintupray
Hi.

I  have had  a similar error   and the problem wasin
Report_Period format...

* OPTIONALLY UNCOMMENT ONE OF THESE LINES TO SELECT A REPORT PERIOD
Report_Period=2008/04  ---that is O.K.
* Report_Period=Mayo
*

Review   the before statement...  may be that..  


Atte.
Alvaro Quintupray.
[EMAIL PROTECTED]
Ingenieria de Sistema.
Fono: (562) 420-8149
Fax:(562) 420-8017


-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Alan Bain
Enviado el: Miércoles, 28 de Mayo de 2008 14:58
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: SCRT Error

Hello,

 

I have a customer who is running SCRT for the first time and is having some
trouble with the NO89 DD.  He does not have many of the products in the
list, so for the first one, he specifies: 

 

5655-043=*NONE

 

and receives the following error message:

 

SCRTTOOL047: LPAR *NONEIN NO89 DD FOR 5655-043 NOT FOUND IN
SMF/SCRT89 DATA.

 

The job ends with CC 16.  He is on z/OS 1.4 and is using SCRT 15.x.

 

Thanks.

 

Alan Bain

ISAM

Office - 952-440-4726

Cell - 952-200-7096

Fax - 952-216-0124

[EMAIL PROTECTED]

www.isamgroup.com http://www.isamgroup.com/  

 

We search.  You save.

 


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



ISPF Index listing - Batch

2008-05-22 Thread Alvaro Quintupray B.
Hi.

 Does any one have a job to get Library Index Listing in way batch?

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: Implementing PAV on an existing DASD subsystem

2008-03-19 Thread Alvaro Quintupray
HI   Jason.

We work with  Shark  E20.

First I did tests with one volumen  and  other test  finally with
volumes that contain productive information  and  are there  any people that
is working  with this.

- Enable  PAV
- ADD of Alias to the volumes

All  is  O.Kand I don't  have  any problem 


You can be calm.

Saludos.

Atte.
Alvaro Quintupray. 
[EMAIL PROTECTED] 
Ingenieria de Sistema. 
Fono: (562) 420-8149
Fax:(562) 420-8017
www.nexuschile.c

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Jason To
Enviado el: Miércoles, 12 de Marzo de 2008 22:27
Para: IBM-MAIN@bama.ua.edu
Asunto: Implementing PAV on an existing DASD subsystem

I just need some confirmation/clarification on implementing PAV on an
existing DASD subsystem with data or DASD volumes already allocated. Will
implementing PAV affect the existing data on the DASD subsystem? If no, is
it applicable to both IBM and EMC DASD subsystem? How big is the risk
involved to implement this with production data? TIA

Regards,
Jason

--
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: GRS / ICF

2007-12-04 Thread Alvaro Quintupray
Hi, Matthew.

Yes,  I want to create a Coupling Facility inside  a single machine. 
Previously I have had GRS in ring mode,  but there were problems of enqueue
in the CICS regions on one of the LPar.
So now, I'll look the ICP CHPID  definitions too.

Thanks so match.

Saludos.
Álvaro.

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Matthew Stitt
Enviado el: Lunes, 03 de Diciembre de 2007 21:32
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: GRS / ICF

I assume you want to create a Coupling Facility in the machine also.  What
you want to do is very feasible.  I suggest you look at the ICP CHPID
definitions also.  

I have this running with 8 MVS systems connected to a single CF inside a
single machine.  Works quite well.

And I do not want any If I did it arguments, this is the hardware
limitations I must work with.  g


On Mon, 3 Dec 2007 15:30:09 -0600, Alvaro Quintupray B.
[EMAIL PROTECTED] wrote:

Is it possible to install a GRS between two LPAR of only one machine using
ICF?

Thanks
Alvaro.

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


GRS / ICF

2007-12-03 Thread Alvaro Quintupray B.
Is it possible to install a GRS between two LPAR of only one machine using ICF?

Thanks
Alvaro.

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


Jes2 OFFLOAD leaving out some JOBNAME

2007-08-28 Thread Alvaro Quintupray B.
Hi.

  Can I do OFFLOADn,type=transmit  from spool  and   leaving some 
JOBNAME  out   off  Tape ...? 

I'm using Zos 1.6

Thanks in advance

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


ADR793E -PDSE indicators in the VTOC and VVDS do not match

2007-04-04 Thread Alvaro Quintupray B.
Hi.

Can I modify the VTOC to change the attributes of a file? .. how?

Someone has done it ..?

I will be grateful for any help.

Thanks.

Alvaro.

--
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: ADR793E -PDSE indicators in the VTOC and VVDS do not match

2007-04-04 Thread Alvaro Quintupray
ZOS 1.6 


Atte.
Alvaro 

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Tom Schmidt
Enviado el: Miércoles, 04 de Abril de 2007 12:49
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: ADR793E -PDSE indicators in the VTOC and VVDS do not match

On Wed, 4 Apr 2007 10:57:45 -0500, Alvaro Quintupray B. wrote:

Can I modify the VTOC to change the attributes of a file? .. how?

 
 
What release of z/OS are you currently operating?  
 
--
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

--
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: IOAK282E OSAD Device does not exist for CHPID xx

2006-12-20 Thread Alvaro Quintupray
Chris.

You are very clear in your answers and  I thank for your help.

Gracias. 
Saludos.
Alvaro.

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Chris Mason
Enviado el: Miércoles, 20 de Diciembre de 2006 2:50
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: IOAK282E OSAD Device does not exist for CHPID xx

David

I expect Alvaro was using LookAt! The problem with these IOA messages is
that they have a subtle structure and they are documented in such a way that
you cannot find them without using some subterfuge.

See the post I have just sent in reply to Alvaro for the full explanation -
or - just take a look at Chapter 14 in System z9 and zSeries Open Systems
Adapter-Express Customer's Guide and Reference.

Chris Mason

- Original Message -
From: O'Brien, David W. (NIH/CIT) [C] [EMAIL PROTECTED]
Newsgroups: bit.listserv.ibm-main
To: IBM-MAIN@BAMA.UA.EDU
Sent: Tuesday, 19 December, 2006 9:27 PM
Subject: Re: IOAK282E OSAD Device does not exist for CHPID xx


 You must be looking in the wrong manual.
 ...

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


IOAK282E OSAD Device does not exist for CHPID xx

2006-12-19 Thread Alvaro Quintupray B.
Hi.

Somebody knows  about this ..?

IOAK282E OSAD device does not exist for CHPID 00
IOAK282E OSAD device does not exist for CHPID 01
IOAK282E OSAD device does not exist for CHPID 03
IOAK282E OSAD device does not exist for CHPID 04
IOAK282E OSAD device does not exist for CHPID 05
IOAC146E 16:59:08 No OSA devices were initialized

The message does not exist in the manuals ..

How I can resolve this problem ..?

Thanks.
Alvaro.

--
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: IOAK282E OSAD Device does not exist for CHPID xx

2006-12-19 Thread Alvaro Quintupray
Ohhh .. 

I had looked for message IOAK282E, and I did not think about to look for
with letter X 

Thanks.
Alvaro.

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
O'Brien, David W. (NIH/CIT) [C]
Enviado el: Martes, 19 de Diciembre de 2006 16:27
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: IOAK282E OSAD Device does not exist for CHPID xx

You must be looking in the wrong manual. The following is from Quickref on a
Zos 1.4 system:

IOAA282E

 

 IOAx282E

 

OSAD device does not exist for CHPID cc

 

 Explanation:  The OSAD device with unit address X'FE' associated with
the   
 specified CHPID (cc) has not been defined.

 

 User Response:  Perform the following checks and steps:

 

 o   Check the I/O definitions in the IODF/IOCDS to ensure an OSAD
device
 (X'FE') has been defined for this CHPID.

 o   Update and activate the IODF if necessary

 o   Display the CHPID and unit status information for CHPID cc

 o   Verify the OSAD device is ONLINE

 o   Then restart operations on CHPID cc


-Original Message-
From: Alvaro Quintupray B. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 19, 2006 3:24 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: IOAK282E OSAD Device does not exist for CHPID xx

Hi.

Somebody knows  about this ..?

IOAK282E OSAD device does not exist for CHPID 00 IOAK282E OSAD device does
not exist for CHPID 01 IOAK282E OSAD device does not exist for CHPID 03
IOAK282E OSAD device does not exist for CHPID 04 IOAK282E OSAD device does
not exist for CHPID 05 IOAC146E 16:59:08 No OSA devices were initialized

The message does not exist in the manuals ..

How I can resolve this problem ..?

Thanks.
Alvaro.

--
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: Health Checker and RACF

2006-11-15 Thread Alvaro Quintupray
 
I suspect that must be ..

HZS.*.*.*.MESSAGES

Or

HZS.**.MESSAGES


Saludos.
Alvaro.

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Mark Pace
Enviado el: Miércoles, 15 de Noviembre de 2006 11:08
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Health Checker and RACF

I'm confused about RACF and Health Checker.  I've started Health Checker and
want to view it in SDSF CK.  But

 ICH408I USER(IBMUSER ) GROUP(AOPADMIN) NAME()
   HZS.ZOS1.IBMCNZ.CNZ_AMRF_EVENTUAL_ACTION_MSGS.MESSAGES
   CL(XFACILIT)
   PROFILE NOT FOUND - REQUIRED FOR AUTHORITY CHECKING
   ACCESS INTENT(READ   )  ACCESS ALLOWED(NONE   )
 ***

But in RACF I have -
CLASS  NAME
-  
XFACILIT   HZS.*.*.MESSAGES (G)

GROUP CLASS NAME
- - 
GXFACILI

LEVEL  OWNER  UNIVERSAL ACCESS  YOUR ACCESS  WARNING
-       ---  ---
 00IBMUSER READ   READNO

Looks like I have it set that anyone can read the messages file.
Do I have a glaring mistake?



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are intended
solely for the use of the individual or entity to whom this e-mail is
addressed.  If you are not the intended recipient, or the employee or agent
responsible to deliver it to the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this communication is
strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

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


TSO user activity logger

2006-11-14 Thread Alvaro Quintupray B.
Hi.

   Someone know about the way to logger the any Tso user activity in 
centralized way  ( like SMF ) ?.
   The auditors are asking me this functionality for emergency users TSO.

Thanks.

Alvaro.

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


TSO user activity logger

2006-11-14 Thread Alvaro Quintupray
O.K.

I need to have the access activity over the some dataset ( update, delete,
etc. )   from  SPECIFIC USERS , but I'dont want to activate the audit
option for all dataset resource... I know that if I specify each additional
logging activity  for each profile, increases RACF and SMF processing and
might affect RACF performance.  So I would like get the logging activity
from   SPECIFIC  USERS  



Atte.
Alvaro.


-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Ted MacNEIL
Enviado el: Martes, 14 de Noviembre de 2006 13:48
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: TSO user activity logger

Someone know about the way to logger the any Tso user activity in
centralized way  ( like SMF ) ?.

Log what?
Sign ons?
Dataset activity?
Commands?

Specifics would help!

When in doubt.
PANIC!!  

--
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: Curiousity: CPU % for COBOL program

2006-10-12 Thread Alvaro Quintupray
Hi.

In general I have seen that most of the problems of performance and
consumption of CPU in program Cobol Batchy must to problems with the I/O in
archives VSAM. Very good improvements are obtained with adjustment of
buffers and sizes of CI in the definition of clusters. Also the performance
improves if in the programs the logic is modified to accede the records  in
sequential mode. 


Atte.
Alvaro.

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
McKown, John
Enviado el: Jueves, 12 de Octubre de 2006 10:03
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: Curiousity: CPU % for COBOL program

 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:[EMAIL PROTECTED] On Behalf Of Staller, Allan
 Sent: Thursday, October 12, 2006 8:52 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: Curiousity: CPU % for COBOL program
 
 

snip

 
 Not unusual at all. Poorly written code in any language can do this. 
 E.G. In cobol terms, using display fields in computations instead of 
 the relevant decimal or binary items (PIC 9  vs pic 9 comp-3 
 vs pic 9 comp).
 

See, I am under the weather. I meant other than poor coding. Oh, and perhaps
I should add that we don't do anything particularly fancy. This is basically
VSAM I/O (no database) and processing records. And I have seen many times
where the programmer does exactly as you have said, using a USAGE DISPLAY
numeric as an array index value. I really wish that the COBOL compiler would
put out idiot alert! messages when this happens. And then, as a
non-overridable system option, refuse to compile the program.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage Administrative Services Group
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

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


Master Catalog Protection

2006-10-05 Thread Alvaro Quintupray B.
Hi.

I have protected the Master Catalog, but when a TSO user from menu (ISPF 
3.4)  tries to visualize a group of archives, it obtains the following 
message.

  MASTER.CATALOG.ZOS16 CL(DATASET ) VOL(NEXCAT)
  WARNING: INSUFFICIENT AUTHORITY - TEMPORARY ACCESS ALLOWED
  FROM MASTER.CATALOG.** (G)
  ACCESS INTENT(ALTER  )  ACCESS ALLOWED(READ   )


 This user ( TSO1 )has a defined the alias  TSO1  ASSOCIATIONS
whith   USERCAT--CATALOG.PROD.TSOUSERS


are there temporary files ..?

what's going on ... ?

why I getting that message ...?

Thanks

Alvaro.

--
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: Master Catalog Protection

2006-10-05 Thread Alvaro Quintupray
Great ..!!   Monsters...!!Gurus..!!

The problem now not exists ..!!

Thank  to  John and Mark


Atte.
Alvaro Quintupray B.
Ingeniero de Sistemas
 Nexus S.A.  Chile
 Fon : 420 8149
 Fax : 420 8508 

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
McKown, John
Enviado el: Jueves, 05 de Octubre de 2006 16:50
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: Master Catalog Protection

 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:[EMAIL PROTECTED] On Behalf Of Alvaro Quintupray B.
 Sent: Thursday, October 05, 2006 3:24 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Master Catalog Protection
 
 
 Hi.
 
 I have protected the Master Catalog, but when a TSO user from menu 
 (ISPF
 3.4)  tries to visualize a group of archives, it obtains the following 
 message.
 
   MASTER.CATALOG.ZOS16 CL(DATASET ) VOL(NEXCAT)
   WARNING: INSUFFICIENT AUTHORITY - TEMPORARY ACCESS ALLOWED
   FROM MASTER.CATALOG.** (G)
   ACCESS INTENT(ALTER  )  ACCESS ALLOWED(READ   )
 
 
  This user ( TSO1 )has a defined the alias  TSO1  ASSOCIATIONS
 whith   USERCAT--CATALOG.PROD.TSOUSERS
 
 
 are there temporary files ..?
 
 what's going on ... ?
 
 why I getting that message ...?
 
 Thanks
 
 Alvaro.

Your profile is in WARNING mode. 

This is a known problem with WARNING mode on a dataset profile which
covers a catalog. The reason is that DFSMSdfp attempts various access modes
(even if not really required) and takes some different paths if the access
is allowed or not. That is, even if READ access is all that is needed,
DFSMSdfp will first attempt an ALTER. As an example, I think this is because
DFSMSdfp will allow a person to DELETE a dataset if they have ALTER access
to the catalog, even if they do not have ALTER access to the dataset itself.
I.e. ALTER acces to the catalog trumps lack of ALTER access to the
dataset.

This will go away when you take the profile out of WARNING mode. There is
no fix. This is a WAD (or BAD as the case may be).

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage Administrative Services Group
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

--
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 - Put Error - EZA2590E

2006-07-07 Thread Alvaro Quintupray B.
Hi.

I have Zos 1.6 
When executing the FTP of a big file from IBM to an UNIX server... I have 
the following errror:

EZA2590E send send_data error from - EDC5140I Broken pipe. 
(errno2=0x74500442)

I have seen the manual of messages and appears glosses different for the 
message

As it is the true error? Where I look for it.?

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: FTP - Put Error - EZA2590E

2006-07-07 Thread Alvaro Quintupray
Hi Mark.


Well this happened in the department of Operations... I requested to them
that they try it again. 

They are trying to execute FTP (Put) from IBM to a  Unix server  .. The log
is :

They are trying to carry out FTP (Put) from IBM to a servant...



The log is:

EZA1485I 2137743360 bytes transferred - 10 second interval rate 687.36
KB/sec
EZA1485I 2144563200 bytes transferred - 10 second interval rate 674.56
KB/sec
EZA2590E send error from send_data - EDC5140I Broken pipe.
(errno2=0x74500442)
EZA2603E Error sending the file
452 Error writing file: No such file or directory.
EZA1735I Std Return Code = 27452, Error Code = 00010
EZA1701I  QUIT
221-You have transferred 2147483492 bytes in 0 files.
221-Total traffic for this session was -2147483217 bytes in 0 transfers.
221-Thank you for using the FTP service on condor.
221 Goodbye.



Regards.


Atte.
Alvaro Quintupray B.
Ingeniero de Sistemas
   Nexus S.A.
Fon : 420 8149
Fax : 420 8508 

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Mark Zelden
Enviado el: Viernes, 07 de Julio de 2006 14:43
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: FTP - Put Error - EZA2590E

On Fri, 7 Jul 2006 13:00:02 -0500, Alvaro Quintupray B.
[EMAIL PROTECTED] wrote:

Hi.

I have Zos 1.6
When executing the FTP of a big file from IBM to an UNIX server... I 
have the following errror:

EZA2590E send send_data error from - EDC5140I Broken pipe.
(errno2=0x74500442)

I have seen the manual of messages and appears glosses different for 
the message

As it is the true error? Where I look for it.?


When did you get it?  I was FTPing a stand alone dump late last night and
when got into the office this morning I saw the same error (can't say for
sure about errno2, I purged the output).

Have you tried it more than once?

Regards,

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead Zurich North America /
Farmers Insurance Group
mailto: [EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.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

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


Lost consoles

2006-06-14 Thread Alvaro Quintupray
Hi Francois.

 You can do the following things:


A) VARY  MYCONS01,CONSOLE

If the previous thing does not work ... Then

B) RESET CN(MYCONS01)

After of some seconds ..  VARY MYCONS01,CONSOLE again


C) If the previous thing does not work ... Then

From some CONSOL  active ... To assing the active console to Master

VARY  MYCONS02,MSTCONS

Now from here

VARY  CN(MYCONS01),OFFLINE,FORCE

RESET CN(MYCONS01)

VARY  MYCONS01,CONSOLE


Good Lucky   


Atte.
Alvaro Quintupray B.
Ingeniero de Sistemas
  Nexus S.A. Chile
   Fon : 420 8149
 

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Francois Paré
Enviado el: Miércoles, 14 de Junio de 2006 11:26
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Lost consoles

Hello,

 

We are using two OSA Integrated Console Controller to communicate with our
system consoles for our z890. We temporarily lost the network communication
between the two OSA interfaces and the two PCs that emulate the consoles so
we lost our two consoles. Is there a way to recover these consoles sessions
without doing an IPL?

 

Thank you very much. 

 



Francois Pare

Universite Laval

Service de l'informatique et des telecommunications

Pavillon Casault

Ste-Foy (Quebec) Canada

G1K 7P4

 

tel.: 418-656-2131 ext. 4013

fax: 418-656-7305



 

 


--
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: Console address.

2006-05-12 Thread Alvaro Quintupray
Hi Howard.

You can display it.. Whith

D CONSOLES,N( No actives ) 

And

D CONSOLES,A( Actives)




Atte.
Alvaro Quintupray B.
Ingeniero de Sistemas
  Nexus S.A.
   Fon : 420 8149
   Fax : 420 8508 

-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] En nombre de
Rob Schwartz
Enviado el: Viernes, 12 de Mayo de 2006 16:24
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Re: Console address.

CONSOLxx
- Original Message -
From: Howard Rifkind [EMAIL PROTECTED]
Newsgroups: bit.listserv.ibm-main
To: IBM-MAIN@BAMA.UA.EDU
Sent: Friday, May 12, 2006 4:20 PM
Subject: Console address.


 Can anyone tell me what member in parmlib or elsewhere I would find the 
 addresses of the define system consoles.

  Thanks


 -
 Get amazing travel prices for air and hotel in one click on Yahoo! 
 FareChase

 --
 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: Racf Reports

2005-11-11 Thread Alvaro Quintupray B.
Hello. I see that you suffers with the auditors...like me.

First step.  Unload from RACF DB  to flat file.
//*--
//*HACE UNLOAD DE BASE  RACF A UN ARCHIVO PLANO
//*--
//UNLOAD   EXEC PGM=IRRDBU00,PARM=NOLOCKINPUT
//SYSPRINT DD SYSOUT=*
//INDD1DD DISP=SHR,DSN=SYS1.NEX0.RACFP
//OUTDDDD DSN=IBMUSER.RACF.PLANO.DB,
//DISP=SHR
//*   DISP=(NEW,CATLG,KEEP),
//*   UNIT=SYSDA,VOL=SER=NXPP30,
//*   SPACE=(CYL,(20,10),RLSE),
//*   DCB=(RECFM=VB,LRECL=4096)

Second Step...

//RACFICE   EXEC PGM=ICETOOL
//TOOLMSG   DD SYSOUT=*
//*PRINTDD SYSOUT=*
//PRINT DD DISP=SHR,DSN=IBMUSER.RACF.LISUSER
//DFSMSGDD SYSOUT=*
//DBUDATA   DD DISP=SHR,DSN=IBMUSER.RACF.PLANO.DB
//ADUDATA   DD DISP=SHR,DSN=IBMUSER.RACF.PLANO.SMF
//TEMP0001  DD DISP=(NEW,DELETE,DELETE),SPACE=(CYL,(60,10,0))
//*RACFCNTL  DD DISP=SHR,DSN=IBMUSER.RACF.IRRICE(USERCNTL)
//RACFCNTL  DD  *
   SORTFIELDS=(10,8,CH,A)
   INCLUDE COND=(5,4,CH,EQ,C'0200')
   OPTION  VLSHRT
/*
//TOOLINDD  *
**
* NAME: USER
* BUSCA A LOS USUARIOS Y SUS DATOS MAS RELEVANTES
**
SORTFROM(DBUDATA) TO(TEMP0001) USING(RACF)
DISPLAY FROM(TEMP0001) LIST(PRINT) -
PAGE -
TITLE('  LISTADO USUARIOS DE PRODUCCION  ') -
DATE(YMD/) -
TIME(12:)  -
BLANK -
ON(010,08,CH)HEADER('USER ID') -
ON(079,20,CH)HEADER('USER NAME ')  -
ON(019,10,CH)HEADER('FECHA CREA')  -
ON(118,10,CH)HEADER('FEC ULT ACCESO')  -
ON(054,03,CH)HEADER('REVOKED') -
ON(044,04,CH)HEADER('ES SPECIAL')  -
ON(049,04,CH)HEADER('ES OPERATION')-
ON(390,04,CH)HEADER('ES AUDITOR')
/*

The fields position are descrived in the 7.2.1 from SEcurity Server (RACF)
Macros and Interfaces.

Good Lucky.

Saludos.
Alvaro.

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


VTOC Rename

2005-10-27 Thread Alvaro Quintupray B.
Hello.

Can be rename  the the VTOC index ?

SYS1.VTOCIX.XX  to  SYS1.VTOCIX.YY  ?

Somebody can help me?

Thanks.
Alvaro.

--
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: Consequences of lowering SQA spec

2005-10-05 Thread Alvaro Quintupray
Hi.

Hello. I believe that the problem is the CICS and not in the SQA area. I 
suggest to check the following thing: All the transactions and programs must be 
stored on the line of 16mb, thus we can reduce the value of parameter DSALIM 
and this we unloaded the SQA.

Saludos a todos, desde Chile. 

Atte.
Alvaro Quintupray B.
Ingeniero de Sistemas
  Nexus S.A.
   Fon : 420 8149
   Fax : 420 8508 


-Mensaje original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] nombre
de Jon Brock
Enviado el: Miércoles, 05 de Octubre de 2005 11:55
Para: IBM-MAIN@BAMA.UA.EDU
Asunto: Consequences of lowering SQA spec


We are trying to fix a problem that one of our CICS regions has with going 
short-on-storage below the 16MB line.  (In the UDSA and CDSA pools, to be 
exact.)  As part of this effort, I am trying to expand the size of our private 
area.  (Insert your Viagra joke here.)  At the moment, we have a private area 
of 11240K, which seems pretty good to me, but I am considering lowering our 
current specification of SQA in IEASYSxx from 10 to 6.  

Our system seems to be maxing out at using about 36% of the space currently 
allocated.  What I need to know is what sort of problems I could be letting 
myself in for if I lower the SQA allocation too much.  Will I be up for a week 
and then start having mysterious file problems or some such?


Thanks,
Jon

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