-
Notifications
You must be signed in to change notification settings - Fork 12
V2R5 Changelog
-
implement FSS automatic update feature
-
implement
ENQ()
andDEQ()
functions - handle MVS enqueues -
implement
ADDRESS ISPEXEC
-
implement
PUTSMF(rty, data)
function - write raw data to sms record - rakf protected -
implement
CONSOLE(cmd)
function - executes console commands - rakf protected -
implement
MTT()
function - read master trace table - rakf protected -
implement
OUTTRAP()
function -
implement
RACCHECK(class, profile, attribute)
-
implement
SYSVAR(SYSRACF)
andSYSVAR(SYSRAKF)
-
implement
SYSVAR(SYSNODE)
-
implement
SYSVAR(SYSAUTH)
-
implement
SYSVAR(SYSCP)
-
implement
SYSVAR(SYSCPLVL)
-
implement
MVSVAR(CPU)
-
implement
MVSVAR(CPUS)
-
implement
MVSVAR(SYSOPSYS)
-
implement
MVSVAR(SYSNJVER)
-
implement
ÌMPORT(FQDSN)
function - explicit import procedure from a full qualified dataset name -
implement writing SMF type 242 records and start & end of BREXX
start: TIME('L'); USERID; EXECNAME;
end: TIME('L'); USERID; EXECNAME; INSTRUCTION COUNT; -
implement
ADDRESS COMMAND "CP ...
, to interact with the underlying CP (VM/CP or HERCULES) - rakf protected
- protect systemCP with RAKF FACILITY BRXCPAUTH READ
+ DOCU: HERCULES OPTIONS
- DOKU MVSVAR (CP STUFF)
- check functions needed to be protected
- change build process to ship authorized version only
eventually
- implement
ADDRESS CONSOLE
, to interact with the MVS console
- useCONSOLE()
function as base for this implementation
- protect this functionality via RAKF FACILITY BRXCONSAUTH READ - rework of mtt/fss automatic update to use ECB
- collect all new functions / variables to be documented
- change build process; ideas: xmi vs aws; build from git; missing build steps (research);