Microsoft > Microsoft DOS

Batch file hangs if I don't specify output file

(1/1)

Eric Poulin:
I have a batch file which runs from a JAVA UI. The batch file calls various commands. I get to a certain point and run the following command (a DB2 command):

asnclp -f %IWDA_DIR%\tmp\rep.sql >> %IWDA_DIR%\log\rep.log

This runs fine, however, I want to remove the >> $IWDA_DIR\log\rep.log part since this command outputs plain text passwords.  When I remove that part, giving:

asnclp -f %IWDA_DIR%\tmp\rep.sql

The batch file just hangs at this point.  When I kill the JAVA UI which is calling this batch file, it finishes.  Any idea why specify the output makes the difference and how I can overcome this problem?

merlin_2:
www-306.ibm.com/software/data/dpropr/db2cp.pdf -

Navigation

[0] Message Index

Go to full version