This sort of control block chasing can usually be done in COBOL, if that helps.

Radoslaw wrote:
W dniu 24.05.2023 o 03:26, Phil Smith III pisze:
> Radoslaw Skorupka wrote:
>> Scenario:
>> Default REGION
>> REGION specified explicitely in JOB card (or in another similar way)
>> SMFLIMxx and/or IEFUSI.
>> Q: how to check effective REGION limit for the job/stc?
> Does this help?
>           L   R7,PSAAOLD-PSA    address of ASCB
>           USING ASCB,R7
>           L   R7,ASCBLDA
>           USING LDA,R7
>           L   R2,ABOVESZ
>           MVC 0(4,R2),LDAELIM   size of region above the line
>           L   R2,ABOVEAL
>           MVC 0(4,R2),LDAELOAL  size of region above the line
>           L   R2,BELOWSZ
>           MVC 0(4,R2),LDALIMIT  size of region below the line
>           L   R2,BELOWAL
>           MVC 0(4,R2),LDALOAL    size of region below the line
>           L   R2,REGSZ
>           MVC 0(4,R2),LDAREGRQ   actual region size
>

Unfortunately no, however I appreciate your effort. Thank you!
No, because I'm assembler (almost) illiterate. No, because as far as I
understand it is good to find out current values "from inside" of the task.

However I reviewed SMF30 data and I think this is the direction I should
follow. That means some report I have to create.



--
Radoslaw Skorupka
Lodz, Poland

Gary Weinhold
Senior Application Architect
DATAKINETICS | Data Performance & Optimization
Phone:+1.613.523.5500 x216
Email: weinh...@dkl.com
Visit us online at www.DKL.com
E-mail Notification: The information contained in this email and any 
attachments is confidential and may be subject to copyright or other 
intellectual property protection. If you are not the intended recipient, you 
are not authorized to use or disclose this information, and we request that you 
notify us by reply mail or telephone and delete the original message from your 
mail system.



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to