Extract reports and their index files from CMOD on AS400

Previous topic - Next topic

kader

Hi folks,

I need to extract from legacy CMOD 9.x (on AS400) a reports and their index files, could you please tell which command can use?

Thanks,

Kader


run8

Use arsdoc get

The -g parameter (lower case) will produce a generic indexer file.
From there you can use SQL to manipulate the index file to create any format you want.

...John Reay

kader