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

----------------------------------------------------------------------
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