Version Level design

userid

Member
Hi List,

We have hundreds of version of different reports and some have been modified at version level, none of these have been documented and I need to identify all the UBE versions that have been modified at “Version Level design”

Does anyone know a method for identifying these versions?

Thanks in advance,

SJ

OWB7334, AS400,
 
We did some experimenting and created a report to give us a list of all =
of
the report versions with either layout or ER overrides. Here are some =
hints.

=20

The information you need is stored in the F98761. You'll need to look =
at the
following fields.

=20

OBNM is the report name (R55XXXX)

VERS is the version. For the base report, =
this
field holds a +. Otherwise it's the version name.

RCRDTP is a flag indicating the override type.=20

By checking/unchecking various overrides and looking at how the data
changed, we came up with the following values:

1 Brand New Version - No
Overrides

2, 3 Section Layout Override

6 Data Sequencing Override

7 Data Selection Override

16 Section ER Override

There are some other values, but I
haven't determined what they mean.

=20

Of course, all this will do is tell you that an override exists for the
version. It doesn't get you any detail about what the difference is. =
The
details are all in the BLOB, which I haven't found a way of reading =
yet.

=20
 
Back
Top