Re: finding callers key in svc

2024-05-01 Thread Steve Austin
I believe the PSW will be in the PRB rather than the SVRB; the registers will be in the SVRB. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Erik Janssen Sent: Tuesday, April 30, 2024 6:14 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Is there a Java takesocket method?

2024-01-17 Thread Steve Austin
I have an assembler program using ‘givesocket’ to give a socket to another address space running a REXX using ‘takesocket’; this works fine. I’d like to replace the REXX with a Java app, but I’ve not yet found a Java takesocket method. My Java app is currently using java.net.ServerSocket and

Re: [EXT] Re: Invoke Java from Assembler

2023-07-12 Thread Steve Austin
A few years back I ran up an assembler program that used CELQPIPI(64-bit PIPI) to do this, but the assembler program called C routines via PIPI to do the real work; the C routines contained Java JNI code. -Original Message- From: IBM Mainframe Discussion List

Re: Is z/OS Name/Token pair retrieval supported from REXX?

2023-03-23 Thread Steve Austin
PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is z/OS Name/Token pair retrieval supported from REXX? On Thu, 23 Mar 2023 18:46:43 -, Steve Austin wrote: >... The loop >is simply to check that server has not ended every 2 seconds. > I see. Thanks. >I think I got >the i

Re: Is z/OS Name/Token pair retrieval supported from REXX?

2023-03-23 Thread Steve Austin
;IEANTRT LEVEL NAME TOKEN RETCODE" >RCC = C2D(RETCODE) >SAY "RC:" RCC "NAME:" NAME "TOKEN:" C2X(TOKEN) >On Wed, Mar 22, 2023 at 4:22 AM Steve Austin wrote: >> >> level='0004'x >> name=left(serverName,16) >> token='00

Re: Is z/OS Name/Token pair retrieval supported from REXX?

2023-03-22 Thread Steve Austin
This works for me; level='0004'x name=left(serverName,16) token=''x retcode=''x do until retcode = '0004'x "sleep 2" address LINKPGM "IEANTRT LEVEL NAME TOKEN RETCODE" end -Original Message- From: IBM Mainframe Discussion List

Re: Are JNI required to be re-entrant and/or re-usable?

2023-02-24 Thread Steve Austin
Thanks for all your responses. To get the JNI routine to work I made the assembler routine re-entrant and linked the JNI routine RENT; the JNI routine now resides in key=0 storage. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul

Re: Are JNI required to be re-entrant and/or re-usable?

2023-02-13 Thread Steve Austin
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Steve Austin [steve.aus...@macro4.com] Sent: Monday, February 13, 2023 9:04 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Are JNI required to be re-entrant and/or re-usable? I'm pretty sure I

Re: Are JNI required to be re-entrant and/or re-usable?

2023-02-13 Thread Steve Austin
(Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Steve Austin [steve.aus...@macro4.com] Sent: Monday, February 13, 2023 8:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Are JNI required to be re

Are JNI required to be re-entrant and/or re-usable?

2023-02-13 Thread Steve Austin
I have a Java JNI routine written in C and used as a wrapper to a venerable assembler program. The assembler program is neither re-entrant or reusable and to reflect this the JNI routine is linked RENT=NO and REUS=NO. However, the RENT=NO and REUS=NO does not appear to be being honoured, as the

Re: JZOS VSAM API equivalent VSAM ENDREQ?

2022-12-02 Thread Steve Austin
name have changed from dovetail.com to coztoolkit.com On Thu, Dec 1, 2022, at 4:11 PM, Steve Austin wrote: > Thanks Kirk, > > I have multiple threads reading from and writing to a KSDS. After some > reads I need to release the record lock. I can see there is a locate() > method wh

Re: JZOS VSAM API equivalent VSAM ENDREQ?

2022-12-01 Thread Steve Austin
dovetail.com to coztoolkit.com On Thu, Dec 1, 2022, at 6:31 AM, Steve Austin wrote: > Is the VSAM ENDREQ functionality available via the JZOS ZFile VSAM API? > Also I imagine zfile.read() maps to the C fread(), but is there an > equivalent of the C fread_unlocked()? Thanks > > -- > This

JZOS VSAM API equivalent VSAM ENDREQ?

2022-12-01 Thread Steve Austin
Is the VSAM ENDREQ functionality available via the JZOS ZFile VSAM API? Also I imagine zfile.read() maps to the C fread(), but is there an equivalent of the C fread_unlocked()? Thanks -- This e-mail message has been scanned and cleared by Google Message Security and the UNICOM Global security

Re: D IPLINFO / IEE254I

2022-10-25 Thread Steve Austin
That would be for Wazi, which runs under an alternative VM and has a unique user id (UUID) and ZVDT which runs under Linux (Ubunto) using IFLs. https://www.ibm.com/support/pages/apar/OA62744 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

[Koha] KOHA INTERGRATION

2021-11-01 Thread Steve Austin
Hi team.. I am having a challenge. Am in a school library using KOHA but the directors want to have an integrated school management system including a library module. They are specifically concerned with being able to know the total value of the resources in the library. Is there a way I can

[Koha] (no subject)

2021-08-18 Thread Steve Austin
Hi team... Kindly help me sort out this: When I search for an item on the OPAC without specifying if I want to search by title, call number, barcode number etc it show no results have been found but if I specify either the title, call number, barcode etc it shows the item... How can I sort this

[Koha] (no subject)

2021-08-13 Thread Steve Austin
Hi team? How do I solve this error on my KOHA user interface? I am able to see my items when I search them on staff interface but not when I search them on the OPAC/user interface. I get this error message. Error:Could not find opac-search.xml in /usr/share/koha/opac/cgi-bin/opac/ at

Re: PC on z/VSE, ...

2021-07-27 Thread Steve Austin
I've used them on z/VSE as does CICS I believe. Somewhat more limited than on z/OS from what I remember. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Tuesday, July 27, 2021 2:06 PM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Concatinated datasets

2021-07-16 Thread Steve Austin
I have have used BLDL for this, it give the concatenation number. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of A T & T Management Sent: Friday, July 16, 2021 2:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Concatinated datasets How

Re: STIMERM LT value

2021-05-11 Thread Steve Austin
an.) On Mon, 10 May 2021 09:52:16 +0100, Steve Austin wrote: >I've just found out that PARMLIB(CLOCKxx) here specifies; > > TIMEZONE E.01.01.00 > Ouch! Does that mean that SYSLOG, etc. timestamps are a minute ahead of your smartphone? Will that adjust to: TIMEZONE E.00.01

Re: STIMERM LT value

2021-05-10 Thread Steve Austin
I've just found out that PARMLIB(CLOCKxx) here specifies; TIMEZONE E.01.01.00 Something to do with synchronising with SVN and Jenkin apparently. Didn't think I'd need to code for ad-hoc tweaks like that. Sorry to waste your time. Steve -Original Message- From: Steve Austin

Re: STIMERM LT value

2021-05-10 Thread Steve Austin
I've run the test twice more specifying a time of 9 o'clock, the 1st with a STIMERM and an LT=value and the 2nd a GMT=value. Below are the results and an extract of the CVT showing CVTLDTO and CVTLSO. Is the value in CVTLDTO correct? Thanks Steve STCKE following STIMERM specifying GMT=:

Re: STIMERM LT value

2021-05-07 Thread Steve Austin
, 7 May 2021 11:37:40 +0100, Steve Austin wrote: >I ran the code below on a Z15 and a z/PDT and got the values shown. >Both are running summertime accounting the 09. But the result is a >minute awry of what I was hoping for. What STIMERM LT value would I >need to specify for >

STIMERM LT value

2021-05-07 Thread Steve Austin
I ran the code below on a Z15 and a z/PDT and got the values shown. Both are running summertime accounting the 09. But the result is a minute awry of what I was hoping for. What STIMERM LT value would I need to specify for 11 o’clock? Thanks Z15 09590001 3157 05072021 z/PDT

Re: Machine-readable flag for "development-only z/OS'

2021-04-05 Thread Steve Austin
IBM and vendors' will have model 1090 and customers' 1091, zPDT and zD respectively. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of PINION, RICHARD W. Sent: Monday, April 5, 2021 6:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Re: INTRDR and submitted JobID

2020-10-15 Thread Steve Austin
I did this years back and I think I used the ACB interface and ENDREQ. This link may help; https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaa600/iea3a6_Obtaining_a_job_identifier.htm On Wed, Oct 14, 2020 at 10:44 PM Seymour J Metz wrote: > Originally it was the

Re: Assembler question

2020-07-04 Thread Steve Austin
It is not 4 bytes, it is just that the following field is full word aligned. If the following field were FL4 rather than F, you will see the alignment change. I think there is an option to turn off alignment, but don't remember ever using it. -Original Message- From: IBM Mainframe

Re: Resource Manager Routine & RESMGR macro

2019-12-13 Thread Steve Austin
RMPLWALN*4 I believe. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of esst...@juno.com Sent: Thursday, December 12, 2019 7:26 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Resource Manager Routine & RESMGR macro Hello,.. Im looking at

Re: Improving the performance of an ISPF app using OMVS services (bpxwunix)

2019-11-04 Thread Steve Austin
It was a while back, but I'm pretty sureI have used _BPX_SHAREAS and the spawn syscall from REXX, to run Java in the same address space. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lionel B Dyck Sent: Monday, November 4, 2019

VSMLIST in a PC-ss routine

2019-04-04 Thread Steve Austin
I'm hoping to use the VSMLIST service in a PC-ss routine running in primary mode to get the unallocated private areas of the secondary address space. Is this possible, or will the call below just give me the private areas of the primary? Thanks Steve VSMLIST

Re: REXX syscalls and the dirty bit

2019-01-29 Thread Steve Austin
: Thursday, January 24, 2019 5:36 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX syscalls and the dirty bit On 1/24/2019 7:25 AM, Steve Austin wrote: > Hi, I'm using the 'shmat' syscall to attach a shared memory object, but using > the REXX storage function to alter it causes the dir

REXX syscalls and the dirty bit

2019-01-24 Thread Steve Austin
Hi, I'm using the 'shmat' syscall to attach a shared memory object, but using the REXX storage function to alter it causes the dirty bit to be set. Any idea why this is or how to prevent it? Thanks Steve The REXX extract below writes the following to SYSTSPRT; 1 tcbfbyt3= 80 2 tcbfbyt3= 80 2

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-31 Thread Steve Austin
DYNALLOC with DINRPATH returns the correct path, so bpxwdyn looks to be the culprit. I'll raise a PMR. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, October 30, 2018 8:58 PM To:

bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-30 Thread Steve Austin
Hi, Is there a way to persuade the above to return the full path name? Alternatively, is there another REXX invocable routine that will return the full path name? Thanks Steve JCL: // EXEC PGM=IRXJCL, // PARM='REXXTEST' //SYSEXEC DD DSN=SA.EXEC,DISP=SHR //SYSTSPRT DD SYSOUT=*

Re: z/OS Client Web Enablement Toolkit sample

2018-10-25 Thread Steve Austin
Thanks for your timely and helpful response Galina. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Galina Gorelik Sent: Wednesday, October 24, 2018 8:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS Client Web Enablement Toolkit

z/OS Client Web Enablement Toolkit sample

2018-10-24 Thread Steve Austin
I'm running the IBM REXX sample, HWTHXRX1, that demonstrates the use of the z/OS Client Web Enablement Toolkit and I'm getting the error below. The sample is attempting to connect to a hard coded URI, http://services.faa.gov. The other samples contain the same URI. Has anyone got any of the

Re: using REXX to spawn a Java program

2018-10-08 Thread Steve Austin
@LISTSERV.UA.EDU Subject: Re: using REXX to spawn a Java program On Mon, 8 Oct 2018 08:11:51 +, Steve Austin wrote: >I have some questions regarding the above. > >I'm specifying an environment variable of "_BPX_SHAREAS=MUST". Before each >spawn of the Java program I have a &qu

using REXX to spawn a Java program

2018-10-08 Thread Steve Austin
I have some questions regarding the above. I'm specifying an environment variable of "_BPX_SHAREAS=MUST". Before each spawn of the Java program I have a "syscalls('on') and after a "syscalls("off"). I'm noticing a significant delay at the "syscalls('off'); it can be as much as 2 minutes. If I

IBM Mult-Factor Authentication(MFA) for z/OS; passticket factor AZFPTKT1

2017-08-25 Thread Steve Austin
Hi, How is one intended to use the AZFPTKT1 (pass tickets) factor? I've successfully set up 'in band' and 'out of band' for AZFTOTP1 (TouchToken) and 'out of band' for AZFCERT1 (certificates), but am struggling to see how I might use AZFPTKT1; the doc says it is 'in band' only. How does the

Re: IBM Session Manager replacement

2017-08-18 Thread Steve Austin
Tubes from Macro 4 will be the easiest in terms of migration. Steve Austin Product Architect Macro 4 Limited d: +44 1293 872261 | t: +44 1293 872000 | www.macro4.com     Registered office: The Orangery, Turners Hill Road, Worth, Crawley, West Sussex, RH10 4SS Registered in England

Java JAAS LoginContext passticket

2017-03-16 Thread Steve Austin
I have a Java Webserver started task and for each client I'm creating a LogonContext using JAAS. This works fine using a userid and password, but I would like to use a userid and passticket. To use passtickets I need to specify the application id. How do I tell JAAS or the started task to use a

z/OS Java JAAS ThreadSubject.doAs()

2017-02-21 Thread Steve Austin
I have a multi-threaded Java file server that runs on z/OS. A file requestor passes a userid and password and is authenticated using JAAS successfully creating a LogonContext. I would like the thread to run with the authority of the requestor when accessing the file and I am trying to using

Re: fopen() errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe0000

2016-07-28 Thread Steve Austin
ssumption is that you are correct and fopen() doesn't support VRRDS, since there is no documented support in the manuals that I can see. Best to open an ETR with IBM z/OS Language Environment Kirk Wolf Dovetailed Technologies http://dovetail.com On Thu, Jul 28, 2016 at 5:09 AM, Steve Austi

fopen() errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe0000

2016-07-28 Thread Steve Austin
EDC5041I An error was detected at the system level when opening a file.; errno=41 errno2=0xc00a0022 last_op=111 errorCode=0xfe I get the above error when using JZOS to open a VSAM VRRDS dataset; the same code works for KSDS and RRDS files. String options = "rb+,type=record";

Re: 64-bit XPLINK LE assembler program initialisation error U4093 reason X'218' (536)

2016-07-13 Thread Steve Austin
here" (not even by adding a "t"). On Wed, Jul 13, 2016 at 9:12 AM, Steve Austin <steve.aus...@macro4.com> wrote: > Explanation > Errors were detected during initialization. > Reason code > Explanation > > X'218' (536) > Language Environment initialization was req

64-bit XPLINK LE assembler program initialisation error U4093 reason X'218' (536)

2016-07-13 Thread Steve Austin
Explanation Errors were detected during initialization. Reason code Explanation X'218' (536) Language Environment initialization was requested for an AMODE 64 application that does not contain a main. Specifically, the CELQMAIN CSECT is not present in the program object or the CELQMAIN CSECT

Re: Soft Capping

2016-06-30 Thread Steve Austin
AIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Wednesday, 29 June 2016 10:16 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Soft Capping Is there a way to determine programmatically if soft capping is being applied to a z/OS image? Thanks -- This e-mail message has been scanned and clea

Re: Soft Capping

2016-06-29 Thread Steve Austin
Thanks "SYSEVENT REQLPDAT" looks promising. Steve Steve Austin Product Architect Macro 4 Limited d: +44 1293 872261 | t: +44 1293 872000 | www.macro4.com       Registered office: The Orangery, Turners Hill Road, Worth, Crawley, West Sussex, RH10 4SS Registered in England no: 009275

Re: Soft Capping

2016-06-29 Thread Steve Austin
capping so I cannot see it. Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Wednesday, June 29, 2016 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Soft Capping Is there a way to determine programmatically if soft

Soft Capping

2016-06-29 Thread Steve Austin
Is there a way to determine programmatically if soft capping is being applied to a z/OS image? Thanks -- This e-mail message has been scanned and cleared by Google Message Security and the UNICOM Global security systems. This message is for the named person's use only. If you receive this

Re: Assembler XPLINK DLL EDCXELPG macro PPA2 geration oddity

2016-06-10 Thread Steve Austin
Thanks and yes I use CELQEPLG for 64-bit ,but my understanding is EDCXELPG is needed for 31-bit. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Philippe Leite Sent: 10 June 2016 13:26 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Assembler XPLINK DLL EDCXELPG macro PPA2 geration oddity

2016-06-08 Thread Steve Austin
The EDCXEPLG generates member id of AL1(3), which is C/C++. I was expecting AL1(15), which is assembler. The AL(3) is hard code in the macro. Is this a bug, or have I missed something? Thanks APROGXP EDCXPRLG EXPORT=YES APROGXP ALIAS C'APROGXP' XR3,3 EDCXEPLG

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Steve Austin
I used the C interface, IWMQVS, to SYSEVENT QVS on VSE. -- This e-mail message has been scanned and cleared by Google Message Security and the UNICOM Global security systems. This message is for the named person's use only. If you receive this message in error, please delete it and notify

Re: System Trace Table SSIR entries

2016-01-26 Thread Steve Austin
Thanks for this. Steve -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jim Mulder Sent: 26 January 2016 07:01 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: System Trace Table SSIR entries > I'm using IPCS to look at the System Trace

Re: System Trace Table SSIR entries

2016-01-25 Thread Steve Austin
resolve your issue? Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Steve Austin > Sent: Monday, January 25, 2016 1:31 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: System Trace Table SSIR entries > >

System Trace Table SSIR entries

2016-01-25 Thread Steve Austin
I'm using IPCS to look at the System Trace Table from an SVD dump. I'm puzzled by a sequence of over 100 SSIR entries prior to the program check I'm investigating. The SSIR entries have no PSW address or time stamp. How do I interpret the SSIR entries? Two address spaces are involved and they

NEW FUNCTION APAR (OA44064) TO ALLOW SYNCHRONOUS NSR ACCESS UNDER SRB MODE

2015-11-25 Thread Steve Austin
http://www-01.ibm.com/support/docview.wss?uid=isg1OA44064#more I've tried this with an RRDS on z/OS 2.1 with UA75273 applied and I get an RPLFDBK of X'0800E4' ( RPLINVMD). What have I missed? Thanks Steve PSW: supervisor state, key 8 and ASC mode primary 078C2000 8004B098 RPL: dir,key

4-hour MSU rolling average

2015-10-20 Thread Steve Austin
Hi, Is there an API to return this value(s). I'd expected a WLM call, but I've not found it yet. Thanks Steve -- This e-mail message has been scanned and cleared by Google Message Security and the UNICOM Global security systems. This message is for the named person's use only. If you

Re: Antwort: 4-hour MSU rolling average

2015-10-20 Thread Steve Austin
MSU average */ MSU_GRP = C2d(Storage(D2x(RCT+28),4)) /* Group Limit */ return Werner Von:Steve Austin <steve.aus...@macro4.com> An: IBM-MAIN@LISTSERV.UA.EDU, Datum: 20.10.2015 14:17 Betreff:4-hour MSU rolling average Gesendet von: IBM Mai

Re: 4-hour MSU rolling average

2015-10-20 Thread Steve Austin
person, company, or thing, living or dead, on or near this or any other planet, moon, asteroid, or other spatial object, natural or manufactured, since the beginning of time. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin

TCPIP.SEZAINST(REXAPI04)

2015-08-04 Thread Steve Austin
According to the link below REXAPI04 should exist in SEZAINST, but I don't see it on z/OS 2.1, z/OS 1.13 and z/OS 1.12 here. Any suggestions as to where it might be, or whether it actually exists? Thanks Steve

Re: TCPIP.SEZAINST(REXAPI04)

2015-08-04 Thread Steve Austin
Looks like it is actually EZARXS04 in SBLSCLI0. -Original Message- From: Steve Austin Sent: 04 August 2015 10:48 To: 'IBM Mainframe Discussion List' Subject: TCPIP.SEZAINST(REXAPI04) According to the link below REXAPI04 should exist in SEZAINST, but I don't see it on z/OS 2.1, z/OS

IBM Multitasking C socket sample program

2015-06-03 Thread Steve Austin
z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference SC27-3660-00 http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v 2r1.hala001/sam745.htm I'm trying to run up this sample, for which there is no supplied JCL. I've compiled,

Re: IBM Multitasking C socket sample program

2015-06-03 Thread Steve Austin
: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Wednesday, June 03, 2015 3:57 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: IBM Multitasking C socket sample program z/OS Communications Server: IP Sockets Application Programming Interface Guide

Re: A Total Eclipse of the Spool

2015-04-22 Thread Steve Austin
2015 06:34 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: A Total Eclipse of the Spool AFAIK z/OS explorer uses ftp to interface with JES for retrieving output. Rob Schramm On Apr 13, 2015 6:56 AM, Steve Austin steve.aus...@macro4.com wrote: Hello Ed, Do you use any Macro 4 products (Tubes, DumpMaster

Re: A Total Eclipse of the Spool

2015-04-13 Thread Steve Austin
Hello Ed, Do you use any Macro 4 products (Tubes, DumpMaster, TraceMaster, InSync, to name a few)? If you do then our z/Explorer Eclipse offering is free to use. It provides access to z/OS datasets and Unix files, allows jobs to be submitted and the JES spool to be viewed without SDSF as a

using bpxwunix with tsocmd to run XMIT

2015-03-17 Thread Steve Austin
I'm using bpxwunix with tsocmd to run an XMIT (see below). This works, but I've been unable to prevent the TSO PREFIX, being added to dataset name; any quotes I put around the dsn are ignored. Neither have I been able to set NOPREFIX. Is there a way to prevent the suffix being added? Thanks

Re: using bpxwunix with tsocmd to run XMIT

2015-03-17 Thread Steve Austin
Engelbrecht Sent: 17 March 2015 10:40 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: using bpxwunix with tsocmd to run XMIT Steve Austin wrote: I'm using bpxwunix with tsocmd to run an XMIT (see below). This works, but I've been unable to prevent the TSO PREFIX, being added to dataset name; any quotes

Re: using bpxwunix with tsocmd to run XMIT

2015-03-17 Thread Steve Austin
with tsocmd to run XMIT Steve Austin wrote: Thanks Elardus, but however many quotes I insert they are appear to be ignored. I've tried the command from OMVS and get the same result (see below). So I see after that IKJ message. I assume you do it interactively. Replace /bin/tsocmd XMIT

Re: using bpxwunix with tsocmd to run XMIT

2015-03-17 Thread Steve Austin
Don't quote me, but I now have it working as described. Thanks for your help! Steve -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Elardus Engelbrecht Sent: 17 March 2015 12:37 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: using

Re: REXX syscall spawnp and IPCS

2014-10-16 Thread Steve Austin
Thanks for all your responses. The fact that the SYSTSIN I've built in the spawned address space appears not to be read by IPCS, has led me to suspect the address TSO in the in the spawned address space is itself causing TSO commands to run in yet another address. -Original Message-

Re: REXX syscall spawnp and IPCS

2014-10-16 Thread Steve Austin
and IPCS On 2014-10-16, at 06:00, Steve Austin wrote: Thanks for all your responses. The fact that the SYSTSIN I've built in the spawned address space appears not to be read by IPCS, has led me to suspect the address TSO in the in the spawned address space is itself causing TSO commands to run

Re: REXX syscall spawnp and IPCS

2014-10-13 Thread Steve Austin
Sent: 10 October 2014 18:55 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX syscall spawnp and IPCS Steve: Hard to help unless we see your Rexx code ? Regards, Scott From: Steve Austin Sent: ‎Friday‎, ‎October‎ ‎10‎, ‎2014 ‎10‎:‎30‎ ‎AM To: IBM-MAIN@LISTSERV.UA.EDU Hello

REXX syscall spawnp and IPCS

2014-10-10 Thread Steve Austin
Hello, I've run out of hammers trying to use REXX syscall spawnp to run a REXX that drives IPCS in a child address space. IPCS is starting OK, but it does not appear to be accepting the SYSTSIN cards I'm piping to it. My latest attempt retrieves the input from the piped STDIN and queues it to

Re: PSF OGL PPFA ACIF alternatives?

2014-10-07 Thread Steve Austin
The Columbus suite from Macro 4 is another alternative. The Columbus Z product runs on the mainframe and will print to your IPDS printers. It can also automatically ACIF any print jobs on the mainframe and if required transmit the ACIF output to other platforms. The Columbus suite also has

Re: Java -Xdump:tool option on z/OS

2014-03-21 Thread Steve Austin
Thanks everyone for your contributions. The string below worked and I'm now looking at driving a REXX exec. -Xdump:tool:events=vmstart,exec=tsocmd submit 'SA.JCL(APFAUTH)' -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Hank

Java -Xdump:tool option on z/OS

2014-03-20 Thread Steve Austin
I'm attempting to use this option to issue a command at JVM start; -Xdump:tool:events=vmstart,exec=tso submit 'sa.jcl(apfauth)' I can see the BPXAS address space being started on my behalf; JOB07776 0090 BPXM023I (SA) 786 786 0090

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Steve Austin
using: -Xdump:tool:events=vmstart,exec=tsocmd submit 'sa.jcl(apfauth)' instead. I don't _know_ for certain that this will work. But it can't hurt to try. On Thu, Mar 20, 2014 at 8:49 AM, Steve Austin steve.aus...@macro4.comwrote: I'm attempting to use this option to issue a command at JVM

Re: Java -Xdump:tool option on z/OS

2014-03-20 Thread Steve Austin
.)-- PAGING COUNTS--- -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Thursday, March 20, 2014 9:49 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Java -Xdump:tool option on z

Re: ECB is unwaited normally used by ABTERM

2013-10-22 Thread Steve Austin
: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: 21 October 2013 17:04 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ECB is unwaited normally used by ABTERM Yes and that is what I'm trying t avoid. -Original Message- From: IBM Mainframe

Re: ECB is unwaited normally used by ABTERM

2013-10-22 Thread Steve Austin
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: 22 October 2013 08:19 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ECB is unwaited normally used by ABTERM Hello Rob, I'm not finding APAR OY66212 on the technical help database. Where can I find it? Thanks

Re: ECB is unwaited normally used by ABTERM

2013-10-22 Thread Steve Austin
@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: 22 October 2013 09:23 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ECB is unwaited normally used by ABTERM Thanks for this. However, from what I'm seeing there must be a bit more to it. My client task is waiting on an ECB is ECSA storage obtained

Re: JES Extended Status (SSI 80)

2013-02-16 Thread Steve Austin
Working now. I set the macro version incorrectly. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: 15 February 2013 15:40 To: IBM-MAIN@LISTSERV.UA.EDU Subject: JES Extended Status (SSI 80) Hello, With JES2 on Z/OS

JES Extended Status (SSI 80)

2013-02-15 Thread Steve Austin
Hello, With JES2 on Z/OS 1.13 this works when I specify STATTERS or STATOUTT, but for STATVRBO, STATOUTV and STATDLST I get a SSOBRETN of X'0C' and a STATREAS of X'00'. For all the requests I'm setting statsjb1, statshld, statsnhl, statsshl and statssnh; statjbil and statjbih contain the same

Re: ISFLOG - Clarification required.

2013-02-07 Thread Steve Austin
I think it just allocates syslog/operlog returning the ddname in the isfddname variable. You then open and read it using SDSB (jes spool dataset browse). -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Viswanath Chandrasekaran Sent:

Re: SDSF REXX and OPERLOG

2012-09-04 Thread Steve Austin
Lizette and Elardus, thanks for your replies and I'm sorry for wasting your time. Clearly, from the doc and the results I'm getting, what I'm trying to do will not work. I can't say why I thought it was working 6 months ago; perhaps in a parallel universe it did. The intention was to allocate the

SDSF REXX and OPERLOG

2012-09-03 Thread Steve Austin
Hello, In REXX on z/OS 1.13 I'm issuing 'ISFLOG ALLOC TYPE(OPERLOG)' and receiving return code 8 with message 'ISF816E ALLOCATE is mutually exclusive with OPERLOG.'. The IBM doc says this is valid and it was working 6 months ago so I guess something has changed. Has anyone any idea what might be

New Time Bank Forming! Ithaca/Tompkins Co.

2012-01-17 Thread Steve Austin
from you, Steve Austin 646-719-3644 ___ FingerLakesPermaculture mailing list FingerLakesPermaculture@lists.ibiblio.org http://lists.ibiblio.org/mailman/listinfo/fingerlakespermaculture Visit http://FLXpermaculture.Net to manage your subscription.

Re: z/OS Java JVM question

2012-01-15 Thread Steve Austin
Subject: Re: z/OS Java JVM question Steve Austin wrote: Having successfully created the JVM I can then find my class and run the main method. However, if I add code the call a JNI routine the class can no longer be found [...] Make sure that your LIBPATH environment variable includes the directory

z/OS Java JVM question

2012-01-12 Thread Steve Austin
Having successfully created the JVM I can then find my class and run the main method. However, if I add code the call a JNI routine the class can no longer be found; the source of my class is shown below with the JNI call code commented out. Any idea why the class can't be found? Thanks

Re: z/OS Java JVM question

2012-01-12 Thread Steve Austin
I've not changed the classpath, the only difference is in the java source as shown. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Staller, Allan Sent: 12 January 2012 14:18 To: IBM-MAIN@bama.ua.edu Subject: Re: z/OS Java JVM question

Spool data set browse (SDSB) question

2011-10-12 Thread Steve Austin
Does anyone know if it is possible to read backwards through the syslog using this interface? I'm setting the OPTCD=BWD in the RPL, but it is still reading forwards. Thanks Steve - This email has been scanned for

SDSF REXX question

2011-08-26 Thread Steve Austin
Hello, I have a REXX exec that issues D M=CPU using ISFEXEC and I expect the ULOG output to be returned in the isfulog. stem. This works fine under TSO, but if I run the exec under IRXJCL the command is issued, but no output returned in the isfulog. stem. Any idea what I'm missing?

Re: SDSF REXX question

2011-08-26 Thread Steve Austin
- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Elardus Engelbrecht Sent: 26 August 2011 13:25 To: IBM-MAIN@bama.ua.edu Subject: Re: SDSF REXX question Steve Austin wrote: I have a REXX exec that issues D M=CPU using ISFEXEC and I expect the ULOG output

Re: SDSF REXX question

2011-08-26 Thread Steve Austin
Subject: Re: SDSF REXX question Steve Austin wrote: Here is the REXX exec; isfcons = NODDY :-D I asked BIGEARS with help and ... :-D Thanks. I tried it out in TSO / ISPF and also with this JCL: //ZYX EXEC PGM=IKJEFT01 //SYSPROC DD DISP=SHR,DSN=REXX //SYSTSPRT DD

Re: SDSF REXX question

2011-08-26 Thread Steve Austin
) -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Elardus Engelbrecht Sent: 26 August 2011 14:12 To: IBM-MAIN@bama.ua.edu Subject: Re: SDSF REXX question Steve Austin wrote: I too have the REXX

Re: SDSF REXX question

2011-08-26 Thread Steve Austin
August 2011 14:40 To: IBM-MAIN@bama.ua.edu Subject: Re: SDSF REXX question Steve Austin wrote: Yes that is exactly what I want, but it is not working for me here. Ouch. More painful than a bored attorney's fee... :-D I suspect an environmental problem of some sort; possibly something

JRIO/JZOS zAAP eligability questions

2011-08-22 Thread Steve Austin
Hello, I've read that JRIO has been deprecated and the JZOS component should be used to access native files. I assume that both must be calling the JNI. Do both, or either, maintain zAAP eligability across the JNI call? If so is this documented anywhere? Thanks Steve -

Re: JRIO/JZOS zAAP eligability questions

2011-08-22 Thread Steve Austin
, 2011 at 9:38 AM, Steve Austin steve.aus...@macro4.comwrote: Hello, I've read that JRIO has been deprecated and the JZOS component should be used to access native files. I assume that both must be calling the JNI. Do both, or either, maintain zAAP eligability across the JNI call? If so

BPXWRBLD question?

2011-08-01 Thread Steve Austin
Hello, I've taken a copy of the example C code in chapter 2 of Using REXX and z/OS UNIX System Services, but have been unable to persuade it to run my REXX exec. I get RC=20 and the following message in the envionment block; IRX0112I The REXX exec cannot be loaded. The REXX exec is in the

  1   2   3   4   5   6   7   8   9   10   >