Search found 4 matches

by Nagac
27 Aug 2014 09:11
Forum: DOS Batch Forum
Topic: For Loop Variable issue
Replies: 11
Views: 7121

Re: For Loop Variable issue

Thanks Every one.

It worked

Code: Select all

CALL  %DSISTOOL_PATH%istool export -dom USAWS09WVDBS002 -u ChalamN -p Tuesday38$ -datastage USAWS09WVDBS002/!PROJECTNAME!/*/*.* -archive !EXPORTFILENAME!


Cheers
by Nagac
27 Aug 2014 06:32
Forum: DOS Batch Forum
Topic: For Loop Variable issue
Replies: 11
Views: 7121

Re: For Loop Variable issue

I tried again but there is no change @SET SETLOCAL EnableDelayedExpansion REM ############### Assigning the Directories to Variables###################### SET "DSHOME_PATH=E:\IBM\InformationServer\" SET "HOME_PATH=E:\Temp\" SET "DSBIN_PATH=%DSHOME_PATH%Server\DSEngine\bin\&q...
by Nagac
27 Aug 2014 04:37
Forum: DOS Batch Forum
Topic: For Loop Variable issue
Replies: 11
Views: 7121

Re: For Loop Variable issue

Thanks for your reply foxidrive.

I put this "SETLOCAL EnableDelayedExpansion" at the start of the Script. Don't this enable the delayed expansion?

Do i need to change anything else in the script to enable Delayed expansion?
by Nagac
27 Aug 2014 04:24
Forum: DOS Batch Forum
Topic: For Loop Variable issue
Replies: 11
Views: 7121

For Loop Variable issue

Hi I am facing an issue after executing the thirdparty command(which datastage "IStool") in For Loop which is not assigning the second value to variable. Below is the script i am executing: @SET SETLOCAL EnableDelayedExpansion REM ############### Assigning the Directories to Variables#####...