Using ARSDOC to pull multiple documents

Previous topic - Next topic

Declan

I'm looking for some help on this one. I'm trying to pull documents from the database for a specific record identifier within a date range. I was using arsdoc get, but it just pulls back the oldest document, when there should be multiples. Do I need to use an arsdoc query instead? Any help greatly appreciated.

Ed_Arnold

Not an expert, but perhaps something like this:

/usr/lpp/ars/V8R4M0/bin/arsdoc query -Ip -v -h ARCHIVE -G ggggg -o query.results.run.1 -i
            "WHERE REPORT_ID='xxxxxxxx' AND DATE BETWEEN low_number AND high_number
#zOS #ODF

pankaj.puranik


Declan

Thanks for the replies. I got to the bottom of it. I had cut and pasted an old arsdoc get command and it had the -L parameter set to 1. I upped it to 20 and it works fine now.