Was Adding 90 seconds to 8 byte TOD FIELD

2018-12-27 Thread esst...@juno.com
I have been watching this thread, as have found it interesting. And Yes I agree with others that the OP should use DSECTS/LABELS instead of hard coded displacements. . The Original Post stated they were trying to branch to the address in ECVTXTSW. . > L R15,16 GET

SASN=NEW on ETDEF macro

2019-01-07 Thread esst...@juno.com
.I'm experiencing an issue which I don't understand. . I have a small Stacking Space Switching PC Service Routine, its Entry Table Definition (ETDEF) has SASN=Old Specified. . It is my understanding - SASN specifies whether the stacking PC routine wi

Re: SASN=NEW on ETDEF macro

2019-01-08 Thread esst...@juno.com
PASN=00F0 and SASN = 00F0 The MVCP will then attempt to move data from the server address space (00F0) to the server address space (00F0) The fact that you did not abend is probably just luck. -Original Message- From: IBM Mainframe Discussion List On Behalf Of esst...@juno.com Sent: M

Re: SASN=NEW on ETDEF macro

2019-01-08 Thread esst...@juno.com
ation. -- Original Message -- From: "esst...@juno.com" To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SASN=NEW on ETDEF macro Date: Tue, 8 Jan 2019 16:12:53 GMT Rob POPS never states that the two address spaces must be different for MVCS and MVCP.I can and have issued MVCP

Re: SASN=NEW on ETDEF macro

2019-01-08 Thread esst...@juno.com
n the server ASID. If there is data at address X in the server space, then some presumably unwanted data ends up at address Y, otherwise you are going to abend 0C4. -Original Message- From: IBM Mainframe Discussion List On Behalf Of esst...@juno.com Sent: Tuesday, January 8, 2019 4:28 PM To

Re: ASCRE init module (again)

2019-01-09 Thread esst...@juno.com
I use Name Token Pairs for passing dataYou may want to consider using the Sub System Interface (SSI) GET/PUT to anchor a control block in common. -- Original Message -- From: Robin Atwood To: IBM-MAIN@LISTSERV.UA.EDU Subject: ASCRE init module (again) Date: Wed, 9 Jan 2019 18:37:

Re: BALR and BAL in AMODE=24

2019-01-22 Thread esst...@juno.com
I remember back in the CICS/VS days we would code a BALR 14,14 It was a great Interview question to explain the workings of a BALR instruction. -- Original Message -- From: John Gateley To: IBM-MAIN@LISTSERV.UA.EDU Subject: BALR and BAL in AMODE=24 Date: Tue, 22 Jan 2019 06:43:54

Re: CICS IR I/O wait time (inter-region (MRO) I/O wait)

2019-01-28 Thread esst...@juno.com
To begin with - You need to read the following publications for You specific release of CICS CICS/TS Intersystem Communication Guide CICS/TS Performance Guide CICS/TS Problem Determination Guide (IRC WAIT) . You don't state weather the Partner Region is a File Owning region (FOR) or another Appli

Abend 052-512

2019-02-09 Thread esst...@juno.com
Hello.I was trying to use Peter Relsons SHARE Session 17096 to define a Extended Reusable SYSTEM LX..Im on a z/OS 2.1 So I issue the following: LAR1,1 AXSET AX=(R1) STR15,RETURNCODE .. LHI R0,1 STR0,LXCOUNT

Re: Abend 052-512

2019-02-10 Thread esst...@juno.com
00170 670 STR15,RETURNCODE Save . . -- Original Message -- From: Binyamin Dissen To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Abend 052-512 Date: Sun, 10 Feb 2019 01:06:24 +0200 As always, post the complete code and the abend details. What you consider implied might

Re: Abend 052-512

2019-02-10 Thread esst...@juno.com
our macros. If you have difficulty providing the code, make a simple test case without any proprietary information and see if it fails then. On Sun, 10 Feb 2019 14:34:05 GMT "esst...@juno.com" wrote: :> I can't provide the entire program due to some contractual agreements. :>S

Retart after a Failed PC Service Routine with a sysem LX

2019-02-18 Thread esst...@juno.com
. I'm digesting a Share Presentation from March 2015, Session 17096. "Does my address space have enough storage for me ?" . The Author talks about setting up a System LX providing service to "ALL". . Granted this presentation can't cover every aspect of a SYSTEM LX, and this question is probably

BPXF105E

2019-02-26 Thread esst...@juno.com
Hi,.I need some help understanding BPXF105EBPXF105E RETURN CODE 007B, REASON CODE 05620064 JRDirWriteRequestThe service tried to open a directory for write access.Action: The open service request cannot be processed. Correct the name or the open flags and retry the operation . Normally I use

Re: BPXF105E

2019-02-27 Thread esst...@juno.com
age- > > From: IBM Mainframe Discussion List On > Behalf Of > > esst...@juno.com > > Sent: Tuesday, February 26, 2019 2:30 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: BPXF105E > > > > Hi,.I need some help understanding BPXF105EBPXF105E RETURN CODE 00

Re: BPXF105E

2019-02-27 Thread esst...@juno.com
ds, MI 49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -Original Message- From: IBM Mainframe Discussion List On Behalf Of esst...@juno.com Sent: Wednesday, February 27, 2019 8:15 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: BPXF105E **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or cli

DFSMS Move Dataset

2020-05-15 Thread esst...@juno.com
Hello. Does IBM (DFSMS) have a utility that will move VSAM and/or non-VSAM dataset to a different VOLUME ? . Paul D'Angelo * * * -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.

Re: DFSMS Move Dataset

2020-05-16 Thread esst...@juno.com
ylinder at a time. Good luck! Regards, David On 2020-05-15 13:39, esst...@juno.com wrote: > Hello. > Does IBM (DFSMS) have a utility that will move VSAM and/or non-VSAM dataset > to a > different VOLUME

Question About Sub System Interface Function Call 08

2020-06-18 Thread esst...@juno.com
Hello,. I'm exploring the use of Sub System Interface . I understand a resource manager is the preferred method for handling specific ending address space termination. . To be clear I'm interested in understanding SSI Function Call 08 and not a Resource Manager. . If this function call is defined

Re: Question About Sub System Interface Function Call 08

2020-06-19 Thread esst...@juno.com
Regarding using the preferred methodI believe its always advisable to have more than one solution in a software tool box..Regarding the SSCVT, wouldn't tat introduce another variable to be verified ?.The Address contained SSCTUSE1 would need to be verified as to the owner of the structure.Was t

Using AN EAX value of PC Routineto index into the Authority Table

2020-07-18 Thread esst...@juno.com
Hello. I’m reading Chapter 5 Using Access Registers in MVS Programming Extended Addressability Guide (SA23-1394-30). Pages 113 – 116 “Procedures for establishing addressability to an address space”Regarding Figure 38I understand the EAX value of PCRTN indexes into the AT of AS2.I understand PC

Re: Using AN EAX value of PC Routineto index into the Authority Table

2020-07-19 Thread esst...@juno.com
to AR mode. Having loaded the addresses and ALETs into the AR/GPR correctly, PCRTN uses MVC to move data from AS2 to AS1." Joe On Sat, Jul 18, 2020 at 1:56 PM esst...@juno.com wrote: > Hello. I’m reading Chapter 5 Using Access Registers in MVS > Programming Extended Addressability Gui

Re: OOBOL and English was Re: Still COBOL After All These Years?

2020-07-19 Thread esst...@juno.com
Sorry for the garbled message -.If the AS2 has the capability of switching to supervisor state; why can't it (AS2) create its own Cross Memory environment allowing Address Space (AS1) the ability to issue a PC to AS2 and the PC Service Routine use AR Mode to transfer data from the Target Address

Re: Using AN EAX value of PC Routineto index into the Authority Table

2020-07-19 Thread esst...@juno.com
ce (AS2) to the Accessing Address Space (AS1) ?" How does it know what address space is the accessing address space (AS1) before it is called by that address space? Joe On Sun, Jul 19, 2020 at 6:39 AM esst...@juno.com wrote: > -- Original Message -- > From: Joe Monk >

Re: Using AN EAX value of PC Routineto index into the Authority Table

2020-07-19 Thread esst...@juno.com
ress space providing access. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of esst...@juno.com [esst...@juno.com] Sent: Sunday, July 19, 2020 9:02 AM To: IBM-MAIN@LISTSER

Test Test

2019-11-08 Thread esst...@juno.com
-- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Searching the ASVT

2023-02-04 Thread esst...@juno.com
. Hello I am on a z/os 2.2 system, trying to rseurrect some old code. . can some one confirm the instructions for Searching the Address Space Vector Table (ASVT) on z/OS 2.2 . This program loads R10 with CVTASVT L R10,CVTASVTGET ASVT ADDRESS USING ASVT,R10 ESTABLISH ADDRE

Clarification of SDSF CSR

2023-03-17 Thread esst...@juno.com
Hello . I need some clarity on SDSF CSR display Common storage remaining Memory When I use CSR function I see job CSVDJOB listed with CSVDJOB ECSA ECSA%

Re: Stop the ragging on COBOL please [was: RE: ASM call by value]

2023-03-27 Thread esst...@juno.com
+2 -- Original Message -- From: Tom Brennan To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Stop the ragging on COBOL please [was: RE: ASM call by value] Date: Sun, 26 Mar 2023 23:22:03 -0700 +1 On 3/26/2023 10:55 PM, Farley, Peter wrote: > I am getting increasingly tired of snide or o

Question about IEAARR Process

2023-04-21 Thread esst...@juno.com
Hello . . Can anyone add some additional information regarding IEAARR. I am trying to clean up an existing Associated Recovery Routine, by first using IEAARR to drive a Target Routine that is designed to Abend and drive the Associated Recovery Routine. . This works well .. I have No issues with IEA

Re: CICS startup failure

2023-05-03 Thread esst...@juno.com
I have never seen this issue - off the top of my head, it may be necessary to redefine the GLOBAL AND LOCAL CICS Catalogs with the START=INIT. Don't know why. ... I have never seen this condition although I don't know what this has to do with zos 2.5. . -- Original Message -- Fr

Re: CICS startup failure

2023-05-03 Thread esst...@juno.com
Hello Dave - . After You manually install the list using CEDA, are you able to recycle CICS with the GRPLIST to the SYSIN patrameters ? . -- Original Message -- From: Dave Quinn To: IBM-MAIN@LISTSERV.UA.EDU Subject: CICS startup failure Date: Wed, 3 May 2023 06:27:49 -0500 I'm

Re: CICS startup failure

2023-05-04 Thread esst...@juno.com
ubject: Re: CICS startup failure Date: Wed, 3 May 2023 19:32:15 + Wondering if you upgraded the LE CICS definitions for LE z/OS 2.5. See CEE.SCEESAMP(CEECCSD). Sent with Proton Mail secure email. --- Original Message --- On Wednesday, May 3rd, 2023 at 3:14 PM, esst...@juno.com

Re: Are you serious about wanting a better IBM doc RCF-type process?

2023-05-23 Thread esst...@juno.com
+1 -- Original Message -- From: Robert Keahey To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Are you serious about wanting a better IBM doc RCF-type process? Date: Tue, 23 May 2023 09:38:33 -0500 +1 -- For IBM-MAIN s

TEST Probe

2023-06-18 Thread esst...@juno.com
-- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Liberty Server on zOS

2023-08-03 Thread esst...@juno.com
Hello.Does anyone know if a Liberty Serer can be installed on ZOS without CICS or WebSphere?Any documentation ? .paul dangelo -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.e

IBM-MAIN@LISTSERV.UA.EDU

2023-08-10 Thread esst...@juno.com
Hello.I am trying to use TSO NETSTAT with a FILTER and keep receiving -EZZ2351I Incorrect option: FILTER..I can issue NETSTAT ALL, however there too much data..So I'm Trying to use a filter..I have tried many different variations such as:NETSTAT (FILTER APPLMAE AWTSTDP3 NETSTAT ALLCONN (FILTER A

Re: IBM-MAIN@LISTSERV.UA.EDU

2023-08-10 Thread esst...@juno.com
?topic=overview-netstat-command-filter On Thu, Aug 10, 2023, 15:56 esst...@juno.com wrote: > Hello.I am trying to use TSO NETSTAT with a FILTER and keep receiving > -EZZ2351I Incorrect option: FILTER..I can issue NETSTAT ALL, however there > too much data..So I'm Trying to use a

Re: IBM-MAIN@LISTSERV.UA.EDU

2023-08-11 Thread esst...@juno.com
Fri, 11 Aug 2023 at 07:59, esst...@juno.com wrote: > Yes I have looked at that page, and not getting any data - so I suspect my > sytax is incorrect > > -- Original Message -- > From: Mike Schwab > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: IBM-MAIN@LISTSE

Re: IBM-MAIN@LISTSERV.UA.EDU

2023-08-11 Thread esst...@juno.com
@LISTSERV.UA.EDU Date: Fri, 11 Aug 2023 08:52:14 +1000 Try: NETSTAT TELNET (APPLNAME AWTSTDP3 On Fri, 11 Aug 2023 at 07:59, esst...@juno.com wrote: > Yes I have looked at that page, and not getting any data - so I suspect my > sytax is incorrect > > -- Original Message -- > Fr

Re: IBM-MAIN@LISTSERV.UA.EDU

2023-08-11 Thread esst...@juno.com
-- Original Message -- From: Colin Paice To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IBM-MAIN@LISTSERV.UA.EDU Date: Fri, 11 Aug 2023 13:49:42 +0100 The doc says *The APPLname filter is valid only with TELnet. *Are you using telnet? On Fri, 11 Aug 2023 at 13:43, esst...@juno.com

Re: IBM-MAIN@LISTSERV.UA.EDU

2023-08-11 Thread esst...@juno.com
@LISTSERV.UA.EDU Date: Fri, 11 Aug 2023 13:49:42 +0100 The doc says *The APPLname filter is valid only with TELnet. *Are you using telnet? On Fri, 11 Aug 2023 at 13:43, esst...@juno.com wrote: > NETSTAT TELNET (APPLNAME AWTSTDP3 did not reurn any useful data > It only re

A curosity question about IHAETD macro

2023-08-26 Thread esst...@juno.com
Hello -.A curiosity question about IHAETD macro of SYS1.MACLIB. . ETDHFLAG DS B All non-used bits must be zero. @ ETDRCRD EQU X'80' If bit is ON, NO recording of cross @ * memory connections will be performed. * If bit is OFF, recording will be done. * Classification: DMTI . There is a f

Re: Is the IBM Assembler List still alive

2023-09-02 Thread esst...@juno.com
I have to agree with Bernd -.I was a contractor for many years, some times working in two different installations at the same time.Every where I worked, the management didnt want to mention "Assembler" and Yet every where I workedI was asked to look at some old Assembler code and sometimes sev

Re: Is the IBM Assembler List still alive

2023-09-02 Thread esst...@juno.com
-- Original Message -- From: Bernd Oppolzer To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is the IBM Assembler List still alive Date: Sat, 2 Sep 2023 09:28:10 +0200 Not true. I'm currently working for 2 customers (insurance companies), both use "high level" languages like COBOL and PL

CICS List Serv

2023-10-05 Thread esst...@juno.com
Does anyone know the procedure to reister for CICS Listserv ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Question About IEFSSI REQUEST=QUERY

2023-10-12 Thread esst...@juno.com
Hello,.Looking at the IEFSSI REQUEST=QUERY - It is recommended to Free the WorkArea when he request completes -. Is it safe (as in a good practice) to always release the workarea when the WORKAREA address returned is non-zero. ? . Meaning once the program has evaluated the return code, the program

GG22-9036

2023-11-02 Thread esst...@juno.com
.Does anyone know if there is a version of GG22-9036 available via the Internet? GG22-9036Services Required for an Event Driven Program Is there an updated version of this publication..paul dangelo -- For IBM-MAIN subsc

Re: GG22-9036

2023-11-02 Thread esst...@juno.com
-Center-Techn ical-Bulletin-Services-Required-for-an-Event-Driven-Program/ -Original Message- From: IBM Mainframe Discussion List On Behalf Of esst...@juno.com Sent: Thursday, November 02, 2023 15:05 To: IBM-MAIN@LISTSERV.UA.EDU Subject: GG22-9036 .Does anyone know if there is a version

Some Guidance on STIMERM CANCEL

2023-11-19 Thread esst...@juno.com
Hello.Im looking for some guidance on when it is acceptable to issue a STIMERM CANCEL..I issues a STIMERM, with WAIT=NO and EXIT specified.LA R2,STIMR$ID .Stimer ID L R9,STIMER_EXIT@ .STIMER Expirary Routine* STIMERM SET,ID=(2), WAIT=NO, DINTVL=DINTVL$, .Interval PARM=STIMERP

Re: Parameters to ARR routine

2023-12-05 Thread esst...@juno.com
SET ETDEF has a parameter for an Associated Recovery Routine (ARR) If You develop an ARR, I would be interested in seeing what You do/ . I have an ARR , I like to see what others do in it . I can send You what 'Im playing with now and some documentation. . -- Original Message -- Fr

RETRY - was ARR and CSVQUERY

2023-12-19 Thread esst...@juno.com
* Hello, . I have been following the thread on ARR and CSVQUERY, and started thinking about a retry routine. Weat

Question about IEAMSCHD

2023-12-30 Thread esst...@juno.com
. Hello . Can someone please clarify this statement regarding IEAMSCHD - . "To run an SRB routine in a different address space from the scheduling code, the SRB routine must be either in a different program that is accessible from the target address space, or in the common storage together with

Re: Question about IEAMSCHD

2023-12-30 Thread esst...@juno.com
must have missed something. . paul .-- Original Message -- From: Binyamin Dissen To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Question about IEAMSCHD Date: Sat, 30 Dec 2023 19:28:10 +0200 On Sat, 30 Dec 2023 15:36:44 GMT "esst...@juno.com" wrote: ::>Can someone please

Resource Manager Routine & RESMGR macro

2019-12-12 Thread esst...@juno.com
Hello,.. Im looking at an Installation-written Resource Manager Routine and the RESMGR macro. . For this discussion I want to use a single copy (instance) of a Resource Manager Routine in LPA, so it is shared between three Started Tasks. . In the Parameter List (IHARMPL) passed to the Resource M

RACEOUTE REQUEST=RESUME ?

2019-12-17 Thread esst...@juno.com
Hello.I'm Not a RACF person. . I am looking at the RACROUTE macro, and don't see a RACROUTE REQUEST=RESUME option. . I would like to resume an end-users password by submitting a job. Can this be accomplished by using RACROUTE macros or another Assembler interface ? . Any examples would be appreci

Re: RACEOUTE REQUEST=RESUME ?

2019-12-18 Thread esst...@juno.com
f Of Tony Harminc Sent: Wednesday, December 18, 2019 10:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: RACEOUTE REQUEST=RESUME ? External Email On Tue, 17 Dec 2019 at 16:41, esst...@juno.com wrote: > Hello.I'm Not a RACF person. > . > I am looking at the RACROUTE macro, and don&#x

Looking For a Specific IPCS Command

2019-12-25 Thread esst...@juno.com
Hi,.I'm looking at the z/OS MVS IPCS Commands . I can use IPCS LIST 001B000. LENGTH(200) I can set an equate to this structure EQUATE CBX 01B000 . If each Structure had a pointer to the next structure at a fixed offset I could use a RUNCHAIN t get to the next structure. .. I want to list the data

Using a Variable in an IPCS LENGTH tatement

2019-12-30 Thread esst...@juno.com
Hello, . After much testing and research I have the following RUNCHAIN command - IP RUNC ADDRESS(50_40713830) LINK(3:7) LEN(X'30') CHAIN(1000) NULL(X'14617ADC') + DISP VERIFY EXEC((LIST X+10? LENGTH(1000)) . Im trying to avoid hard coding values where possible. . The RUNCHAIN command performs wel

Re: How to test SUBSYS=

2020-02-20 Thread esst...@juno.com
Has anyone been able to actually view file 364 ?I was able to down load and extract the file, but I cant read it ? -- Original Message -- From: Steve Smith To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How to test SUBSYS= Date: Wed, 19 Feb 2020 23:31:08 -0500 There's also the "Contr

HOSTNAMES on Z/OS TCPIP

2020-03-12 Thread esst...@juno.com
Hi,..I was previously on a Z/OS 2.2 system where I would update hostnames and IP Address in a Unix directory (/SYSTEM/etc/HOSTS) . When I transfered to a different division within the same company I am working on a z/OS 2.3 system, where Host Names and their associated IP Address's are stored in a

TEST TEST TEST

2020-03-25 Thread esst...@juno.com
-- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

[SUSPECTED SPAM] Tivoli Omegamon High Availability Hub on z/OS & DVIPA

2020-03-25 Thread esst...@juno.com
.Hi .I need some clarification -. Is anyone using a Omegamon High Availability Hub on z/OS with Dynamic Virtual IP Address (DVIPA) ? . Im looking for sample DVIPA definitions for an Omegamon High Availability Hub on z/OS ? . In addition should I specify the HOSTNAME "OMEGAHAHUB" in the HOSTNAME

[SUSPECTED SPAM] Tivoli Omegamon High Availability Hub on z/OS & DVIPA

2020-03-25 Thread esst...@juno.com
Hi . Is anyone using a Omegamon High Availability Hub on z/OS ?.I need some guidance - . Im looking for sample DVIPA (Dynamic Virtual IP Address) definitions for an Omegamon High Availability Hub on z/OS ?Google is not producing what 'Im looking for. . In addition to defining a DVIPA, do I nee

[SUSPECTED SPAM] Tivoli Omegamon High Availability Hub on z/OS & DVIPA

2020-03-25 Thread esst...@juno.com
Hi .I need some clarification -. Is anyone using an Omegamon High Availability Hub on z/OS with Dynamic Virtual IP Address (DVIPA) ? . Im looking for sample DVIPA definitions with a Omegamon High Availability Hub on z/OS ?Google didn't produce the expected results. . In addition should I specif

Qustion ABout an MVS Resnagers and Name Token Pairs

2020-04-20 Thread esst...@juno.com
Hi,. I was reading Peter Relsons "Sample z/OS synchronous cross memory server" code, and it made me think about a Resource Manager and System Level Name Token Pairs. . Are System Level Name Token Pairs (NTP) available to a Resource Manager when a Started Task has abended ?. Have the system level

Question About Dormant MVS Resource Managers

2020-04-29 Thread esst...@juno.com
Hello,. I reading about Resource Managers - and its capability to be "dormant". I understand if the Resource Manager is "dormant" for four minutes, the system will abend the Resource Manager with a 40D Abend. . What exactly does it mean when a Resource Manager is "dormant" ? . If I have three Start

Re: And the survey says...

2021-04-27 Thread esst...@juno.com
We use PCOMM and Tom Brennan's Vista - excellant product Paul D'Angelo -- Original Message -- From: Allan Staller <0387911dea17-dmarc-requ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.EDU Subject: And the survey says... Date: Tue, 27 Apr 2021 14:09:25 + Classification: Con

IEHPROG Alias Load module

2021-06-30 Thread esst...@juno.com
Hello, . Many, Many, Years ago I seem to recall the utility IEHPROG provided ALIAS function for assigning an ALIAS to a LOAD module. Does any one remeber the syntax and control statements ? I know TSO has a Command to Supply An Alias Name to a load module Does any one remember IEHPROG having this c

Re: Communication between two computer systems (LPARS or physical)

2021-08-10 Thread esst...@juno.com
You may want to consider using some of the SYSPLEX Services (log streams/structures) -- Original Message -- From: Steff Gladstone To: IBM-MAIN@LISTSERV.UA.EDU Subject: Communication between two computer systems (LPARS or physical) Date: Tue, 10 Aug 2021 15:06:22 +0300 We have gl

Test Do Not Respond

2021-09-08 Thread esst...@juno.com
-- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

STOP If Yo Heard This Before ... IBM Continues to shed Staff

2017-03-31 Thread esst...@juno.com
https://www.theregister.co.uk/2017/03/31/ibm_bloodbath_continues/ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

The Register

2017-04-02 Thread esst...@juno.com
Indian Business Machines ? One-third of Big Blue staffbased there and Bangladesh https://www.theregister.co.uk/2017/03/31/one_third_ibm_staff_in_india_bangladesh/ -- For IBM-MAIN subscribe / signoff / archive access instruction

Question About Associated Recovery Routines

2017-04-15 Thread esst...@juno.com
Hi, . I'm looking for a good example Of an Associated Recovery Routine to be used as with a PC Stacking Routine. . I have read some Share Presentations and of course the standard IBM Publications, but have not been able to locate a good sample Associated Recovery Routine for PC Stacking Routine

Re: DFHEXLI vs DFHECI

2017-04-22 Thread esst...@juno.com
Hi Tony I found two references to DFHEXLI and also refer to the external interface guide as you mentioned CICS.SDFHPROC(DFHYXTDL) CICS.SDFHPROC(DFHEXTAL) -- Original Message -- From: Tony Thigpen To: IBM-MAIN@LISTSERV.UA.EDU Subject: DFHEXLI vs DFHECI Date: Fri, 21 Apr 2017 21

SETRP with DUMP=YES

2017-04-22 Thread esst...@juno.com
Can I issue a SETRP DUMP=YES without other parameters. . Meaning I don't want to specify a retry routine nor do I want to specify a return code. I simply want to issue SETRP DUMP=YES and return to the next sequential instruction following the SETRP. . . Paul D'Angelo * --

Re: SETRP with DUMP=YES

2017-04-23 Thread esst...@juno.com
Thank You Peter and Charles for refreshing my memory. If I issue several SETRP macros in a recovery routine, and one of the SETRPs specifies DUMP=YES, I suspect the dump is taken when the Recovery Routine ends and before The Retry Routine receives control. . . Is My Assesment correct ? . Paul

Re: DFHEXLI vs DFHECI

2017-04-23 Thread esst...@juno.com
oing by including something from the EXCI library instead of the normal INCLUDE? Tony Thigpen esst...@juno.com wrote on 04/22/2017 09:59 AM: > Hi Tony > > I found two references to DFHEXLI > and also refer to the external interface guide as you mentioned > > CICS.SDFHPROC(DFHY

How to Cause An Abend without an SDWA

2017-05-06 Thread esst...@juno.com
Hi, . I'm testing an Associated Recovery Routine (ARR), and all abends have an SDWA Associated with it. Is there any technique (or specific Abend Code) I can use to cause an abend that will not provide an SWDA to my ARR ? . . Thanks Paul Dangeloe

Another Success ?

2017-05-29 Thread esst...@juno.com
https://www.thesun.co.uk/news/3669536/british-airway-it-failure-outsourced-staff/ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Eliminating the systems programmer was Re: IBM cuts contractor bil ling by 15 percent (our else)

2017-06-23 Thread esst...@juno.com
Jesse Robinson wrote "supplying the entire OS on a chip" I heard a similar statement delivered by the Late Great Bob Yelevich in the early 1990s. He suggested that CICS would be delivered on a Board, or possibly a component/domain would be delivered on a board. . . As a contractor I have experi

Using RACROUT and Facility Class

2017-06-29 Thread esst...@juno.com
Hello . I am not a RACF Security Administrator by any means, after reading several documents I need some help setting up a RACF Facility Class and Permitting Access To a Started Task Userid (STCUSRID) and My Userid (PAULD01). Do the following RACF Commands Define a Facility Class BLUE_RIBBON.SYS1

Re: Using RACROUT and Facility Class

2017-06-30 Thread esst...@juno.com
017 01:32:42 -0500 esst...@juno.com wrote: >I am not a RACF Security Administrator by any means, after reading several >documents >I need some help setting up a RACF Facility Class and Permitting Access To a >Started Task Userid (STCUSRID) and My Userid (PAULD01). >Do the follo

Re: EXEC CICS ABEND PROCESSING, R13 clobbered.

2017-07-14 Thread esst...@juno.com
The scenario you present does not sound right. I'm assuming this program is not an exit. If I remember correctly the Registers were restored from the Handle Abend when the abend routine is entered. This does go back many years. What Release of CICS are you running. The CICS Application Programmin

Need Hep with HIDS and z/OS

2017-07-14 Thread esst...@juno.com
Hello, I'm not a security person. Need some help with HIDS and z/OS- What is HIDS You ask ? HIDS stands for Host Intrusion Detection System * I'm researching an issue for a business unit. I really know nothing about HIDS. . There requirement What they are looking for here is essentially a

Re: Need Hep with HIDS and z/OS

2017-07-16 Thread esst...@juno.com
second section) Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of esst...@juno.com Sent: Friday, July 14, 2017 3:28 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Need Hep with HIDS and z/OS Hello, I'm not a security perso

Re: Need Hep with HIDS and z/OS

2017-07-16 Thread esst...@juno.com
Thanks to all who responded . As a novice in this area, I have many questions. What is the increase in CPU with any intrusion detection product ? . When is intrusion detected ? Meaning in real time when the event happens or is it logged/posted later on a some report ? -- Original

Re: Looking for a manual on IRLM services

2022-01-03 Thread esst...@juno.com
ANyone else find this URL link NOT FOUND -- Original Message -- From: Rahim Azizarab <03f036d88eeb-dmarc-requ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Looking for a manual on IRLM services Date: Mon, 3 Jan 2022 17:13:09 + http://www.redbooks.ibm.com/r

co Z Batch

2022-01-18 Thread esst...@juno.com
Hello. . We are running a free software product called co Z Batch on z/OS 2.3. . Does anyone run coZ Batch with z/OS 2.5 ? Are there any Maintenance for coZ Batch required for z/OS 2.5 ? . Thanks Paul D'Angelo -- For IBM-MAIN subs

OLD SHARE 76 Presentation

2022-01-22 Thread esst...@juno.com
Hello . I have an old copy of a Share 76 Presentation - "Developing an MVS/ESA Cross Memory Application Using ESA/370 Advanced Address Space Facilities" By Keith Hayes; SAS Institute . Its actually a document - . Searching SHARE Archives was unproductive. . My copy has been garbled ad damaged over

Uploading a PC File to a Mainframe PDS

2022-03-19 Thread esst...@juno.com
Hello , , . I have WINDOWS DOS .bat file which I use to execute a script. The script contains about 1000 FTP get commands. I have executed this script many many times to backup source code from a mainframe. . I need to restore several files on the Mainframe, so I created a script which contains

Re: Uploading a PC File to a Mainframe PDS

2022-03-19 Thread esst...@juno.com
re." - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of esst...@juno.com Sent: Saturday, March 19, 2022 09:29 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Uploading a PC File to a Mainframe PDS Hello , , . I have WINDOWS DOS .bat file which I use to

Question About ADRDSSU

2022-04-11 Thread esst...@juno.com
. Hello . I have a question regarding ADRDSSU - In the past I have used the following control statements to MOVE a specific dataset from one volume to another. . //COPYMOVE EXEC PGM=ADRDSSU,REGION=7M,TIME=99 //SYSPRINT DD SYSOUT=* //OUTVOL1 DD DISP

Coping the content of a single member into other members

2022-05-04 Thread esst...@juno.com
. I should be able to accomplish this, but I seem to be having a brain freeze. . I have about 30 Members in a PDS that contain different values (CLEAR, GET, START, RESUME, etc.) At times I want to replace the contents of all 30 Members with the value of INIT. . Essentially I want to copy the CON

Issues with VTS

2022-06-10 Thread esst...@juno.com
Hello - We're experienceing a lot of problems right now with the VTS, and the 3592-JC media. Our configuration is: IBM 3584 tape library, with 3957VEC TS7760-T VTS (virtual tape server), microcode level 8.51.2.12 10 3592-E08 drives for the VTS back-end, installed 5/25/2022 3592-JC media, bought

Anyone having Issues with VTS

2022-06-11 Thread esst...@juno.com
Hello - We're experiencing a lot of problems right now with the VTS, and the 3592-JC media. Our configuration is: IBM 3584 tape library, with 3957VEC TS7760-T VTS (virtual tape server), microcode level 8.51.2.12 10 3592-E08 drives for the VTS back-end, installed 5/25/2022 3592-JC media, bought

How To Handle RACROUTE logic

2022-06-23 Thread esst...@juno.com
Hello, . I'm not a RACF person. . I'm developing two routines to check a userids authority to access a resource in a RACF Facility Class. . One routine issues RACROUTE REQUEST=FATSAUTH, and the other issues RACROUTE REQUEST=AUTH. Both requests work well when checking for an individual user. . T

Question about IEFSSI REQUEST=QUERY

2022-07-13 Thread esst...@juno.com
.Hello IEFSSI macro to dynamically query a subsystem. with REQUEST=QUERY . Regarding IEFSSI REQUEST=QUERY,WORKAREA=WAREA; it is My understanding that the work area will be freed automatically at either task (TCB) termination or job step termination. . Is my Assesment correct ? . 2nd Would IEFSSI

clarification on SWDAEPA.

2022-08-14 Thread esst...@juno.com
Hello, . . I need some clarification/guidance on SWDAEPA. . In this scenario, Program (PGM1) loads program PGM2 - PGM1 sets up parameter lists and structures and issues BASR R14,R15 to PGM2. . PGM2 contains several CSECTS - It Obtains storage, establishes an ESATE Recovery Routine, and inv

Question ABout SSI

2022-08-28 Thread esst...@juno.com
Hello . . I'm reviewing the publication "Using the Subsystem Interface", and an old SHARE presentation "All About the Subsystem Interface". . Looking at The Broadcast Functions an installation can invoke - function codes 04,08,09,10,14,48,50,78 . In general on entry to one of these Broadcast func

MVS Update

2022-10-02 Thread esst...@juno.com
. Hello Does anyone know the exact url for an old version of MVS Update I have been unsuccessful in locating MVS Update, October 1987 . Paul -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

  1   2   3   >