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
For sure its arsdoc get
Read some manual about it and you can start with this:
http://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/com.ibm.ondemand.administeringi5os.doc/doddo009.htm
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
Thanks Maciej and run8 for your reply.
Kader