How can I report the DBKEY for each record occurrence with CULPRIT?
All Supported Releases of IDMS
Use the Database Field Name References Keyword DBKEY-PAGE in your Culprit source code:
For example:
//SYSIN DD *
IN DB SS=EMPSS01
PATH01 DEPARTMENT
01520001 DBKEY-PAGE(DEPARTMENT) FN SZ=6
01520007 DBKEY-LINE(DEPARTMENT) FN SZ=2
01OUT D
/*
Sample Report Result:
07515801
07515818
07516001
07516010
07516011
07516101
07516208