Redirecting output in batch files on WIN

2006-05-10 Thread Large, M (Matthew)
Hi TSM world, I may be missing the obvious here, but TSM is complaining about the format of my select statement before it reaches the redirect, but the statement works absolutely fine from the command line. Here's the statement: select 'upd node', node_name as node_name ,

Re: Redirecting output in batch files on WIN

2006-05-10 Thread Sung Y Lee
Try putting quotations around select statement. Like this -commadel select 'upd node', node_name as node_name ,'clo=' from nodes where lastacc_time =current_timestamp - 32 days house.txt I believe what's happening is that from command line still sees redirectional1.txt as a part of select