Re: Getting 4088/00000063 in CICS

2024-05-23 Thread Binyamin Dissen
e 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
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 / signoff

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
> :>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 Dissen ht

Re: Assembler/compiler fun

2024-05-07 Thread Binyamin Dissen
) 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, send

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-05 Thread Binyamin Dissen
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 Director, Diss

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
BW_2.4.0=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. :>> :>> Using a similar system I worked out a PRO

Continuing a reply during IPL

2024-04-22 Thread Binyamin Dissen
to 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

Re: Is there a free format only Abend-Aid program?

2024-04-18 Thread Binyamin Dissen
? Like an IBM Fault Analyzer fault history entry? :> :>-Original Message- :>From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen :>Sent: Wednesday, April 17, 2024 2:37 PM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: Is there a free format only Abend-Aid program

Is there a free format only Abend-Aid program?

2024-04-17 Thread Binyamin Dissen
I have a received what appears to be an abend-aid dump. Is there a free formatter for it (not the full product, just the ability to format the dump into a readable format)? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

What is IEANTRTR in Authorized Assembler Services Reference?

2024-04-13 Thread Binyamin Dissen
I was looking to see if this was supported in 2.4, but didn't find it in Assembler Services Reference. But it also wasn't in 2.5. Then checked the other manual and found it. This macro does not need any authorization. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software

Re: Attributes of an assemler symbol

2024-04-01 Thread Binyamin Dissen
Metz :>http://mason.gmu.edu/~smetz3 :>??? ?? ??? :>?? ??? ?? :> :> :>From: IBM Mainframe Discussion List on behalf of Binyamin Dissen :>Sent: Sunday, March 31, 2024 4:53 AM :>To: IBM-MAIN@L

Re: Attributes of an assemler symbol

2024-03-31 Thread Binyamin Dissen
Count attribute (K') The count attribute applies only to macro instruction operands, to SET symbols, and to the system variable symbols. It has a numeric value equal to the number of characters: On Sun, 31 Mar 2024 09:59:08 -0500 Stephen Donaldson wrote: :>Try: K' for the count. -- Binya

Attributes of an assemler symbol

2024-03-31 Thread Binyamin Dissen
Given FOO DS 10CL5 which attribute / macro function extracts the repetition count - 10 I assume that it must exist but I am not finding it. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

Re: SSI Corrupted Registers

2024-03-31 Thread Binyamin Dissen
er checking as it would require serious failures in MVS to get there. If hooking SSI, I would just pass it on. I remember code I saw that checked for MVS, and if not issued a WTO (SVC 35), which quite probably would cause other trouble to an OS that might not properly understand the

Re: IGGCSI00 Catalog Search interface

2024-03-19 Thread Binyamin Dissen
d morning! :>I am working with the IGGCSI00 module, and have looked at the field descriptions and think I am missing something. :>Does anyone know the CSI field name and format where I can discover if a file is a BASIC or LARGE DSNtype? -- Binyamin Dissen http://www.dissensoftware.com D

With IBM planning (planned) dropping support for SNA / 802.3

2024-03-16 Thread Binyamin Dissen
With IBM planning (planned) dropping support for SNA / 802.3, does that mean that application code using LU6.2 will stop working? Or will VTAM continue to support LU6.2 code? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

Re: Jes message $HASP311

2024-03-14 Thread Binyamin Dissen
< :>> reichman...@gmail.com> wrote: :>> >> Regarding the above message and I'll put down the entire text :>> >> $HASP311 JOER$RE-QUEUED AT END OF MEMORY AND HELD :>> >> Would any anyone know what causes it -- Binyamin Dissen http://www.dissens

Re: Jes message $HASP311

2024-03-14 Thread Binyamin Dissen
now what causes it -- 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 th

Re: BASE64 Decode / EPOCH Conversion Code Samples

2024-03-09 Thread Binyamin Dissen
whether that's an EBCDIC '+' or ASCII 'N'. It matters. It is the character set of the platform. The base64 source is supposed to be transmitted as text so whichever platform receives it expects 'A' to be 'A' in their character set. -- Binyamin Dissen http://www.dissensoftware.com Director, Disse

Re: BASE64 Decode / EPOCH Conversion Code Samples

2024-03-09 Thread Binyamin Dissen
unning using ASCII with ASCII, i.e., 'A' translates to the same binary code on both systems. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signo

Re: BASE64 Decode / EPOCH Conversion Code Samples

2024-03-05 Thread Binyamin Dissen
anks in advance for the assistance.   Frank. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: Can DFSORT assign custom Return Code values?

2024-03-04 Thread Binyamin Dissen
n ou distribution du courriel est interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser l’expéditeur par courriel et détruire immédiatement le courriel et toute pièce jointe. Merci. :> :>------ :>For IBM-MAIN subscribe / s

Re: Recovery routine for IRB

2024-03-02 Thread Binyamin Dissen
fector" many times in the :>pubs, but FWIW have always, Always, ALWAYS used SCHEDIRB in practice. :>Never once coded CIRB nor ever been tempted to do so... Boomer. Some of us had to walk miles to find an IQE. -- Binyamin Dissen http://www.dissensoftware.com Dir

Re: Question on BUILDMCS

2024-02-26 Thread Binyamin Dissen
oduct to the build MCS can be executed? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to list

Re: SMP Packaging a PTF module replacement.

2024-02-21 Thread Binyamin Dissen
ong? JCL error? SMP abend? SMP messages? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send e

Re: Nanosecond resolution timestamps for HLL's?

2024-02-19 Thread Binyamin Dissen
ll be COBOL, so the C/C++ builtin functions "__stck" and "__stcke" are not available. Would that they were, but they are not at this time. (Maybe that calls for a new "idea" to IBM . . . ?) :>HTH for any pointers or RTFM you can provide. -- Binyamin Dissen

Re: Data space dump with SDUMPX

2024-02-07 Thread Binyamin Dissen
t;-- :> :>More information I can think of: :>SDUMPX is executed in the jobs task manager's ESTAE when one of its :>subtasks abends. :>The data spaces are created with SCOPE=SINGLE :>I tried using TYPE=XMEM

Re: Registers in the RB

2024-02-05 Thread Binyamin Dissen
ent: Sunday, February 4, 2024 11:11 AM :>>> To: IBM-MAIN@LISTSERV.UA.EDU :>>> Subject: Re: Registers in the RB :>>> :>>> I’m trying to understand so that u don’t mess things up :>>> :>>> The way Seymour explained it :>>&g

Re: Registers in the RB

2024-02-04 Thread Binyamin Dissen
On Sun, 4 Feb 2024 10:29:59 -0500 Joseph Reichman wrote: :>But thought S0C4 is a program check It is. It may be a pic-4,-10, or -11. If PIC-4, PSW was updated. An error recovery routine that messes up things is worse than none. -- Binyamin Dissen http://www.dissensoftware.com Direc

Re: Data space dump with SDUMPX

2024-02-02 Thread Binyamin Dissen
for the amount of :>> dumped data spaces was reached before. :>> :>> But also, when using the DUMP command, the correct data space is :>> included in the dump. :>> Wouldn't that suggest, that the data space is in memory? :>> Or is it handled differently comp

Re: Data space dump with SDUMPX

2024-02-01 Thread Binyamin Dissen
:>[...] :> :>WADMPECB DSF :>WADMPTIT DSX :>WADMPMSG DSCL100 :>WASDUMPX DS    0F :> ORG   *+STOPSDM$ :>-- :> :>Kind regards, :>Simon :> :>------ :>For IBM-MAIN subscribe / signoff /

Re: Data space dump with SDUMPX

2024-01-31 Thread Binyamin Dissen
to capture the data space of the main task/address space. :>Or any other insight why this might be happening. :>Maybe I am missing something obvious here. What does LDMP show (under IPCS)? Show your SDUMPX macro and the building of the plist. -- Binyamin Dissen http://www.dissensoftware.com

Re: Regarding RBINTCOD

2024-01-30 Thread Binyamin Dissen
lot more likely that the storage obtain for the SDWA will succeed. Sad. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access

Re: How can I determine the User Name associated with the current Batch JOB RACF ID?

2024-01-29 Thread Binyamin Dissen
OBOL program. :>I am assuming right now, it is not possible since I have come up empty so far. You can get it from ACEEUNAM. https://www.microfocus.co.jp/manuals/ED23/html/HCOMCMCBLKS005.html shows how to locate MVS control blocks from COBOL. -- Binyamin Dissen http://www.dissensoftware.com D

Re: Regarding RBINTCOD

2024-01-29 Thread Binyamin Dissen
to use SDWALOC31=YES (as is the case always for such recovery as ESTAEX and ARR). Are you implying that an ESTAE(X) routine with SSWALOC=31 is guaranteed an SDWA and there is no reason to check R0 for 12 and alternate code paths? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Softwar

Re: Has there always been STIMER TASK?

2024-01-27 Thread Binyamin Dissen
red by the CPU timer only while the task is in execution. :>Was that not always an option? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / arc

Re: Any Recovery for RMODE64

2024-01-26 Thread Binyamin Dissen
On Thu, 25 Jan 2024 18:38:10 -0500 Joseph Reichman wrote: :>Just wondering is there any recovery for a program running RMODE 64 don't :>see that with ESTAE or SETFRR CVTBSM0F :>As more and more services run above the bar :>More so SDWAEC1 and SDWAEC2 are only 8 bytes SDWARC4

Re: Masking SMF data internally

2024-01-20 Thread Binyamin Dissen
SMF datasets are are editable from ISPF. :>Is there a way or someone has undergone this exercise of masking the :>confidential values inside SMF output Dataset? First identify which types and subtypes are required. That will reduce the job and may make it trivial. -- Binyamin Dissen http://www.

Re: Looking to invoke abend in IBM PC call Service

2024-01-18 Thread Binyamin Dissen
'' in R15-R1 should do it. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@li

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Binyamin Dissen
On Tue, 16 Jan 2024 17:33:39 + Joseph Reichman wrote: :>I know I can use the registers in the SDWA but the SDWA gets it from a known control block like the RB or linkage stack While it may get it from a known location, it does not follow that the "known location" is static.

Re: Direct branch entry to ICSF routines

2024-01-14 Thread Binyamin Dissen
re is a linkage stack entry (whether before or after getting to the "true routine", even if my guess is right about what you think of as the "true routines")? Performance. -- Binyamin Dissen http://www.dissensoftware.com Director, Di

Re: Direct branch entry to ICSF routines

2024-01-13 Thread Binyamin Dissen
Eric Rossman :>ICSF Architect :>-Original Message- :>From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen :>Sent: Friday, January 12, 2024 3:26 AM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: [EXTERNAL] Direct branch entry to ICSF routines :>I have been

Direct branch entry to ICSF routines

2024-01-12 Thread Binyamin Dissen
value into R0. Don't ask me why there aren't a list of equated values for the various functions and a parameter with the function code. At any rate, high level language routines cannot set R0 but assembler routines certainly can. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen

Re: Question on SSRV entries in system trace table

2024-01-11 Thread Binyamin Dissen
cro invocation :>generates a PC instruction and there is no PSW information in that trace :>table entry. Ok. The doc is correct. :>Does anyone know WHY there is no PSW saved in SSRV trace entries for :>non-branch-entry system service calls? It makes diagnosis of errors more :>difficult... --

Direct branch entry to ICSF routines

2024-01-10 Thread Binyamin Dissen
related to the name of the stub routine. I am expecting to find something like for the name/token routines, where the stub can be used but the direct entry is also documented. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

Re: using Snapx to dump a dataspace

2024-01-09 Thread Binyamin Dissen
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 -- For IBM-MAIN subscribe / signoff /

Re: Help Trying to determine where abend occurred / unable to find linkage stack entry

2024-01-08 Thread Binyamin Dissen
ESTAI routine, this field contains zero. :>For an FRR, the field contains the PSW used to give control to the FRR. :> -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel ---

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Binyamin Dissen
' syslrecl :> :> SAY 'The block size is: ' sysblksize :> :> SAY 'The allocation in space units is: ' sysalloc :> :>END I :>

Re: Help Trying to determine where abend occurred

2023-12-31 Thread Binyamin Dissen
data name SDWAEC2 :> :>The SDWA at offset 68 detainee SDWAEC1 points to the instruction after the :>pc instruction in the home address space :> :>My question is there any field in the SDWA or extensions that would tell me :>in what ASID the abend occurred -- Binyamin Dissen http:/

Re: Question about IEAMSCHD

2023-12-31 Thread Binyamin Dissen
authorized concatenation, and is not a system key address space (as could be defined in such places as the program properties table). In the context of SRB? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Softw

Re: Checking status of multiple datasets in CLIST and REXX

2023-12-31 Thread Binyamin Dissen
_ :>From: IBM Mainframe Discussion List on behalf of Binyamin Dissen :>Sent: Saturday, December 30, 2023 12:33 PM :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: Re: Checking status of multiple datasets in CLIST and REXX :> :>On Fri, 29 Dec 2023 14:47:29 + Seymou

Re: Question about IEAMSCHD

2023-12-30 Thread Binyamin Dissen
If you want to run code that should not be in supervisor state, have the SRB :>create an IRB. : :>Can You elaborate on this ? :>Did You mean SRB Routine ? :>How does the SRB create an IRB ? I must have missed something. SCHEDIRB . :>paul :> :>.-- Original Message -- :>From

Re: Checking status of multiple datasets in CLIST and REXX

2023-12-30 Thread Binyamin Dissen
ething that will need to run quite often. How will you use this information? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access in

Re: Question about IEAMSCHD

2023-12-30 Thread Binyamin Dissen
If you want to run code that should not be in supervisor state, have the SRB create an IRB. The IRB will not run supervisor state unless you request it. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel ---

Re: RETRY - was ARR and CSVQUERY

2023-12-24 Thread Binyamin Dissen
e sort of recovery even if the recovery is not actual recovery. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instr

Re: RETRY - was ARR and CSVQUERY

2023-12-23 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: RETRY - was ARR and CSVQUERY

2023-12-23 Thread Binyamin Dissen
On Fri, 22 Dec 2023 15:07:33 -0800 Tom Brennan wrote: :>So are you implying that in z/OS there are environments where I can run :>a program without any built-in basic recovery? Yes. Most batch jobs run that way. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen So

Re: RETRY - was ARR and CSVQUERY

2023-12-23 Thread Binyamin Dissen
the recovery fails, it will be silent. Best to have the main recovery routine do the full stuff and attempt to retry to finish what is needed. The recovery routine for the recovery routine will dump, mark things in CSA and percolate.. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Sof

Re: RETRY - was ARR and CSVQUERY

2023-12-19 Thread Binyamin Dissen
gt;. :> :> :>------ :>For IBM-MAIN subscribe / signoff / archive access instructi

SYSEVENT QVS and IRAQVS

2023-12-19 Thread Binyamin Dissen
and VM. Can someone point me to the command? I would expect the factor between CEC and partition is in HCD. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-

Re: SMP/E question of the day

2023-12-14 Thread Binyamin Dissen
PROCESSING FAILED FOR AN ELEMENT IN ABC8401. :> :>GIM20501IAPPLY PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 08. :> :> :>-- :>For IBM-MAIN subscribe / signoff / archive access ins

Re: Can this be done?

2023-12-14 Thread Binyamin Dissen
and PDS's. Use MACRF=E to dump the directory and members. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instructions, s

Re: RACROUTE REQUEST=AUTH problem

2023-12-12 Thread Binyamin Dissen
STATUS=ACCESS, :> WORKA=(R5), :> RELEASE=1.9, :> MF=(E,(R1)) :> :>RACLST RACROUTE REQUEST=AUTH, :>GENERIC=YES, :>RELEASE=1.9, :>MF=L -- Binyamin

Re: RACROUTE REQUEST=AUTH problem

2023-12-11 Thread Binyamin Dissen
due to issuing a RACROUTE macro inside a CICS transaction ? However the same transaction does work on our LPAR but not on the client's. :> :>Regards, :>John. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar &

Re: Find the ASID type?

2023-12-08 Thread Binyamin Dissen
t sure if I could tell the difference between a TSO user :>and a Started task just from ASCBJBNS. :>Where else can I look? :> :>Thanks in advance for any pointers! :> :>------ :>For IBM-MAIN subscribe / signoff / a

Re: Parameters to ARR routine

2023-12-07 Thread Binyamin Dissen
is a sticking point that fills me with some trepidation and FUD. :> :>Would it be okay if we opened a case about this with L2...? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel

Re: Parameters to ARR routine

2023-12-06 Thread Binyamin Dissen
an send You what 'Im playing with now and some documentation. . :>> -- Original Message -- :>> From: Joseph Reichman :>> To: IBM-MAIN@LISTSERV.UA.EDU :>> Subject: Parameters to ARR routine :>> Date: Tue, 5 Dec 2023 14:36:06 -0500 :>>

Re: Parameters to ARR routine

2023-12-06 Thread Binyamin Dissen
utine - zero cycles to establish it. -- 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: Parameters to ARR routine

2023-12-06 Thread Binyamin Dissen
ans that it wasn't set. -- 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: Non system LX value

2023-12-04 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 Direc

Re: RACROUTE REQUEST=AUTH problem

2023-11-29 Thread Binyamin Dissen
ources are correctly defined but the RACROUTE macro never appears to find them. :>The z/OS level is the same: 2.4; and the RACF level in the RACROUTE macro is the same: 1.9. :>It's a bit of a mystery. Anyone have any ideas ? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen S

Re: Abend producing SDWARBAD

2023-11-29 Thread Binyamin Dissen
t;If you'd like opinions on what you're doing (especially since this is for general consumption), then please ask questions that will get you the answers you need. :> :>Peter Relson :>z/OS Core Technology Design :> :> :>--

Messaeg IXC531I SETXCF START ALTER REQUEST FOR STRUCTURE REJECTED. REASON: STRUCTURE NOT ALLOCATED

2023-11-23 Thread Binyamin Dissen
figured out the command to make the structure active. What might I be missing? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive ac

PL/I question

2023-11-15 Thread Binyamin Dissen
? -- 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

Re: ATTACHX/STIMERM WAIT=YES

2023-11-14 Thread Binyamin Dissen
e parent task can RESUME it. But as that requires supervisor state, I wonder if it may have side effects when the timer eventually pops. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel

Re: ATTACHX/STIMERM WAIT=YES

2023-11-14 Thread Binyamin Dissen
ommunication so that A can tell B to shutdown. Don't care? Do a DETACH. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access

Re: RACF, the FACILITY class, and z/XDC

2023-11-13 Thread Binyamin Dissen
? DEFAULTRC OPERATIONS Unexpected masked rules More hands in the pot -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel -- For IBM-MAIN subscribe / signoff / archive access instruct

Re: RACF, the FACILITY class, and z/XDC

2023-11-12 Thread Binyamin Dissen
On Sun, 12 Nov 2023 10:46:36 -0800 Ed Jaffe wrote: :>On 11/12/2023 10:30 AM, Binyamin Dissen wrote: :>> With the CDT class, it is just a few RACF commands. :>> RDEFINE CDT class + :>> CDTINFO(+ :>> MAXLENGTH(100) + :>>

Re: RACF, the FACILITY class, and z/XDC

2023-11-12 Thread Binyamin Dissen
On Sun, 12 Nov 2023 07:13:03 -0800 Ed Jaffe wrote: :>On 11/12/2023 3:02 AM, Binyamin Dissen wrote: :>> You should make your own class. :>> :>> Classes can be dynamically added by adding to the CDT class. :> :>This is extra hassle at client sites and IMHO should be a

Re: RACF, the FACILITY class, and z/XDC

2023-11-12 Thread Binyamin Dissen
ing someone here can :>provide answers to. :>* What is the longest entity the FACILITY class will accept? :>* Where do I find that specific fact doc'd? :>* Is there a command that will display that information? :>* Is there a catch-all class that z/XDC can use for its rule

Well, I guess RESMGR is documented as only supporting 24/31 bit

2023-11-11 Thread Binyamin Dissen
and replace them, i.e., change the L 14,16(0,0) to LLGT 14,16(0,0) but Instead I will need to document the reason for the extra SAM's. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

IPCS verb to format the pending RESMGR requests

2023-11-05 Thread Binyamin Dissen
For example, it appears that ASSBRMA is pointing to the address space level blocks, but It isn't obvious to me what the block looks like. No real luck finding the mappings. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

ATTACHing a task in an arbitrary key

2023-11-02 Thread Binyamin Dissen
I see there is support for specifically key 9 (which also requires SZERO=NO) Tried attaching DISP=NO KEY=NINE,SZERO=NO, altering TCBPKF and it seems OK. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

Re: Can someone provide me with information on the DPSS subsystem

2023-10-20 Thread Binyamin Dissen
Don't see references to DD SUBSYS . On Thu, 19 Oct 2023 18:51:44 +0100 Patrick Loftus wrote: :>This any use? :>https://www.ibm.com/docs/en/zos/3.1.0?topic=mode-defining-dpss :> :> :>-Original Message- :>From: IBM Mainframe Discussion List On Behalf Of :>Binyamin Di

Can someone provide me with information on the DPSS subsystem

2023-10-19 Thread Binyamin Dissen
I am examining a dump and seeing that SYSOUT is directed to the DPSS subsystem with the parm XMEM. Looking at the DPSS modules in storage I see compile dates from 1997 but no useful eyecatchers. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Is

Re: IPCS and Rexx

2023-10-12 Thread Binyamin Dissen
those IPCS subcommands done by hand :> :>The reason I think I cannt get around verbx assembler exit is because I want to create a structure to be used in the run chain command and I think that necessitates the use of the BLSQS assembler macros :> :>> On Oct 11, 2023, at 2:18 AM

Re: IPCS and Rexx

2023-10-11 Thread Binyamin Dissen
/subcommand in Rexx documented any where :> :>I mean formatting a control block doesn't seem like it can be done in Rexx :>because it requires the BLSQMDEF BLSQMFLD and BLSQSHDR so I guess that has :>to be Assembler :> :>Anu information or telling me where the doc is would help :&g

Re: issuing a IPCS subcommand from an IPCS exit

2023-10-10 Thread Binyamin Dissen
nder TSO/E services bullet 2 :>> 2. The STACK service and the TSO/E EXEC command can be used to queue :>> subcommands and CLISTs, respectively, to be processed by IPCS immediately :>> after completion of the current subcommand :>> Does this explain how if I wanted to execute

Re: Israel

2023-10-09 Thread Binyamin Dissen
On Mon, 9 Oct 2023 09:02:42 -0500 Steve Beaver <050e0c375a14-dmarc-requ...@listserv.ua.edu> wrote: :>How any of you guys are in the IDF reserves? Not at my age. Many relatives were called up. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & G

Re: Israel

2023-10-08 Thread Binyamin Dissen
u with the message: INFO IBM-MAIN -- 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

Re: IPCS: Can ADPLSACC Service code access 64 bit storage

2023-10-06 Thread Binyamin Dissen
On Thu, 5 Oct 2023 15:53:48 -0400 Joseph Reichman wrote: :>Can ADPLSACC Service code access 64 bit storage My old code uses XMSP for 64 bit storage. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill -

Re: SCHEDIRB

2023-10-04 Thread Binyamin Dissen
RB under a different task. -- 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: SCHEDIRB

2023-10-04 Thread Binyamin Dissen
B completion. -- 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: z/OS 3.1 documentation

2023-10-01 Thread Binyamin Dissen
On Fri, 29 Sep 2023 10:38:33 -0500 Bobbie Jo Justice wrote: :>https://www.ibm.com/docs/en/zos/3.1.0?topic=documentation-pdf-files-zos-310-library Have you played with the HTML to make it work against local files? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software,

Re: SCHEDIRB

2023-09-29 Thread Binyamin Dissen
end and possibly the TCB. Remember you are running sup key 0 which makes you the destroyer of worlds. Other than via a CALLRTM (which should drive the ESTAE) the task cannot be ripped out while an RB is running (and still have a useable address space). -- Binyamin Dissen h

  1   2   3   4   5   6   7   8   9   10   >