InterviewSolution
| 1. |
How To Run The Sqr In Command Prompt. What Are The Parameters That Are Used For Running The Sqr From Command Prompt? |
|
Answer» Let's say your PeopleTools is installed in D:PT848 D:PT848binsqrDB2BINWsqrw.exe D:pt848SQRinfup_file_name.sqr -ID:pt848SQR -ZIFD:pt848SQRpssqr.ini -S -DEBUGX -PRINTER:PD -EH_PDF -fD:pt848output_file_name.pdf -oD:pt848log_file_name.log Where: -i => Input file DIRECTORY -f => Output File Name -o => Log file Name -ZIF => SQR Initialization File Name Let's say your PeopleTools is installed in D:PT848 D:PT848binsqrDB2BINWsqrw.exe D:pt848SQRinfup_file_name.sqr -iD:pt848SQR -ZIFD:pt848SQRpssqr.ini -S -DEBUGX -PRINTER:PD -EH_PDF -fD:pt848output_file_name.pdf -oD:pt848log_file_name.log Where: Options: -i => Input file Directory -f => Output File Name -o => Log file Name -ZIF => SQR Initialization File Name |
|