Search found 5 matches

by akshaym87
Fri Oct 09, 2009 3:54 am
Forum: General
Topic: how to implement errorlevel in batch scripts?
Replies: 1
Views: 1452

how to implement errorlevel in batch scripts?

Hi, i'm basically looking for a code by which i can display a pop up whenever an error is encountered in a batch script . for eg in the following snippet :: { @echo off cls setLocal EnableDelayedExpansion for /f "tokens=* delims= " %%a in (MUJobList.txt) do ( echo export %%a starting ........
by akshaym87
Thu Oct 08, 2009 12:02 am
Forum: General
Topic: Batch script for exporting shared container in datastage ?
Replies: 10
Views: 15314

hey thanks for the update craig ,

could u please post the script/command for the istool as well as the dsx cutter function.

thanks
by akshaym87
Wed Oct 07, 2009 3:47 am
Forum: General
Topic: Batch script for exporting shared container in datastage ?
Replies: 10
Views: 15314

Hey, the thing is i have the scripts for exporting JOBS using dsexport and dscmdexport for exporting projects, but i need a script for exporting only a SHARED Container or any other object besides a job/Project. i am currently using 8.0 version and i have the option of manually selecting shared cont...
by akshaym87
Tue Oct 06, 2009 12:02 am
Forum: General
Topic: Batch script for exporting shared container in datastage ?
Replies: 10
Views: 15314

Batch script for exporting shared container in datastage ?

Hi, i wanted to know how can i export shared containers in datastage through back end batch scripts. i was able to export jobs through the following script :: @echo off cls setLocal EnableDelayedExpansion for /f "tokens=* delims= " %%a in (MUConfigDetails.txt) do ( set /a N+=1 set v!N!=%%a...
by akshaym87
Fri Sep 04, 2009 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lprojects, ljobs from client installation
Replies: 1
Views: 1352

lprojects, ljobs from client installation

Can I run "dsjob -ljobs" & "dsjob -lprojects" commands from the client installation of datastage? Can someone give an example/syntax of these commands?