You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
gawk can not find a file though it is existing :
gawk: F:\programs\sedawk\xerox_scripts\SAIB\SAIB_statement.awk:22: fatal: cannot open file `F:\programs\sedawk\xerox_scripts\data_STMT2013MAR\02-16530000043958601' for reading (No such file or directory)
I am running a batch file like this :
--------------------------------------
dir /b %foldername% > dir.lst
FOR /F "tokens=*" %%G IN (dir.lst) DO (
@set filename2=%%G
@set filename=%pathlogs%\%%G
@set file_type=Statement
@echo %statementname%\!filename2!
@%binaries%\gawk -v fn=filename2 -f %pathscripts%\SAIB_statement.awk %statementname%\!filename2! 2>%pathscripts%\SAIB_statement.fil
)
Ed Morton
unread,
Apr 12, 2013, 6:11:51 PM4/12/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
This has nothing to do with the awk language so you'd stand a better chance of
getting an answer at an OS-specific NG (Windows?).