Re: What happens if an SMF exit modifies the SMF record?

2019-06-12 Thread Scott Ballentine
The IEFU8x exits get the "live" record, so yes, any updates that the exit makes would get passed on down the line. I thought this was documented, but I did a quick search and didn't find it either. (There are some places that hint at it but I didn't find anything that spe

Re: Dynamic information Retrieval - TU C012

2023-03-23 Thread Scott Ballentine
PENed the DD so that OPEN processing retrieves some of that information from the data set and puts it in SWA - then Dynamic Information Retrieval doesn't have the information to return to you. -Scott Ballentine z/OS Device Allocation, Schedu

Re: Question About IEFSSI REQUEST=QUERY

2023-10-13 Thread Scott Ballentine
ice. Also, you should not assume that a service will zero an output address for you if the service could not return data (which goes to Rob's comment about zeroing the output address before calling IEFSSI to make sure it is clean.) -Scott Ballentine IBM z

Re: IEF211I - DATA SET RESERVATION UNSUCCESSFUL on relative GDG

2023-12-01 Thread Scott Ballentine
resource, otherwise the request fails.) Cancel the job. By the way, to clarify something from one of the responses - upgrading enqueues is allowed (with limitations, and that's why we try to obtain serialization the way we do), and downgrading is also allowed if you request it (see the DSENQS

Re: IEF211I - DATA SET RESERVATION UNSUCCESSFUL on relative GDG

2023-12-04 Thread Scott Ballentine
ink of to definitively prevent it. -Scott Ballentine, IBM z/OS Device Allocation sbal...@us.ibm.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: DYNALLOC, FREE, and ENQ?

2021-10-13 Thread Scott Ballentine
ividual DDs are CLOSEd. And a dynamic allocation that causes the data set ENQ to be upgraded from SHR to EXCL prevents any downgrading. -Scott Ballentine IBM z/OS Device Allocation Development -- For IBM-MAIN subscribe / signo

Re: [EXTERNAL] Re: SMF dump program parameter question

2021-11-18 Thread Scott Ballentine
I'll confirm it: REPORTOPTS was not rolled back to z/OS 2.3. 2.4 and above only. - Scott Ballentine z/OS Allocation, Scheduler, SMF Development sbal...@us.ibm.com -- For IBM-MAIN subscribe / signoff / archive a

Re: Resource manager for subsystem

2024-08-12 Thread Scott Ballentine
initialization routine is going to stay around after the initialization routine returns to the system. This has lots of implications for the INITRTN when obtaining storage, attaching subtasks, etc. - not that there aren't ways to deal with those issues, but you do need to give some thoug

Re: Resource manager for subsystem

2024-08-14 Thread Scott Ballentine
SSI control blocks or something like that - although it's not limited to that use case. Scott Ballentine (sbal...@us.ibm.com) z/OS MVS Development -- For IBM-MAIN subscribe / signoff / archive access instruc

Re: Resource manager for subsystem

2024-08-14 Thread Scott Ballentine
eally important subsystem that you need to run the system, you might not have a usable system anymore. Also, not every subsystem supports being added dynamically, so if you delete one of those subsystems, you're out of luck. Scott Ballentine (sbal...@us.ibm.com) z/OS MVS Development

Re: How to Dynamically add SUBSYTEM

2016-01-18 Thread Scott Ballentine
ifferent problem that prevents the subsystem from activating (maybe the initialization routine ABENDs, as an example) then you could use the SETSSI command to delete it and then issue a SETSSI ADD to create it. -Scott Ballentine (sbal...@us.ibm.com), IBM z/OS Allocation On Mon, 18 Jan 2016 1

Re: SVC99 DEALLOC Failure

2018-10-30 Thread Scott Ballentine
pointer to the text unit list for the unallocation is pointing to the correct storage, the text units contain the correct keys, and that you don't have the end of list indicator (the high-order bit) turned on for any of the text unit pointers other than the last. -Scott Ballentine (

Re: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-13 Thread Scott Ballentine
could play with your data set in the window where it is unallocated, so this might not be a viable option - that's for you to decide based on what your application is doing.) -Scott Ballentine (sbal...@us.ibm.com) z/OS Device Allocation Development ---

Re: IKJ56228I vs. IEFA107I

2015-02-13 Thread Scott Ballentine
I think it'd be fair to open a PMR here. IEFA107I should be telling you "what" it was that couldn't be found, and it doesn't seem like it's doing that. -Scott Ballentine IBM z/OS Allocation sbal...@us.ibm.com -

Re: TIOT exceeded

2016-06-21 Thread Scott Ballentine
k up the single step into multiple steps to make it fit. You could crank up the TIOT size to 64K. You could also try something a little more sophisticated - like dynamically allocating the data sets (take a look at IDCAMS, which can access the data sets via dynamic allocation and avoid the ba

Re: JOB cards, procs, and TIOTs, o my!

2016-06-30 Thread Scott Ballentine
e not-a-JOB case.) You might want to experiment with S MYPROC,JOBNAME=, and try running a batch job that has a step that EXECs a proc. -Scott Ballentine z/OS Device Allocation sbal...@us.ibm.com -- For IBM-MAIN s

Re: vary ,console with an IEF238D outstanding.

2015-08-26 Thread Scott Ballentine
taking the device away from allocation (it's no longer allocatable.) The "console state" is separate from online or offline. Sorry, that serialization is really necessary. -Scott Ballentine IBM z/OS Device Allocation

Re: AW: Re: IEFA111I at IPL Time for z/OS V2.3

2018-01-17 Thread Scott Ballentine
That's correct - the IEFA111I message is intended to be information to help debug a job that didn't behave as expected. It's issued when a job has MSGLEVEL=(,1) in effect. I've arranged to have the System Messages documentation updated. -Scott Ballentine (sbal...@us.ibm.c

Re: DYNAMNBR

2024-12-05 Thread Scott Ballentine
u need to deal with setting DYNAMNBR. If you're removing the in-use attribute from DDs, you might need to worry about it, but I'm not sure how common that is these days. That's a lot of information... how useful it is, I'm not sure, and if you've got more quest

Re: DYNAMNBR

2024-12-09 Thread Scott Ballentine
of 3273 DDs (and less if they are multi-volume data sets or a DVC is in use.) If they're getting past that limit (maybe into the tens of thousands of allocations), it's more likely that these are XTIOT requests, but some of the other control blocks (such as the DSABs) are going into

Re: ALLOC tape in a clist

2025-02-06 Thread Scott Ballentine
You also have to have authority to mount volumes, which most TSO users do not have. -Scott Ballentine (sbal...@us.ibm.com) z/OS Allocation Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: DYNAMNBR

2024-12-11 Thread Scott Ballentine
Lennie, glad you got it figured out (and sorry I didn't see all of these posts yesterday!) To fill in a few questions for which everybody probably has already guessed the answers: Q1. Can XTIOT only be requested by using Dynamic Allocation? A1. Yes. Q2. Is XTIOT only available to authorised c

Re: Enqueue Question

2025-02-19 Thread Scott Ballentine
VC 99 should recognize that the ENQ is held, and upgrade it from shared to exclusive. It should then be held exclusive until step 2 ends (or whatever the last step of the job that uses the data set is.) -Scott Ballentine (sbal...@us.ibm.com) z/OS

Re: SWAREQ

2025-05-27 Thread Scott Ballentine
as programming interfaces do not require LOCEPAX=VR2. You might also find this link helpful: https://www.ibm.com/docs/en/zos/3.1.0?topic=guide-accessing-scheduler-work-area -Scott Ballentine (sbal...@us.ibm.com) z/OS Allocation, Scheduler, SMF Development On Sun, 25 May 2025 15:42:00 +0300, Steff Gl

Re: Autoswitch

2025-05-29 Thread Scott Ballentine
y, based on the number of available drives and what the tape workload looks like on each system. You might also consider splitting the drives between the two monoplexes (so half are online to monoplex A and half are online to monoplex B) as was also previously suggested. - Scott Ballentine (sb

Re: Autoswitch

2025-06-02 Thread Scott Ballentine
exes, it's at least worth looking at some of those other products, such as ATAM. Not saying that Allocation's autoswitch processing won't work, but those other products were really designed for it and some might find that they work better in their environment. - Scott Balle