Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ASM/GVBXWRPT.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
* *
* CALLED MODULES: IBM BINDER FAST API IEWBFDAT *
* *
* INVOKED: By GenevaERS View as Write exit. *
* *
* OUTPUT : *
* //EXTRXRPT DD SYSOUT=* or disk file where LRECL=125,RECFM=FB *
* *
***********************************************************************
EJECT
*
Expand Down
7 changes: 7 additions & 0 deletions LINKPARM/GVBXWRPT.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SETOPT PARM(AMODE=31)
SETOPT PARM(HOBSET=YES)
SETOPT PARM(REUS=RENT)
SETOPT PARM(RMODE=ANY)
INCLUDE SYSLIB(GVBXWRPT)
ENTRY GVBXWRPT
NAME GVBXWRPT(R)
1 change: 1 addition & 0 deletions TABLE/PGMEXT.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ GVBXP01,Record Paste-Up Routine,MR95 Lookup Exit,Performance-Engine-Extensions,A
GVBXRCK,Common Key Buffer Read Process,MR95 Read Exit,Performance-Engine-Extensions,ASM,asm,HLASM,LOADMOD,
GVBXWCK,Common Key Buffer Truncation Process,MR95 Write Exit,Performance-Engine-Extensions,ASM,asm,HLASM,LOADMOD,
GVBXWTRN,Common Key Transaction Area Updater,MR95 Write Exit,Performance-Engine-Extensions,ASM,asm,HLASM,LOADMOD,
GVBXWRPT,User exit module report,MR95 Write Exit,Performance-Engine-Extensions,ASM,asm,HLASM,LOADMOD,