ADAREP with XML output ABEND

Hello, everybody,

I’ve been trying to produce XML adarep report for Adabas v832 using option
ADAREP OUTPUT=‘XML,UTF8’

and it ended with an abend and an error message. Here are the details from the log:

CSV003I REQUESTED MODULE PABNKERN NOT FOUND
CSV028I ABEND806-04 JOBNAME=ADAREP STEPNAME=REP
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=806 REASON CODE=00000004

Regular report (not XML) is working ok.
Maybe someone could tell me, how can I solve this problem or what am I doing wrong? Unfortunately, I haven’t found anything on this topic neither here nor in the manuals.

Thank you in advance,
Liza

Hello Liza,

with this output parameter ADAREP needs text conversion functions provided by Entire Conversion Services which uses the SMARTS runtime system.

So if you add the SMARTS load libraries to STEPLIB it should work fine - this is mentioned in the JCL example http://techcommunity.softwareag.com/ecosystem/documentation/adabas/ada832mfr/adamf/util/adarep-ReqEx.htm#d0e55199

Marbod, thanks a lot,

I’ve been using JCL example and utility guide which are provided in v8.2.2 manual and there haven’t been information about that additional DDs. Now everything is fine.

Thank you again,
Liza