Re: dyanamically changing color of ISPF panel fields

2010-07-12 Thread Beate Kawelke
Give it a special control character and define this control character in the )ATTR section with variables. Set the variables according to whatever you want before displaying the panel. Example: ? TYPE(OUTPUT) INTENS(LOW) CAPS(OFF) JUST(ASIS) COLOR(&MYCOL) Field then must have control characte

Re: How to find loadlib in a dump?

2010-03-29 Thread Beate Kawelke
If you want to find modules which are in LPA, you need to enter "LPA" after invoking DDLIST. Your "M membername" will then prompt a warning message screen - enter "YES" to also search LPA. > -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behal

Test tools, was: Strobe equivalents

2006-08-01 Thread Beate Kawelke
Wow, this list is cool ! We are currently looking for tools to help us manage test scenarios - up to now to no avail. We would like to define test scenarios and also manage the data / processes. For example, a test scenario would consist of some user input in ISPF panels, a server request, a re

DYNALLOC with (Kilo)bytes

2006-06-09 Thread Beate Kawelke
Hi folks, I use DYNALLOC to allocate a dataset. I know the size of each record and the number of records, so I can compute the number of bytes necessary. However, the only DYNALLOC text units for a space unit seem to be TRKS and CYLS. Did I overlook something ? Or do I need to do the math mys

Re: amode rmode problem

2006-03-20 Thread Beate Kawelke
; EC PSW AT TIME OF ERROR 078D1000 00F0871E 00020011 00F08000 > > Jim McAlpine > > > On 3/20/06, Beate Kawelke <[EMAIL PROTECTED]> wrote: > > > > Hi Jim, > > > > what does the PSW of the symptom dump say ? > > > > Beate > > > &

Re: amode rmode problem

2006-03-20 Thread Beate Kawelke
Hi Jim, what does the PSW of the symptom dump say ? Beate > -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Jim McAlpine > Sent: Monday, March 20, 2006 11:54 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Re: [IBM-MAIN] amode rmode problem >

Re: GIMAPI performance issues

2005-09-16 Thread Beate Kawelke
Hi Kurt, thanks for your response. What we do is we scan the entire SMP/E environment, so we want to make sure we optimize as much as possible. We already query for one specific zone and for one (in one case for two) specific entry type(s) and the only filtering we do is that we request only "n

GIMAPI performance issues

2005-09-14 Thread Beate Kawelke
Hi folks, we use GIMAPI to scan our SMP/E environment. This interface works quite nicely, but the scan takes quite a long time. We thought about reducing this overhead by dynamically pre-allocating the DDDEF datasets and then call GIMAPI for several checks on these datasets. Is there a chanc

Re: AW: How to access return codes of previous jobstep s

2005-07-27 Thread Beate Kawelke
Just a quick thank you to all contributors - and here's the assembler code we have created from the input. Thanks again, Beate TSTBFSTP CSECT

How to access return codes of previous jobsteps

2005-07-22 Thread Beate Kawelke
Hi folks, we are trying to find a way to do the following: Step XXX runs as last step in a job (with COND=EVEN) and needs access to the return / abend codes of the previously run steps. SMF exit can NOT be used. Three ideas have been discussed so far: 1. Access the SMF information for this jo

Using WSED for HLASM development

2005-07-20 Thread Beate Kawelke
Hi folks, we are considering using WSED for our (heavily HLASM-based) development. We have looked into the documentation etc. but we would like to hear from any experiences with the product. Especially, the following questions have arised: 1. Is HLASM really a focus of WSED ? All examples