Relative generation - how to recognize new datasets under TSO

2013-07-18 Thread Beate Kawelke
Dear listers, I've been searching for hours but did not find a solution for the following: During a TSO session, a user specifies a dataset name. He may use a relative generation number (e.g., "MY.DSN(0)") and he may do this several times, each resulting in a DYNALLOC (DALMEMBR set to the gener

Re: Relative generation - how to recognize new datasets under TSO

2013-07-18 Thread Beate Kawelke
n List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Elardus Engelbrecht > Sent: Thursday, July 18, 2013 11:54 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: [IBM-MAIN] Relative generation - how to recognize new > datasets under TSO > > Beate Kawelke wrote: > > >I

Re: Relative generation - how to recognize new datasets under TSO

2013-07-18 Thread Beate Kawelke
ent: Thursday, July 18, 2013 1:31 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: [IBM-MAIN] Relative generation - how to recognize new > datasets under TSO > > On Thu, 18 Jul 2013 10:59:52 +0200, Beate Kawelke wrote: > > > > > > >Is there a way to "r

AW: [IBM-MAIN] VSAM File issue in read

2014-06-27 Thread Beate Kawelke
What abend do you encounter get? Your assembler module might get into trouble because the read-in area, where the record is moved to, might be too small. This can lead to an overlay of the data behind this area (the extraneous 50 bytes) or, if you cross a page boundary, to an abend (S0C4 most o

AW: Generate a data set with record numbers?

2023-09-17 Thread Beate Kawelke
Hi Michael, you could directly run the REXX as in-stream in the JCL: https://www.ibm.com/docs/en/zos/2.5.0?topic=routine-using-irxjcl-execute-in-stream-rexx-exec Best regards, Beate -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List Im Auftrag von Schmitt, Michael Gesendet:

AW: [IBM-MAIN] Access to PDS(E) ISPF statistics outside of TSO/ISPF

2023-10-11 Thread Beate Kawelke
For JAVA, you might want to look into the RESTful APIs which come with z/OSMF. Lots of good stuff to access datasets 😊 -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List Im Auftrag von ITschak Mugzach Gesendet: Mittwoch, 11. Oktober 2023 10:00 An: IBM-MAIN@LISTSERV.UA.EDU Betr

AW: [IBM-MAIN] IPCS beginners primer WAS: IPCS and Rexx

2023-10-17 Thread Beate Kawelke
Another tip: If, like me, you are really bad at memorizing the IPCS command syntax, you can write a small REXX which uses "address IPCS" to run all those commands which you found useful. If you redirect the output into a PO dataset (one member per command) you can then look through these reports

AW: [IBM-MAIN] TSO ALLOC with/wo unit

2024-03-20 Thread Beate Kawelke
SYSALLDA will also work - see https://www.ibm.com/docs/en/zos/2.5.0?topic=up-subparameter-definition-1 -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List Im Auftrag von Itschak Mugzach Gesendet: Mittwoch, 20. März 2024 09:54 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: [IBM-MAIN]

AW: [IBM-MAIN] Control dispatcher time-slice?

2024-05-06 Thread Beate Kawelke
You could try to directly change the dispatching priority of a TCB with CHAP: https://www.ibm.com/docs/en/zos/2.5.0?topic=hsp-chap-change-dispatching-priority My understanding is that after changing the dispatching priority for your task, the dispatcher will get control and (if you downgraded yo