Actually, we have couple of masters and detail level parameter DB tables having important descriptions / information in it.
Is there any generic way to generate ( an automatic ) HTML document for the linked tables data instead of normal .p program so that I can build an automation process to generate this document on daily basis.
I think this will generate only whole DB schema. I want to dump master table data and the related tables data aswell into a html doc. We are updating these parameter tables data after every 2 or 3 weeks. So just to keep track of all the updated parameters we are planning to generate the html doc and share across the business in a very generic way.
Is there any other ANT job or PCT job to dump the data in HTML document ?
There's no PCT task to dump data in HTML format.