SYSTEM REXX use

2022-11-03 Thread Harris Morgenstern
All the command responses for MODIFY AXR, including output from SAY and AXRWTO are issued w/ the CART of the invoker. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with

TCB owner of 64 bit memory object

2022-08-09 Thread Harris Morgenstern
IARV64 REQUEST=LIST does not return the TCB address. There is also no "filter by owning TCB" parameter option associated with IARV64 REQUEST=LIST. Both sound like reasonable requests for enhancement. -- For IBM-MAIN subscribe /

VSMLIST SP=PVT,SPACE=FREE question

2022-07-21 Thread Harris Morgenstern
>From MVS Authorized Assembler Services Reference: ,SPACE=ALLOC ,SPACE=FREE ,SPACE=UNALLOC Specifies whether allocated, allocated and free, or unallocated storage is to be reported. ALLOC indicates that the virtual addresses and lengths of blocks of storage allocated to the specific area are to

SYSTEM REXX

2022-07-15 Thread Harris Morgenstern
The AXRWTO, AXRWTOR etc. external functions are only available when running under System REXX.You'll need to add your exec to a data set in the REXXLIB concatenation and run it as a system command via MODIFY AXR,xxx where xxx is the name of your exec. ---

SLIP IF not working

2022-06-08 Thread Harris Morgenstern
MVS System Commands discusses this: PVTMOD/PVTEP without JOBNAME/ASID and MODE=HOME: This consideration pertains to the PVTMOD and PVTEP parameters when specified in an IF or SBT PER trap for a module that was not loaded with GLOBAL=YES. PVTMOD and PVTEP are used for monitoring execution in mod

VSMLIST question

2022-02-14 Thread Harris Morgenstern
000 0E28 So E28x bytes starting at address 7FF9C000x is not getmain assigned, but there is other storage within the page starting at 7FF9C000x that is getmain assigned. Harris Morgenstern z/OS Storage Management and System REXX Dept. OBPA IBM Poughkeepsie 8-295-4221 hmor...@us.ibm.

Re: LFAREA in z/OS 2.3

2021-03-29 Thread Harris Morgenstern
units of real. The need for the 1M LFAREA (as a reservation) went away. Harris Morgenstern z/OS Storage Management and System REXX Dept. OBPA IBM Poughkeepsie 8-295-4221 hmor...@us.ibm.com -- For IBM-MAIN subscribe

Re: LFAREA in z/OS 2.3

2021-03-28 Thread Harris Morgenstern
specified for x: xM specifies the amount is in megabytes; ... The 2G LFAREA specification has not changed and is still a reservation. >From the Init and Tuning Reference: 2G=(a) Specifies the number of 2 GB pages of online real storage to reserve in the large frame area. Up to... Har

How to Refresh System REXX Libraries

2020-10-06 Thread Harris Morgenstern
To refresh the System REXX libraries, you'll need to stop System REXX, update AXRxx parmlib members and restart it. There is an open RFE against System REXX (#49562) to address this issue (Dynamic Reconfiguration of System REXX). Harris Morgenstern z/OS Storage Management and System

Re: Can System REXX run Sub=MSTR ??

2020-08-25 Thread Harris Morgenstern
. FORCE AXR,ARM can be used to terminate System REXX, but it's not recommended since asynchronously abending tasks in the AXR or AXRxx address spaces may produce unexpected results. Harris Morgenstern z/OS Storage Management and System REXX Dept. OBPA IBM Poughkeepsie 8-295-4221

Re: Can System REXX run Sub=MSTR ??

2020-08-24 Thread Harris Morgenstern
As of V2R2, you can issue F AXR,SR STOPTSO to terminate all AXRxx address spaces; this cmd is useful if you're using System REXX to terminate the primary subsystem. Any future AXREXX requests issued with TSO=YES will be rejected. Harris Morgenstern z/OS Storage Management and S

Re: Can System REXX run Sub=MSTR ??

2020-08-21 Thread Harris Morgenstern
you're starting a REXX exec from an MVS Console and want to ensure that the exec runs in the AXR address space (SUB=MSTR), issue the exec using the TSO=NO option i.e. MODIFY AXR,,TSO=NO Harris Morgenstern z/OS Storage Management and System REXX Dept. OBPA IBM Poughkeepsie 8-295-4221