Re: Copy a VSAM dataset from an old system

2024-11-06 Thread Binyamin Dissen
is z/OS v2.3, :>The new system is z/OS v2.5. :> :>Thanks :> :>Gadi -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe /

Re: Extended linkage index - documentation? PC routine definition problem

2024-11-04 Thread Binyamin Dissen
No need to switch to the controllers address space. :>Address 20105000 in addeess space A points to x' A7F40018' (Jump instruction). :>Does "extended linkage index" have anything to do with this situation? No. The ELX means you need to load the sequence number

Re: OFF TOPIC - DELETING ALL FILES SOFTWARE FROM A LAPTOP

2024-11-02 Thread Binyamin Dissen
he laptop in question is a DELL VISTA.  I asked the experts at DELL but they couldn't tell me because of a lack of documentation. :>Thanks. :>Willie -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Softwar

Re: Bounded string move?

2024-11-01 Thread Binyamin Dissen
of 256 bytes. :>> :>Is the size a constant or a variable? :> :>That may avoid treating the multiple-of-256 (considered unlikely?) as :>a special case. :> :>If the size is 256 bytes or less, does it execute the loop zero times then :>then move the rest at the end? -- B

Re: Conditional breakpoint TSO TEST

2024-10-30 Thread Binyamin Dissen
BREAK POINT CONDTION HIT :>Else :> GO /* CONTINUE */ :> :>THANKS :> :> :> :>-Original Message- :>From: IBM Mainframe Discussion List On Behalf Of :>Binyamin Dissen :>Sent: Wednesday, October 30, 2024 2:55 AM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subjec

Re: Conditional breakpoint TSO TEST

2024-10-29 Thread Binyamin Dissen
ructions, :>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN :>> :>> :>> -- :>> For IBM-MAIN subscribe / signoff / archive access instructions, :>> send email to lists...@listserv.ua.ed

Re: AUTOCMD

2024-10-29 Thread Binyamin Dissen
On Mon, 28 Oct 2024 23:29:41 -0500 Brian Westerman <06ba4ed225c9-dmarc-requ...@listserv.ua.edu> wrote: :>I think he was looking for the time of day execution in AUTO. I could be wrong. $TA -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & G

Way to convert a L38PP to PDF?

2024-10-25 Thread Binyamin Dissen
The file is in EBCDIC and the first line contains X'503DEE000 A043EE001' SCRIPT/VS 4.0.0: DEVICE 38PPN CHARS X1T00395 -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar &

Re: Bounded string move?

2024-10-22 Thread Binyamin Dissen
ST which documents "The ending character to be used to determine the end of the second operand is specified in bit positions 56-63 of general register 0. Bit positions 32-55 of general register 0 are reserved for possible future extensions and must contain all zeros; otherwise, a specification

Re: z/OS macros with ARCHLVL=7

2024-10-20 Thread Binyamin Dissen
:>For IBM-MAIN subscribe / signoff / archive access instructions, :>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN :> :>------ :>For IBM-MAIN subscribe / s

Re: SVC calling (via SYNCH) a 3GL program

2024-10-16 Thread Binyamin Dissen
A different task or an IRB (STIMRM) in the address space. On Wed, 16 Oct 2024 10:26:16 +0300 Steff Gladstone <05c5038228fa-dmarc-requ...@listserv.ua.edu> wrote: :>What do you mean by "from the side?". :> :>?? ??? ??, 15 ? 2024, 14:07, ??? Binyamin Dissen ?&

Re: SVC calling (via SYNCH) a 3GL program

2024-10-15 Thread Binyamin Dissen
a.edu> wrote: :> :>> Thank you Seymour and Binyamin. My LE question was sent before I saw :>> Binyamin's answer. :>> :>> On Mon, 14 Oct 2024 at 18:27, Binyamin Dissen < :>> 0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :>> :>> > On

Re: SVC calling (via SYNCH) a 3GL program

2024-10-15 Thread Binyamin Dissen
t;On Tue, Oct 15, 2024 at 2:30?AM Steff Gladstone < :>05c5038228fa-dmarc-requ...@listserv.ua.edu> wrote: :> :>> Thank you Seymour and Binyamin. My LE question was sent before I saw :>> Binyamin's answer. :>> :>> On Mon, 14 Oct 2024 at 18:27, Binyamin Diss

Re: TSO TEST subcommand Call and how to restore original R14

2024-10-14 Thread Binyamin Dissen
:>> BR R14 :>> :>> :>> :>> :>> WORKAREA DSECT :>> :>> :>> 0030 DUMMYBREAK DS XL2 :>> 0040 RETRUN DS A :>> :>> ------ :>> :>&

Re: SVC calling (via SYNCH) a 3GL program

2024-10-14 Thread Binyamin Dissen
the COBOL pieces. But if your initial calling program that invokes the SVC is LE you should be fine. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / sign

Re: Very strange DB2 JDBC connect issue

2024-10-11 Thread Binyamin Dissen
; :>On Thu, Oct 10, 2024 at 6:58?PM Binyamin Dissen < :>0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :> :>> I have several DB2 instances on the same mainframe (V12) and am having an :>> issue with one of them. :>> :>> The JDBC silently times out. DB2

Very strange DB2 JDBC connect issue

2024-10-10 Thread Binyamin Dissen
pears unneeded. Specifying the SECPROT for the JDBC connection does cause DB2 to complain. What obvious thing am I missing? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For

Re: Obscure messages issued by ftp in batch with -d option

2024-10-08 Thread Binyamin Dissen
gt; For IBM-MAIN subscribe / signoff / archive access instructions, :>> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN :>> > :>> :>> :>> -- :>> Jay Maynard :>> :>> -- :>

Re: Question on HLASM - B to a DROP statement!?!

2024-10-02 Thread Binyamin Dissen
:>> For IBM-MAIN subscribe / signoff / archive access instructions, :>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN :> :>-- :>For IBM-MAIN subscribe / signoff

Re: USERCAT entry exists, but not on the volume

2024-09-30 Thread Binyamin Dissen
. :> :>GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com :> :> :>On Monday, September 30th, 2024 at 7:13 AM, Binyamin Dissen <0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :> :>> I have a usercat entry but it

USERCAT entry exists, but not on the volume

2024-09-30 Thread Binyamin Dissen
I have a usercat entry but it is not on the volume. I cannot figure out the combination of operands to remove it. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For

Re: Which option(s) tells zOS to use 31 bit UCB addresses?

2024-09-29 Thread Binyamin Dissen
my knowledge that is the only way to get the UCBs to be 31 :>bit. :> :> :>Paul :> :>-Original Message- :>From: IBM Mainframe Discussion List On Behalf Of :>Binyamin Dissen :>Sent: Saturday, September 28, 2024 12:40 PM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject:

Re: Which option(s) tells zOS to use 31 bit UCB addresses?

2024-09-28 Thread Binyamin Dissen
l :> :>-Original Message- :>From: IBM Mainframe Discussion List On Behalf Of :>Binyamin Dissen :>Sent: Friday, September 27, 2024 7:03 AM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: Re: Which option(s) tells zOS to use 31 bit UCB ad

Re: Which option(s) tells zOS to use 31 bit UCB addresses?

2024-09-27 Thread Binyamin Dissen
edu> wrote: :>HCD specifying LOCANY yes. Note z/OS provides "captured UCB" which gives :>24 bit view of the 31 bit UCB to allow old programs to work (IOSCAPU :>macro). Works surprisingly well. :> :>On Fri, Sep 27, 2024 at 1:21?AM Binyamin Dissen < :>0662573e2c3a

Which option(s) tells zOS to use 31 bit UCB addresses?

2024-09-26 Thread Binyamin Dissen
Went thru the Init & Tuning Reference and no luck. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, se

Re: Try to define a DS8* to a zPDT IODF

2024-09-25 Thread Binyamin Dissen
gt;3. Connect the CHP to some switch port, i.e. 01, 02 :> :> :> :>What does that mean? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN

Re: Try to define a DS8* to a zPDT IODF

2024-09-25 Thread Binyamin Dissen
does that mean? :>4. Define CU 2107, connect it to another port, i.e. 21, 22 :>5. Connect CHP to CU adapter. i.e. 01.A121, 02.A122 :> :>Your emulated switch is a single point of failure, but I guess you can :>live with it. :-) -- Binyamin Dissen http://www.dissensoftware.com

Re: Try to define a DS8* to a zPDT IODF

2024-09-24 Thread Binyamin Dissen
These are all arbitrary values just to define the setup. I am open to recommendations. On Tue, 24 Sep 2024 16:14:34 +0200 Radoslaw Skorupka <0471ebeac275-dmarc-requ...@listserv.ua.edu> wrote: :>9033 is (small) ESCON Director. :>2107 may not support ESCON. :>What is  CHP typ

Re: Try to define a DS8* to a zPDT IODF

2024-09-23 Thread Binyamin Dissen
ay or may not be close :>to your physical setup. :>Just imagine you have four z16 machines and dozen of D8K dasd boxes. And :>huge FICON directors. :>You can work with such definitions, however it cannot be activated without :>the equipment. :>But in your case the HCD warns you

Try to define a DS8* to a zPDT IODF

2024-09-23 Thread Binyamin Dissen
CU hardware? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with

Re: Clist var and tso test copy subcommand

2024-09-23 Thread Binyamin Dissen
n’t seem like it works :> :>Forgot for the first to get the name of the variable in workarea I used workarea=c’name’ with ampersand it puts a curly brace in :>Thank you :> :>> On Sep 23, 2024, at 11:10?AM, Binyamin Dissen <0662573e2c3a-dmarc-requ...@lis

Re: Clist var and tso test copy subcommand

2024-09-23 Thread Binyamin Dissen
y &name workarea(4) :>Thought copy would let me copy a literal workarea=c'&name' -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe /

Re: PC - SVC restriction ?

2024-09-12 Thread Binyamin Dissen
giée ou confidentielle. Si vous n'êtes pas le destinataire dûment nommé, son employé ou son mandataire, veuillez nous aviser sans tarder et supprimer ce message ainsi que toute copie qui peut en avoir été faite. :> :>-- :>For IBM-MA

Re: PC - SVC restriction ?

2024-09-11 Thread Binyamin Dissen
Post = service to end the WAIT.] -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv

Re: RMODE 64

2024-09-09 Thread Binyamin Dissen
64 :>I have gotten the program to run in rmode 64 with synch macro but this :>should work as well -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subs

Re: POSTing a WAIT in another Address Space; POST ASCB= parameter; S602 Abend

2024-09-09 Thread Binyamin Dissen
On Mon, 9 Sep 2024 20:53:57 + Richard Zierdt wrote: :>Well, RX works, and can be used when the ASCB is within, for example, the caller's own addressability. I would wonder if there is code (in ZOS) where any arbitrary ASCB is - not - within the codes addressability. -- Binyami

Re: POSTing a WAIT in another Address Space; POST ASCB= parameter; S602 Abend

2024-09-05 Thread Binyamin Dissen
post to the server via the CS technique with the ECB available via an ALET.. Also, if the ECB is waiting, the CS fails and the alternative path is required. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar &am

Re: How do I choose a subpool?

2024-09-01 Thread Binyamin Dissen
't shout it from the rafters. :> :>Is there anything, anywhere -- IBM, SHARE, a Colin Plaice blog -- that offers guidance on how to pick a subpool, or how to avoid picking a problematic subpool? How to avoid subpool collisions? :> :>Or to make the question more basic, what subp

Re: Use of, e.g., LAE in IBM macros

2024-08-28 Thread Binyamin Dissen
invoked routine. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with t

Re: ODBC from MVS to a non-MVS (say Linux or Windows)

2024-08-28 Thread Binyamin Dissen
ent-Toolkit/tree/main/Example-Download Tim, I am not having much luck finding zOS REST doc. Which bookshelf should have it? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel

Re: IBM macros, SIIS and RENT (was: Relative Instructions not generated by some IBM macros, e.g. STORAGE and ATTACHX)

2024-08-27 Thread Binyamin Dissen
re tool-generated (as many of the macros created since the mid 80's are). :>> :>> ... :> :>-- :>For IBM-MAIN subscribe / signoff / archive access instructions, :>send email to lists...@lists

Re: Relative Instructions not generated by some IBM macros, e.g. STORAGE and ATTACHX

2024-08-26 Thread Binyamin Dissen
lacement. How would it help - you still need a register. I don't think :>there is any relative instruction that sets the matching AR. For that :>matter, doesn't the use of LAE imply that the AR might not be that of the :>current code? I suppose trhey could use CPYA or LAM

Re: Relative Instructions not generated by some IBM macros, e.g. STORAGE and ATTACHX

2024-08-26 Thread Binyamin Dissen
ire dûment nommé, son employé ou son mandataire, veuillez nous aviser sans tarder et supprimer ce message ainsi que toute copie qui peut en avoir été faite. :> :>------ :>For IBM-MAIN subscribe / signoff / archive access instructions, :>s

Re: DALDSNAM value of S99TUPAR for GDG(+1)

2024-08-26 Thread Binyamin Dissen
aset error from SVC 99 :>I did set OIS99FLG11,S99GDGNT and set DALMEMBR S99TUPAR to '+1' Why are you so sure that the response is incorrect? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen So

Re: ODBC from MVS to a non-MVS (say Linux or Windows)

2024-08-25 Thread Binyamin Dissen
n to non-Db2 Unix or WIndows systems. :> :>On Wed, Aug 21, 2024 at 1:12?AM Binyamin Dissen < :>0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :> :>> It would seem that this would be controlled by the DSNAOINI (based on the :>> DSN8OIVP). :>> :>> I

Re: Non-reentrant program not allowed (where?); Advantages of reentrant programs?

2024-08-24 Thread Binyamin Dissen
data and code use different cache lines. So a change to data near code will require the cache line to be written to storage and read back into the code cache. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & G

Re: Simple Rexx question

2024-08-22 Thread Binyamin Dissen
__ :>From: IBM Mainframe Discussion List on behalf of Binyamin Dissen <0662573e2c3a-dmarc-requ...@listserv.ua.edu> :>Sent: Thursday, August 22, 2024 12:58 AM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: Re: Simple Rexx question :> :>How about :> :&g

Re: Simple Rexx question

2024-08-21 Thread Binyamin Dissen
--- :>For IBM-MAIN subscribe / signoff / archive access instructions, :>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel --

ODBC from MVS to a non-MVS (say Linux or Windows)

2024-08-20 Thread Binyamin Dissen
MVS drivers required to be installed for each database type? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: Comments on ASAXWC?

2024-08-14 Thread Binyamin Dissen
e products and it has been rock solid. Never noticed a performance hit, although I do bypass it for "*" and "**" patterns. :> :>Rob Scott :>Rocket Software :> :>Get Outlook for Android<https://aka.ms/AAb9ysg> :> :>From:

Re: Comments on ASAXWC?

2024-08-14 Thread Binyamin Dissen
art again looking for another CD, etc. Or perhaps first scan for another Q? Etc. Logic would seem to chop off the start/end if not masked, and keep looping until either match or no possibility. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & G

Re: DASD & UCB Addr

2024-08-13 Thread Binyamin Dissen
t;Would like the program just to list the volume and UCB addr. :>I get the volume name, but I can't get the UCB addr. :>Any help would be appreciated. :>Is there a program on the CBT tape that does this. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen

Comments on ASAXWC?

2024-08-13 Thread Binyamin Dissen
about performance. I am interested in comments from those that have tried it. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / arch

Re: Resource manager for subsystem

2024-08-13 Thread Binyamin Dissen
at is why I advised changing on letter to something that wouldn't be in a real subsystem. That way the hash function will still pass thru it but not match. Of course, the function codes in the SSVT should be disabled. -- Binyamin Dissen http://www.dissensoftware.com Dire

Re: Resource manager for subsystem

2024-08-11 Thread Binyamin Dissen
t; :>> Gut voch :>> :>> I’m debugging a subsystem so I run the init :>> It allocates resources latch CSA and other things :>> :>> Would be nice if I want start from scratch that I don’t have to ipl :>> :>> Thanks :>> :>> > On Aug 10,

Re: Resource manager for subsystem

2024-08-11 Thread Binyamin Dissen
edu> wrote: :>Gut voch :> :>I’m debugging a subsystem so I run the init :>It allocates resources latch CSA and other things :> :>Would be nice if I want start from scratch that I don’t have to ipl :> :>Thanks :> :>> On Aug 10, 2024, at 3:13?PM, Binyam

Re: Resource manager for subsystem

2024-08-10 Thread Binyamin Dissen
e you concerned about? The init routine failing? If so, a simple ESTAE(X) should be able to do the cleanup. When removing your subsystem? Why not simply do it from there? What problem are you trying to solve? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software,

Re: .netrc for OpenSSH SFTP command?

2024-08-06 Thread Binyamin Dissen
n you can type `sftp myalias` instead of `sftp use...@full.dns.name<mailto:use...@full.dns.name>`. Thanks. I found a way to force the password in the script. 1. Create a script file that contains echo $PASSWORD 2. Export PASSWORD 3. Specify export SSH_ASKPASS=the script

.netrc for OpenSSH SFTP command?

2024-08-05 Thread Binyamin Dissen
I cannot figure out how to specify a NETRC for the SFTP command. Am I missing something? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / sig

Re: How to "touch" mainframe files

2024-08-04 Thread Binyamin Dissen
k if the file is big. Use a small number of buffers (or use BSAM). -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Configuring a SMTP server on zOS

2024-08-01 Thread Binyamin Dissen
I am going thru the IP Configuration Reference and am trying to understand some points. Would local email ids be userid@IP.address ? Is targetserver required or is zOS SMTP smart enough to figure the address of the store? Any tips? -- Binyamin Dissen http://www.dissensoftware.com Director

Re: Breaking Event Address, BEAR

2024-07-31 Thread Binyamin Dissen
Jul 30, 2024 at 9:17?PM Binyamin Dissen < :>0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :> :>> Curious as to how that would bother Linux. :>> :>> I do understand EPSW as it exposes the real state, but STBEAR? :>> :>> On Tue, 30 Jul 2024 03:36:48 +00

Re: COBOL v6.4 INVDATA problem

2024-07-30 Thread Binyamin Dissen
t;-- :>For IBM-MAIN subscribe / signoff / archive access instructions, :>send email to lists...@listserv.ua.edu<mailto:lists...@listserv.ua.edu> with the message: INFO IBM-MAIN :> :> :> :>---

Re: Breaking Event Address, BEAR

2024-07-30 Thread Binyamin Dissen
:>For IBM-MAIN subscribe / signoff / archive access instructions, :>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN :> :> :>--

Re: Breaking Event Address, BEAR

2024-07-29 Thread Binyamin Dissen
scenario you're concerned with. :>IBM: is the BEAR at the time of a program check available to recovery exits? Yes. In the SDWA. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel ---

Re: Breaking Event Address, BEAR

2024-07-29 Thread Binyamin Dissen
;-Original Message- :>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On :>Behalf Of Binyamin Dissen :>Sent: Monday, July 29, 2024 12:09 PM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: Re: Breaking Event Address, BEAR :> :>On Mon, 29 Jul 2024 11:29:31 +

Re: Breaking Event Address, BEAR

2024-07-29 Thread Binyamin Dissen
:>program to retrieve the address of the last branch without breaking :>anything. Is this possible? Thanks What does "the source of the Breaking Event" mean? Provide an example. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Softw

Re: Packed Decimal -- Extended(?)

2024-07-11 Thread Binyamin Dissen
t; dissemination of this communication is strictly prohibited. If you have :>> received this communication in error, please notify us immediately by :>> e-mail and delete the message and any attachments from your system. :>> :>> --

Re: IEC143I 213-50,IGG0191B, ...

2024-07-04 Thread Binyamin Dissen
in question. Now, that is useful information that could be in the manual. Run IEBPDSE. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff

IEC143I 213-50,IGG0191B, ...

2024-07-04 Thread Binyamin Dissen
IEC143I 213-50,IGG0191B, ... Messages manual: 50 - OPEN detected an error return code from an SMS service while processing a PDSE. Very descriptive. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

Re: What's at a comma?

2024-07-02 Thread Binyamin Dissen
--- :>For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN :> :>-- :>For IBM-MAIN subscribe / signoff / archive access instructions, :>send e

Re: TSO PARMLIB command - Abend S047

2024-07-01 Thread Binyamin Dissen
e AUTHCMD section. IBM places it there (with other commands) by default. My guess was that the wrong parmlib member was being used, but an IPL cleared it up and interest was lost. -- Binyamin Dissen http://www.dissensoftware.co

Re: TSO PREFIX change

2024-06-25 Thread Binyamin Dissen
trator enters TSO for the first time using the just-created userid credentials and runs the "PROF PREFIX()" command. Not a very clean solution, indeed... Do you have a standardized startup clist? Would seem to be a nice space. -- Binyamin Dissen http://www.dissensoftware.

Re: ZAD SLIP trap

2024-06-25 Thread Binyamin Dissen
Yeah, I should have looked in the POPs rather than just the system commands reference. Thanks. On Mon, 24 Jun 2024 17:38:57 -0400 Tony Harminc wrote: :>On Mon, 24 Jun 2024 at 17:22, Binyamin Dissen < :>0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :> :>From the d

ZAD SLIP trap

2024-06-24 Thread Binyamin Dissen
>From the doc it would appear that the ZAD trap would hit even if the instruction has both index and base register zero specified, such as L Rx,PSAAOLD(0,0) Am I understanding correctly? If so, is there a way to filter these completely useless events? -- Binyamin Dissen h

Re: TSO PARMLIB command - Abend S047

2024-06-18 Thread Binyamin Dissen
Did you try this procedure? On Tue, 18 Jun 2024 13:32:47 +0300 Binyamin Dissen <0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :>Check SYSLOG for IEE252I referring to IKJTSO - is it what you expect? :> :>Try :> :>TSO ISRDDN :> :>MEMBER PARMLIB - which datas

Re: TSO PARMLIB command - Abend S047

2024-06-18 Thread Binyamin Dissen
--- :>For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN :> :>------ :>For IBM-MAIN subscribe / signoff / archive access instructi

Re: TSO PARMLIB command - Abend S047

2024-06-18 Thread Binyamin Dissen
:>What else should I look at? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@lists

Re: iewl/iebcopy device options

2024-06-17 Thread Binyamin Dissen
to decide how to put them there. :>OK. You can't backspace a card punch, but most restrictions beyond :>that are gratuitous. Didn't it allow for much better performance by allowing timing the heads to the next logical block/track (which would not be the next physical block/track).? -

Re: RACF permission to INETD OTELNET port?

2024-06-17 Thread Binyamin Dissen
er possibility is having root as HOME('/'). good luck, :>>> its frustrating that simply things like getting a reason code for :>>> "permission denied" is not so easy. :>>> :>>> On Mon, Jun 17, 2024 at 5:19?PM Binyamin Dissen < :>>>

Re: RACF permission to INETD OTELNET port?

2024-06-17 Thread Binyamin Dissen
eeds root :>access, all of that is configured outside of RACF. :> :>On Mon, Jun 17, 2024 at 6:16?AM Binyamin Dissen < :>0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: :> :>> On Sun, 16 Jun 2024 09:47:20 -0500 Walt Farrell :>> <05bd6dbb44aa-dmarc-requ...

Re: RACF permission to INETD OTELNET port?

2024-06-16 Thread Binyamin Dissen
On Sun, 16 Jun 2024 09:47:20 -0500 Walt Farrell <05bd6dbb44aa-dmarc-requ...@listserv.ua.edu> wrote: :>On Sun, 16 Jun 2024 17:20:34 +0300, Binyamin Dissen wrote: :>>Getting :>>BPXF024I (TCPIP) Jun 16 06:38:15 inetd 65583 : FOMN0091 *:otelnet/tcp: :>>722 bind:

RACF permission to INETD OTELNET port?

2024-06-16 Thread Binyamin Dissen
seer anything obvious. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: iewl/iebcopy device options

2024-06-15 Thread Binyamin Dissen
ar I haven't been able to read CMS libraries :>as a simple sequential file though - it stops reading at the first :>member so I may have to do a TYPE (HEX and create something :>conceptually similar to an IEBCOPY unload). :> :>Thanks. Paul. :> :>

Re: DSNTEP2 problem

2024-06-09 Thread Binyamin Dissen
y by TSO itself) would consider a "bad value" (especially when the possible values are not knowable to a parser) to be an "INVALID KEYWORD" (as opposed to if the user had coded PLANN(DSNTEP1) it might have complained that PLANN was an invalid keyword. :>Peter Relson :>z/O

Re: A new way to look at load modules

2024-06-05 Thread Binyamin Dissen
t; :>      Best of everything to all of you. :> :>Sincerely,     Sam :> :>------ :>For IBM-MAIN subscribe / signoff / archive access instructions, :>send email to lists...@listserv.ua.edu with the message: INFO IBM

un-VMARC for MVS?

2024-06-03 Thread Binyamin Dissen
Is there an un-VMARC for MVS? Or need I ship to VM to do the processing? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive ac

IPCS command to display linklist and APFLIST?

2024-05-30 Thread Binyamin Dissen
Is there an IPCS command to display linklist and APFLIST? Am I missing something obvious? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / sig

Re: Getting 4088/00000063 in CICS

2024-05-23 Thread Binyamin Dissen
t have PH24895 applied. The program issued abend :>causes syncpoint rollback, which then drives the TRUE exits that are :>registered for sync. LE is getting the TRUE RSA instead of for the last :>EXEC CICS call. Fixed by PH24985. :> :>On Thu, May 23, 2024 at 4:46?AM Binyamin Dissen

Getting 4088/00000063 in CICS

2024-05-22 Thread Binyamin Dissen
at message mean? Which fields is LEDATA looking at? Also, the TCA CAA shows the same results. Heap fine, then the message. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -

Re: How to convert these IMS unload files from EBCDIC to UTF-8 encoding.

2024-05-21 Thread Binyamin Dissen
d-length. When a MOVE is performed to or from VAR-FIELD the length from VAR-FIELD-LENGTH is used. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe

Re: How to convert these IMS unload files from EBCDIC to UTF-8 encoding.

2024-05-21 Thread Binyamin Dissen
if you think you can ignore the segment data in the download/conversion .... -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / arch

Re: Dump Analysis Best Training / Documentation

2024-05-20 Thread Binyamin Dissen
bird... :> :>Thanks in advance. :> :>Steve Estle :> :>-- :>For IBM-MAIN subscribe / signoff / archive access instructions, :>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN -- Binyamin

Re: Assembler/compiler fun

2024-05-07 Thread Binyamin Dissen
there) Do you have any particular interesting examples? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: Continuing a reply during IPL

2024-05-06 Thread Binyamin Dissen
On Sat, 4 May 2024 08:57:52 -0500 Giliad Wilf <00d50942efa9-dmarc-requ...@listserv.ua.edu> wrote: :>On Sat, 4 May 2024 03:55:45 -0500, Giliad Wilf wrote: :>>On Mon, 22 Apr 2024 15:17:47 +0300, Binyamin Dissen wrote: :>>>Saw the example, tried with and without quo

Re: Does Any one Agree WIth Me (SSI UNDO)

2024-05-04 Thread Binyamin Dissen
n hang new storage off of the SSCT. You can reestablish the SSVT. I believe that you can even change the name in the SSCT w/o bad effects (if you no longer wish for the SSCT to be matched) I fail to see a business case for your request. -- Binyamin Dissen http://www.dissensoftware.com Dire

Re: 0C4 pic 11 in stimer exit on retry

2024-05-04 Thread Binyamin Dissen
isters from the system :>primed r13 I check 13 on input before the abend and at the retry point and :>it has the same value :>When I abend in the stimer exit does the system do anything to my save area :>R13 -- Binyamin Dissen http://www.dissensoftware.com Director, Dis

Re: JES3 adding a SYSOUT class requires restart?

2024-04-24 Thread Binyamin Dissen
rinters :>FSSDEF - Functional Subsystem Definition :>DEVICE - for non-channel attached FSS printers :>Network Job Entry :>DESTDEF - destination definitions -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel

Re: Continuing a reply during IPL

2024-04-22 Thread Binyamin Dissen
/docs/en/search/CONT?scope=SSLTBW_2.4.0&tag=ieag100 :> :>On Mon, Apr 22, 2024 at 4:37?AM Binyamin Dissen :>wrote: :> :>> I had an occasion where the IEASYS PROG= entry was messed up (period in :>> place :>> of a comma). Cannot access the data. :>> :>>

Continuing a reply during IPL

2024-04-22 Thread Binyamin Dissen
continue but could not figure out how to specify the continuation. R 0,continuelist) was rejected R 0,PROG=(remaininglist) overrode the list. Should I ever have a similar issue, how can I continue the reply? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & G

  1   2   3   4   5   6   7   8   9   10   >