Extracting Reports

Previous topic - Next topic

itbos

Hello,

I have a CMOD instance install, V 8.5.1 on Open Systems. Could someone please assist me with finding out how to extract reports that have been loaded into CMOD?  I'd like to export them back to their original format ie. PDF or text file.

Thanks.

abdeshpa

Use arsdoc get command to extract report.

Ex -
arsdoc get -h rockies -f "Student Information" -o student -c -S1/1/97,12/31/97 -i "WHERE student='001200340056'" -v

Refer to Complete CMOD references on google for more details.

Thanks
AD.