ISV software costs based on MIPS

2012-05-29 Thread Magen Margalit
Hi list.

Some of out vendors are using Gartner MIPS Rating as the base for software 
costs calculations.
I have noticed that prior to Z196 MIPS Ratings the Gartner MIPS number 
significantly differed from 
IBM's LSPR / Sherill Watson CPU Charts (which is also based on the LSPR data). 
On Z196 Garner changed their
calculation method to be based on the LSPR values.
When upgrading from a Z10 CPC to the equivalent z196 CPC the MIPS differences 
between the CPC models is 
bigger then actual based on the Gartner MIPS tables which result in a higher 
software costs.

Gartner MSU's are based on IBM values.

For Example:

CPC   IBM MIPS   Gartner MIPS IBMGartner MSU's
2097-7138809 84541076  
2817-7098943 88401091
=
Diff134 MIPS  386 MIPS15 MSU

From the Gartner Z196 MIPS rating table their is note regarding the 
calculation method change:

The base performance that IBM uses to come up with system performance 
comparisons is the new
AVERAGE workload. Gartner will now look at the AVERAGE workload LSPR results as 
the base of
our MIPS calculation.

1. Are you using Gartner or other method for calculating ISV Vendors software 
costs ?
2. Are you aware to the change in the calculation method and how your 
organization deals with it? 
The MIPS difference can result in a major difference in the software costs?

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



Re: ISV software costs based on MIPS

2012-05-29 Thread Magen Margalit
The Problem is that ISV's doesn't tend to go to MSU's pricing models easily...

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


Batch process VS Started task

2012-02-19 Thread Magen Margalit
Hi list.

We have a daily betch job that is processing as input records which has been 
collected all day.
volume of records is about 5 millions for 24 hours.

In order to make systems more online we are looking for a way to 
run the process for each record all day long instead of a daily run, 
and doing so with minimum as possible application changes.

One idea that came up is to convert the process to a self developed STC
which will be triggered by a record on an MQ queue and will run as STC all the 
batch process programs 

To me it seems like a bad idea because having a self developed STC in 
production 
create a maintenance gap (and where there is one STC a second one 
will soon to follow...)... 

Are there other advantages / dis-advantages regarding a self developed STC ?

Are there any self developed STC's at your shop?

Any other ideas on how to approach this issue?

Thanks in advanced.
 
Magen

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


Re: Batch process VS Started task

2012-02-19 Thread Magen Margalit
Hi.

The records arrives from a few sources to a  few seq files 
The collection process collect the records from the files and then the batch 
process begins.
In the new situation, the batch process or STC will handle each record and the 
collection process will be eliminated.

Regarding the maintenance gap, I'm not concern from a complicated code, but 
from using functions that  IBM will someday
will no longer support, i.e. LE functions. When you upgrade a zOS version you 
contact all the software vendors and
check for compatibility to the new zOS version, on a self developed STC you 
cann't do that...

Magen

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


Re: VTAM Generic Resource affinity

2011-10-26 Thread Magen Margalit
Hi Chris

Many thanks for you help!

Magen

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


VTAM Generic Resource affinity

2011-10-25 Thread Magen Margalit
Hi,

We recently defined 2 CICS tor regions under a VTAM generic resource (2 way 
plex 
1 tor on every lpar), the connecting partners are 30 servers which are 
connecting as LU 6.2.

When restarting a server it always connect to the same owning resource.

I have issued a command : d net,graff,lu=x and on the ATTRIBUTES section I 
got: -VG--WL-
looking into documentation I figured that the problem might be related to the 
seventh attribute L 

The seventh character is either L to indicate that this affinity will be used 
for up to 10 minutes after the last session between the session partners ended, 
or a hyphen (-) otherwise. An affinity might used for this extended time if 
either of the following is true:
An LU6.2session is established without SYNCPT or Limited Resource.
An LU6.2 session is established, but the application specified LUAFFIN=NOTAPPL 
on the NIB for the OPNDST or OPNSEC.

As far as I know SYNCPT can be used on an APPC applications (APPC=YES on the 
VTAM appl which can not be defined
for CICS application) 

My question is how can I remove the CICS affinity when the server is restarting?
 
Thanks in advanced 

Magen

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


DFSMStvs Impementation

2011-03-10 Thread Magen Margalit
Hi list.

We are implementing a Parallel Sysplex Data Sharing environment.

We have a central VSAM file which we have products (called DPT) that loads it 
into ECSA and manage pointers in CICS so data can be accessed with 
good performance. When we are going to implement more then one LPAR in the 
PLEX there would be a synchronization problem between the members ECSA.

In order to solve this we are trying to implement RLS and DFSMStvs which
will allow us to cache the VSAM file in the CF and manage sharing between 
CICS region and batch. 

We encountered a huge performance problem, CICS transaction CPU 
increased by +30% (elapsed wasn't much effected).

We defined the VSAM file in CICS regions as an RLS dataset, but On our shop 
CICS regions doesn't update the VSAM file only batch jobs are doing updates.

If CICS only read the VSAM file can be define it as a non RLS file (as long that
batch jobs that update the file will allocate with RLS=...)? Will CICS see 
updates?

Would it effect the transaction performance and eliminate most of the CPU
overhead? 

Any other recommendations / Ideas would be appreciated.

Thanks 

Magen

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


DFSMStvs Logstreams

2011-02-07 Thread Magen Margalit
Hi list. 

We are a ZOS 1.9 shop implementing DFSMStvs for some of our 
vsam datasets. Recently I've noticed that the IGWLOG logstreams 
has a high number of logstream datasets which were created due to 
an offload process. I couldn't find any formal way that DFSMStvs would 
delete the logstream datasets which I beleive are irrelevant (Have logstreams 
datasets since tvs was restarted). 
saw a restriction of using RETPD0 and AOTODELETE(YES) and not using 
them. 

Does anybody know how to delete these logstreams (since SMS pool might be 
full someday...) 

Thanks in advance. 
Magen. 

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


DFSMStvs Question

2010-10-04 Thread Magen Margalit
Hi list.

Historically we have 2 Sysplex environments 
that shares the same SMS environment (using the same 
communication dataset)

We want to implement DFSMStvs in that environment for now (planning to 
separate but it will take time).

 In IGDSMSxx member I'm planning to define:
- TVSNAME(lparchar)   /* a unique system symbol character for each  
  member in both sysplexes */
- Not specifying SYSNAME parm /* so it will affect current system only */

Questions:
1. Will it work ?
2. Will a problem in tvs in one sysplex environment can affect
The other sysplex?
3. When issuing a V SMS,TRANVSAM from member in one sysplex 
will it affect the members in the other sysplexes?

Thanks in advanced.

Magen   

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


Static PAV in RMF I/O QUEUING ACTIVITY report

2010-02-08 Thread Magen Margalit
Hi list.

We are Zos 1.9 shop.
We have some CU which are used as Static PAV's (22 BASE DASD, 234 Alias's) 
All aliases were assigned to one if the 22 based dasd.
Last night we activated HyperPav.
As far as we know, Static Pav CU's should not be affected.
When we are looking in the RMF I/O Queuing Activity report we see 
in the Static LCU under HPAV column MAX value other then 234 (which is the 
number of aliases in use). 
We would expect to see no value , 234 , 0 but instead we see in every period
another value (which seems to be a non-static behavior)
In the storage subsystem it looks like no alias movement was done (as it 
should be)

Is it a RMF report bug?
Any Ideas?

thanks,
Magen

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


Deactivating an EMCS Console

2010-01-25 Thread Magen Margalit
Hi List.

We are zOS 1.9 shop and we have a strange problem.
We have a new DASD with the address D168.
We also have a UserID which is D168.
When the user uses SDSF he opens an EMCS (using ULOG command)
afterwards we are unable to VARY ONLINE the device,
since he thinks it's an EMCS device
we get:

IEE847I VARY NOT VALID FOR EXTENDED MCS CONSOLE
We tried issuin 'ULOG CLOSE' command but it didn't help.

D EMCS,CN=D168  gives:
NUMBER OF CONSOLES MATCHING CRITERIA: 1 
D168

Is there a way to free the EMCS ?

Thanks in Advanced

Magen

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


Re: Deactivating an EMCS Console

2010-01-25 Thread Magen Margalit
That won't work.
Changing the console id via SDSF
will not release the EMCS.

However using the suggested IEARELEC solves the problem.

Thanks.

Magen

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


HYPERPAV

2009-12-06 Thread Magen Margalit
Hi list,

We have two systems - SYSA and SYSB that are in SYSPLEX1 and see all
DASDs. We have five CU in Static PAV and all the others are Dynamic 
PAV, and we want to start using HYPERPAV but have some questions that
couldn't find answer to :

- DS8000: Architecture and Implementation redbook states that 
   If many LSSs are involved, then pick a quiet time to perform the SETIOS 
 HYPERPAV=YES command ...Because it can take some time
 to initialize all needed LSSs ...  
  Is there a way to get an estimation on time needed per LCU ? something else?

- Is there a way to activate HyperPAV on SYSA only, with no influence on
  SYSB? Or he has to separate them to be in one SYSPLEX? (SYSA and SYSB  
  are in the same SYSPLEX)

- After we activate HyperPAV, is fallback is only to change in IECIOSxx 
  member?


Thank in Advanced.

Magen

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


Console Partition Cleanup - a bit urgent

2009-11-12 Thread Magen Margalit
Hi All.

We are a 2 sysplex Members(SYSA  SYSB), Zos 1.9 running on Z10 CPC's.
Last night we tried to IPL one of the members(SYSA) as a Monoplex with 
a set of parameters we used many times.
The monoplex system abended with a wait state 40 rsn 52 (which 
indicate no lpa dsn's were found), after the abend we tried to re-ipl
the lpar with original sysplex member and got during the nip 
msg in a loop:
IEA255i CONSOLE INITIALIZATION DELAYED.  AWAITING CONSOLE PARTITION   
   CLEANUP OF SYSTEM SYSA.
We tried:
1. IMLing the CPC (the other member is in other CPC)
2. Removing the system from the sysplex 
3. Running IBM supplied utility IXCM2DEL to delete SYSA from 
   SYSMCS.
4. At the end we need to do a sysplex wide IPL.

We don't understand want can be the source of the problem.
Any insights would be appriciated.

Thanks in advanced

Magen

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


Re: Console Partition Cleanup - a bit urgent

2009-11-12 Thread Magen Margalit
The Monoplex uses a diffrent couplexx member and diffrent CDS's.

Thanks in Advanced
Magen

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


Re: Console Partition Cleanup - a bit urgent

2009-11-12 Thread Magen Margalit
1. describe how you shut down SYSA before the first monoplex IPL attempt.
-- SYSA was shutdown in a regular order.
-- First IPL operator issued to msg:
IEA101A SPECIFY SYSTEM PARAMETERS sys=0S insted of sysP=0S (
after he realized the mistake he did system reset and re-IPLED.
2. Name plexcfg from IEASYS for the first IPL attempt and the re-IPL attempt 
into the sysplex
First IPL : I assume that sys=os was igonred and SYSA was Ipled with 
defaults. In this case PLEXCFG=MONOPLEX.
Fallback IPL: The original member value = PLEXCFG=MULTISYSTEM
3. Which couple data sets did you use
a) during sysplex shutdown
production set
b) during attempted monoplex IPL
a diffrent set
c) during attempted re-IPL into the sysplex
production set

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


Re: Console Partition Cleanup - a bit urgent

2009-11-12 Thread Magen Margalit
done as part of trying to remove SYSA from the plex

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


Re: Recovery from a logic error

2009-01-03 Thread Magen Margalit
Hi,

Sorry if I wasn't so clear, of course that the replicated copies will be 
checked.
The plan to replicate 3 times:
1 copy will be untouched.
1 copy will be IPL'ed to make sure it's ok (some appl checks will be taken to)
if not... you will have the untouched copy from prvious period
   which was checked to be ok before

Magen.

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


Recovery from a logic error

2009-01-01 Thread Magen Margalit
Hi List,

We are Z10 with Zos 1.9 shop.
We recently had a major logic error with DB2 catalog which 
led us to think how can we prepare and recover quickly in the
event of any (not just DB2) logical error 
(In this case the PPRC / HRC copy of the data won't help since the
  error was replicated).

The solution we are thinking about is using a full data copy periodically
let's say every 12 hours (using tools like Hitachi HUR) 
and in the event of a major problem we can IPL from the copy
made up to 12 hours ago (and then perform forward recovery)

Questions:
1. Does any of your organizations use a solution similar to this?
2. What solutions your organization use for recovering from 
a logical error.

Thanks in advanced.
Magen.

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


CR+ / T-Rex

2008-11-08 Thread Magen Margalit
Hi all, 

We are a Z10, Z/OS 1.9 shop.

I'm doing a comparison between 2 catalog management solutions
CR+ (MainStar) and (T-Rex) Dino software.

Any insights would be appreciated.

Thanks in advanced.
Magen.

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



User Catalog Hangs

2008-10-30 Thread Magen Margalit
Hi.

We've attempted to delete user catalog entries. The job issued RESERVE on 
the USER catalog dasd. After a while the job was cancelled while working 
and it seems that that the user catalog was hanged. 
Issuing the D GRS command showed some tasks had SHR ENQ for
Qname: SYSIGGV2  Rname: UCAT 
and there were some EXCL request in WAIT status.
The other lpars indicates that the RESERVE wasn't released to.
Eventually we had to IPL the system.

Any ideas/insights would be appreciated.

Magen

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



OMVS FILE SYSTEM HANG

2008-07-24 Thread Magen Margalit
Hi List,

We are Zos 1.7 and in the process using shared HFS file system.
Last Night we IPLED one of our sysplex members which is HFS shared 
configured and got the following msg:

*IGW027E HFS OMVS.ROOT 409   
  SYNC WRITE-PROTECT ERROR. RC=0024 RSN=5B26000D 
 IEF450I CS75 $TRSPFP $TRSPFP - ABEND=S522 U REASON= 
410 TIME=22.37.03   

Since than any access from SYSB to HFS failes.
It seems that we need to shut down omvs and restart it
but this is a production system so...

Questions:
1. Is there another method to recover from this?
2. CICS/DB2 and MQ doesn't use unix related work
does shutting down using MODIFY BPXOINIT,SHUTDOWN=FILESYS
can effect CICS / DB2 / MQ.
3. I Plan to issue MODIFY BPXOINIT,SHUTDOWN=FILESYS command
and then SET OMVS=(XX,XX) is it OK or there is a better way
to recover?
4. Any other ideas :-) 

Thanks in advanced
Magen

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



IEBGENER

2008-07-20 Thread Magen Margalit
Hi List

We are using ZOS 1.7 and yasterday we had some maint PTF's
applied into the system (regrarding to SMSVSAM).

Apparently we have some users using IEBGENER/FASTGENER
to copy into 2 members in the same PDS using DISP=SHR
It seems that there are about 2500 JCL that need to be changes
On the other hand PTF's fallback means IPL to production system...

Doe's anybody have an idea, a bypass any thing?

Magen

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

2008-07-20 Thread Magen Margalit
Parallel running results in RC 0 for one job
and RC 12 for the second since the PDS was already enqed.

It seems that MIM is not involved since he is used for ENQ propagation 
and the second jobs doesn't issue an ENQ but is abended by Zos
before it reaches MIM (no MIM Msgs, Problem recur when MIM is down)...

Magen

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



XPLINK

2008-06-16 Thread Magen Margalit
Hi List,

We are Z/OS 1.7 with Enterprise cobol 3.4 and SDK 1.4

I'm trying to run an OO Cobol program which invokes a Java method
and I'm having problems with the LE runtime option XPLINK

The compilation and linkage work find.

I'm trying to run the program using the BPXBATCH utility 
with PGM myprog and STDENV DD which contains 
_CEE_RUNOPTS=XPLINK(ON)

Even so I get the following error code:

CEE3555S A call was made from a NOXPLINK-compiled application to an 
XPLINK-compiled exported function in DLL libjvm.so
and the XPLINK(ON) runtime option was not specified.   
From entry point GetJVMPtr at compile unit offset +00B8 at entry offset 
+00B8 at address 3E8AB618.


Any Ideas?

thanks

Magen

--
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: Vtam Generic VS Cross Domain

2008-06-03 Thread Magen Margalit
Hi Chris

First of all thanks for the detailed response.

you wrote 
... in one of the domains where 
the secondary LUs have been activated, VTAM is still assuming an association 
between MYCICS as a CDRSC and the secondary LUs in the form of a session 
request which has the status code POLUIO associated with it. This would 
explain the number of session requests being greater than zero. I would 
expect it would be easy enough simply to use a command of the form VARY 
NET,INACT,ID=MYCICS,DELETE=YES in that domain in order to remove all 
trace of MYCICS prior to performing your tests with MYCICS as a generic 
resource.[1]

And this is exactly what we tried to do, but after issuing 
the VARY NET,INACT,ID=MYCICS,DELETE=YES command
issuing a D NET,ID=MYCICS,SCOPE=ALL showed that MYCICS
was still defined as before ... 

My guess was that since this is a dynamic CDRSC it is defined 
as long a client is trying to connect (session requests0)
so he is redefiend again and again

After Restarting CICS with the new appl name an with MYCICS as 
generic resource name it seems that clients were able to connect
using generic resource name (MYCICS)... but still D NET showed
a CDRSC definition with sec-lu in POLIOU status...


thanks

Magen

--
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: Vtam Generic VS Cross Domain

2008-06-01 Thread Magen Margalit
The cross domain is still there???   A hard-coded CDRSC defintion?
A dynamic CDRSC definition?  A cross-domain session?  I'm not sure
what you are sayig here.

== dynamic CDRSC definition

I don't understand working via the VTAM GR.  Do you mean that 
they succeeded when logging onto the GR name?  

== YES

BTW, I assume you have multiple TORs you are trying to put 
under a GR name.  Yes?  If not, what are you trying to achieve 
with a Generic Resource configuration?

== YES

Are you saying the the CDRSC was still active?  That's normal.  ...  If it's 
dynamic CDRSC it will eventually be delated based on some internal VTAM 
timer.

== This is exactly the situation, can you please give more details
   why this situation is normal? What about the terminal in the
   POLUIO status should be issue Vary Inact to clear them?


Thanks in advanced.
Magen

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



Vtam Generic VS Cross Domain

2008-05-29 Thread Magen Margalit
Hi List,

We are Z/OS 1.7 and CICS TS 2.3

We are trying to migrate out CICS TOR from cross domain to VTAM GR.  
We have followed following procedure:
1. Shutting down TOR
2. Make definition chages in order that current applid will be VTAM GR id
3. vtam ACT to the new TOR applid.
4. vtam INACT (force) to the old TOR applid.
5. Restart TOR.

We have encountered the following situation:
D net to the old TOR appid shows the the cross domain is still there 
and some terminals are in POLUIO status under it. Other terminal's seemed to 
be working via the VTAM GR.

We brouht down the TOR again and used INACT+FORCE+DELETE
and the cross domain appl was still there.

Questions:
1. It seems that terminals tring to conect after the TOR was up
   worked vis the VTAM GR and others were stucked under the
   old cross domain definition...
2. On the D net command, fields: Active Sessions was   and 
SESSION REQUESTS was   can this be the reason?
3. Any Ideas?

Thanks 
Magen

--
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: Z10 and ICSF

2008-05-11 Thread Magen Margalit
The strange thing is that that:
1. The same csfprmxx worked ok on the Z9
2. While trying to solve the problem we deleted the
domains on all LPARS except the production one 
and allowd only domain 0 for this LPAR and still 
after activate we got the S0C4.

Magen

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



Z10 and ICSF

2008-05-09 Thread Magen Margalit
Hi List

Yestarday night we did a CPC migration from Z9 to Z10.
After we IPLed on the new CPC we had a problem
with the ICSF proc - CSFSTART (abend 0C4-4).

After a while we have managed to start the proc
after adding parameter: Domain(1) into the csfparms member.
but we can't understand why...

The same procedure (without the parm) worked ok on the Z9 system.
We know that this parameter has a relation to the 
LPAR crypto domain index under the activation profile 
but can't fully understand what the relations are...

Does anybody know?

Thanks 
Magen  

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



Cics Transactions

2008-05-03 Thread Magen Margalit
Hi list,

I will post this in the cics list also
but maybe someone here will know...

we are cics ts 2.3

Terminal starting a session to TOR and then submit transaction A  that have 
REMOTESYSTEM of AOR1 in the definition.

Transaction A in AOR1 issue the start command with terminal to Transaction B.
In the definition of transaction B in AOR1 there is REMOTESYSTEM of the TOR.
In the definition of transaction B in TOR   there is REMOTESYSTEM of AOR2.


This process work OK.

As part of our CICSPLEX project
Now we want to use two TOR with vtam generic,
In this situation I cannot put in the definition of transaction B in AOR1 
REMOTESYSTEM of TOR, because there are two TOR

I cannot use the enhanced start (define routable in the transaction definition).


How can I do this?

TIA,
Magen

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



CTC Disconnect Time

2008-04-14 Thread Magen Margalit
Hi list,

I have a situation I don't fully understand...

I have a shared Escon channel used as CTC between 2 Lpars.
The CTC is used for XCF and VTAM communication.
For XCF there are 2 Devices defined on each system (in and out) 
and for VTAM there is 1 device defined on each system.

Looking on RMF report I see the following info:
Channel utilization is low - about 10%
Device Disconnect time for the IN device (on both systems) is huge - about 
5000ms (the out devices numbers are fine).
The in device utilization is almost at all time near 100%.

I don't think that this is a normal situtation, 
but except from GRS delay for XCF (about 5%)
It doesn't seemes to have any performance effect
or am I wrong?

Any help would be appricated.

Thanks
Magen

--
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: FICON FCTC

2007-12-05 Thread Magen Margalit
Hi,

If I understood your question correctly your CU defintion should look 
like this:

CNTLUNIT CUNUMBR=0900,PATH=((CSS(0),xx,xx,xx)),UNITADD=((00,032)),  *
LINK=((CSS(0),mmpp,mmpp,**)),*
  CUADD=1,UNIT=FCTC 

Where:
xx - CHPID 
mm - Swithch ID
PP - Exit port from the switch to the device

For example if you have:
Chpid: 10  Switch ID: 20   
Chpid 10 enter into the switch in port 11 and get out from port 12

CNTLUNIT CUNUMBR=0900,PATH=((CSS(0),10)),UNITADD=((00,032)),  *
  LINK=((CSS(0),2012)),*
  CUADD=1,UNIT=FCTC 

Magen Margalit

--
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: No z/OS UNIX Support in System REXX?

2007-12-05 Thread Magen Margalit
Hi,

The user running the job has no OMVS segment you
need the REACF guys to definen such a segment.
(Make sure that the job/stc have an associated user 
 (class started?!?) )

Magen

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


CICS TOR Terminals disconnects

2007-10-11 Thread Magen Margalit
Hi List,

We are Z9-EC shop, with Z/OS 1.7 and TS 2.3
Recently we are having a problem with our TOR Region:

aildelay= 0500 and catd has no tclass 

When 4000 terminals disconnect at the same time 
there are 4000 ices created with catd 
in this situation   cics goes SOS 

we tried to change the  AILDELAY=0 
and CATD   tclass= 100 
the effect was lots of CATA  CATD  (3000transations/min

the question is : how can i prevent too many  ice creation without changing 
AILDELAY 

Thanks fo your help.

Magen Margalit.

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


CICS Sockets

2007-01-21 Thread Magen Margalit
Hi List,

We are a Bank still using SNA based ATM's and we want to start using 
TCP/IP based ATM's. Our configuration consist from CICS TS 2.3 running on 
Z/OS 1.7 and Z9 CPC. 

We have an IP lpar and we thought about creating an IP CICS on that
lpar. This CICS will handle all connections against ATM's using 
CICS Sockets (the socket need to be alive as long as the ATM or CICS is 
alive) and when a request is issued it will start a tran
in the production (non IP) CICS.

I would appreciate any comments
including better suggestions or improvements

thanks,
Magen.

--
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: CICS (TS1.3) does not free RUWAPOOL storage?

2007-01-21 Thread Magen Margalit
When you set RUWAPOOL=YES CICS creates a pool of storage the first time a 
program invoked by LE and maintain it. This is used to reduce 
GETMAIN/FREEMAIN commands.
Since the applications are growing a new/bigger application program will 
need to allocate more storage, and then from time to time you will 
need to do adjusting (applies only to PGMs with LE ALL31(ON)).

Specifying RUWAPOOL=NO will disable this function but can affect 
performance. 

Notice also the AUTODST parm which regards to storage tunning of
LE application programs.

Magen.

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


Max Use Count

2005-11-02 Thread Magen Margalit
Hi List,

We are ZOS 1.4 and DB2 7.1 site.

The last few days we have encountered a strange problem

We have a periodic batch job using

DB2 Stored Procedure (cobol) calling

other LMs including a call to module DPTACBTX.

We sometimes get the following Msgs in the DB2SPAS log

STC00153 CSV002I REQUESTS FOR MODULE DPTACBTX EXCEED MAXIMUM

USE COUNT

STC00153 CSV028I ABEND906-08 JOBNAME=DB2PSPAS

STEPNAME=DB2PSPAS

and the batch job is terminated.

After restarting the job it works fine - till next time

The DB2 SP is created with: STAY RESIDENT NO

the main program is not rent and not reus

and the failing module is not rent and REUS.

We have two directions:

A. The use count of the module increase in every call

to the SP under the DB2SPAS jobstep till it has

max use count...

it's not reloaded again since it has RU attribute,

B. since the module has RU attr under the

DB2SPAS jobstep any SP that would call

that module and work same time will cause an

abend.

The module is an external product module

so we can't relink...

Any advice will be appreciated.

Magen.

--
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: Max Use Count

2005-11-02 Thread Magen Margalit
 Hi Todd  Roland
 First let me thank you for your replys.
 When I said RU I ment SERIAL of course.
but unfortunately ZOS does not take the care
actually to serial the call and it's the application responsibility.
On the DB2 SP documentation it states that
SP should be RN  RU or No-Rent and No-Reus
because the same RU module can be loaded more then one
time in diffrent thread's under the same jobstep (DB2SPAS).
Also the abends are random, and we have discovered that the
calling routine was running more then 32800 times(Max use count is 32767).
 I think that we are abending when another SP was using the
RU module (another thread), but on the CREATE SP statement
the STAY RESIDENT NO specified (I'm not sure that this parm
is regarding to all LM chain)
  Regarding to DB2WLM we are getting there.
 Magen.

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