How to compile a report in windows
525708Sep 6 2007 — edited Sep 7 2007Dear Memebers,
Generally standard reports contain a lot of user exits as a results of which we cannot compile the reports using reports builder. How can we compile a standard report in windows. I know the syntax which is shown below but how should i proceed.
REM WINDOWS COMPILE REPORT
::compile_report.bat
cls
Echo compiling Report .....
for %%f IN (FAS400.rdf) do RWCON60 userid=apps/apps@test batch=yes source=%%f
stype=rdffile DTYPE=REPFILE OVERWRITE=yes logfile=log.txt
ECHO FINISHED COMPILING
What if i have a report in some directory in windows. Can i mention the path and how do i run the above mentioned commands as a script in windows command prompt.
I would really appreciate your help. Correct me if i am wrong.
Thanks
Sandeep