Hi,
I have a report that contains 100 documents. First page of the report contains the load date and its common to all the documents.
Could anyone please advise if we can able to use that load date to all the documents ? If so, how do we need to specify the indexing parameters to take the load date from the first page of the report ? Thanks in advance.
Indexer : OS/390
Platform : zOS
Hi Siva,
if you are able to define indexer parms that index this date as a string and all other indexes you need as well you will get the first time the date you want the other times you will get nonsense in this field date_str. Additional you can define a date field that is filled with a constant. If you activate an index exit, you can implement the following logic:
Just take the first date_str and put it in the date field.
The precondition of this solution is that you can define the above kind of indexer parms. Otherwise the logic has be done with another kind of exit and would be more complex.
regards
Egon