Hallo.
Anybody use already the ADABAS and REVIEW possibility to write SMF Record?
I use for testing the REV432.SRCE(DTLEXIT) whithout changes.
By copycode ADA744.SRCE(LOREC) i make the change to have a macro:
MACRO
LOREC
LOREC DSECT , ADALOG $01 Orig
…
-
- $01 ORG ,
- ------ END OF LOREC DSECT
*------------------------------
ORG
MEND , */
The assembly is good.
But when i start a REVIEW Detail Report with
- Detail Exit… DTLEXIT,
i receive a 0c4 in DTLEXIT by first access to this DB.
My questions:
Write any body ADABAS SMF record?
How you make the assembly?
How do you make to evaluate this SMF records?
I don’t understand the example, where only NON-DE Search wirte SMF:
Where it make senes?
- -DTLTEXT Source ----------------------------------------
The following two lines cause only writing SMF-records
if a non descriptor search occurred.
Tailor them for your purposes or remove them.
-------------------------------------------------------------
I will have SMF records for all DB access and then make cumulation for accounting, like EntireX SMF.
For informaiton: I open a request in Servilne24 : 628057.
Best regards, Bernard Grandjean.