Poor Man's Web Service

2011-12-16 Thread Monika Amiss
Dear group, I want to handle a web-service call via an cgi rexx script (on http server v3r5). The soap client pgm sends via POST his SOAP Envelope. How can I read this envelope in my rexx cgi to get user's input (execio stdin?) and later send back the result. Any small hint very

Re: 3270 dynamic screen sizes

2011-10-22 Thread Monika Amiss
Hello, thanks you so much for the information. With the help of Mr. Jaffe (I love your EJES) and Mr. Metz I found out what's the problem. It's out Session manager (Tubes) which forces primary screen to 24x80. If I use DEFAULTAPPL=TSO evrything works fine. Looks like I must order a newer

3270 dynamic screen sizes

2011-10-14 Thread Monika Amiss
Dear group-users, I know this topic was discussed before and I want to excuse myself first, but I have a problem with 3270 dynamic screen sizes, and this drives me crazy. These are my settings: - TELNETDEVICE DYNAMIC ,D4C32XX3 - in ISPF Setting: Screen format 1 (1. Data) - 3270 Emulator

smf14 and ds cache read

2011-07-11 Thread Monika Amiss
Hello group, is it possible to determine with SMF-Records (14,41,42,..) if a dataset-block was read from disk, lla (direcotory read), vlf (modules), or PDS/E-caching. We want to optimize our I/O processing. Any hint appreciated. With best regards Monika

Aw:Re: non-module-PDS and VLF

2011-05-19 Thread Monika Amiss
Hallo Peter, thank you very much for your answer. I looked at SMF14/15 and found some very small but often used datasets like: TCPIP.TCPIP.DATA TCPIP.FTP.DATA TCPIP.FTP.TCPXLBIN I put them into DLF with non-retain-definition and wrote a small sleeper job (open those ds and wait). 'D

non-module-PDS and VLF

2011-05-12 Thread Monika Amiss
Hello Group, we habe a PDS with some members (no modules but characters) which is rarely updated. Can I put this Dataset in LLA and VLF (with FREEZE option) without touching all our Application programs which use this datasets. Or can I only use this Dataset when I work with the VLF-API

Aw: Re: non-module-PDS and VLF

2011-05-12 Thread Monika Amiss
: Vernooij, CP - SPLXM kees.verno...@klm.com An: IBM-MAIN@bama.ua.edu Datum: 12.05.2011 11:18 Betreff: Re: non-module-PDS and VLF Monika Amiss monika.am...@arcor.de wrote in message news:1172756478.595508.1305191624118.JavaMail.ngmail@webmail10.arcor-on line.net... Hello Group, we

assembler batch calling unix daemon

2011-04-29 Thread Monika Amiss
need is a kind of persistent envirnoment: First establish a process and further on only make my updates. At the end close the environment. Is there something like this, or somebody has another idea how I can call OSNMPD from assembler batch. Any hint appreciated With best regards Monika Amiss

get filesize in C or Assembler

2011-04-02 Thread Monika Amiss
Dear group, I'm wondering if there is a way to get the size of a temporary QSAM-Dataset programmatically without opening and seeking to the end of the file. The program, which needs the size information is written in C (and so can call Assembler) and runs in z/OS-Batch. I played around with

binary add

2011-03-29 Thread Monika Amiss
Dear group, I'm reading some SMF30 records and want to accumulate several 4 byte binary values (like CPU SU, IO SU, ...) for jobs which achieve the same criteria. But the summation grows over the 4 byte capacity (I use AR in Amode31). Is there a way to use 2 register for the summation. Or

Unknown program interrupt

2010-11-13 Thread Monika Amiss
Dear group, our Test-CICS abended. The system trace shows me the cause: PGM03B 040C2001 81977335 in IBM literature I only find about interrupts 0C1-0CF. Somebody could help me? Where can I find the other PGM's? With best regards Monika

loop detection by program

2010-11-12 Thread Monika Amiss
Dear group, I want to examine all Asids every 3 minutes and - if one Address Space appears to be looping - I want to issued a Message to the operator. All this should be done via Assembler on our z/OS 1.12-system. I looked at SYSEVENT REQSVDAT, but I am not

physical memory usage

2010-11-02 Thread Monika Amiss
Dear group, we have assigned 24GB of physical memory to our production LPAR. Is it possible to monitor how much percent of this physical memory is currently used (via Assembler). So, if paging is active this value should be over 100%. Any hint appreciated, with best regards

AW: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread Monika Amiss
On 7/31/2010 1:09 AM, Monika Amiss wrote: MVC U3.S99TUKEY,=AL2(DALBRTKN) MVC U3.S99TUNUM,=AL2(7) MVC U3.S99TULNG,=AL2(L'TU0002TK) Any hint appreciated. Have a nice day. You're misreading the message. Note that you stuff a 7 into TUNUM, which

AW: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread Monika Amiss
It looks like your ALTXTPRE includes a length field. Since IAZBTOKP includes the length of each subparameter, it should not follow ALTXTPRE but, rather, overlay the last two bytes of ALTXTPRE. So, ALTXTU3 DSXL(ALTXTPRE) TU0002TK DSCL(BTOKSIZE) should be

Dynalloc error: 037C006E (spool data set browse)

2010-07-30 Thread Monika Amiss
Dear group, i'm making some tests with the new JES Spool data set browse (SDSB), and it's driving me crazy. First I make an SSI 80 with STATTYPE,STATDLST to get a dataset list. Then I scan SSVE's and I'm getting dsname and token (STVSDSN,STVSCTKN), for

IF/ELSE/ENDIF strange behavior

2010-06-09 Thread Monika Amiss
Hello group, I'm running following job with z/OS 1.10 /JES3). Program MAKEABND (STEP04) produces an S0C1-Abend, and STEP06 is executed, which I did not expect. If I put the ENDIF before STEP06, STEP06 is Flushed (like expected), //STEP01 EXEC PGM=IEFBR14

Get 'Group Capacity Limit' programmatically

2009-10-06 Thread Monika Amiss
Hello Group, since some days we use 'Group Capacity' for Workload Pricing at our z10 and with z/OS 1.8. We are very pleased with the benefits. At our shop I wrote a program to monitor our LPARs with SNMP / MRTG. I can get CEC capacity and Image capacity with a Query to Virtual Server

Re: Get 'Group Capacity Limit' programmatically

2009-10-06 Thread Monika Amiss
Hello Shy, Thank you for your hint. Looks great. This is what I was looking for. Thank you so much With best regards Monika * Shy wrote: Subject: Re: Get 'Group Capacity Limit' programmatically Hi, You should use SYSEVENT REQLPDAT. The output of this