dos batch script

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
nivas
Participant
Posts: 117
Joined: Sun Mar 21, 2004 4:40 pm

dos batch script

Post by nivas »

Hi
I am calling dos batch script from datastage . That batch script interim calling another batch script called dsjobControlParm. I am getting error as

"dsjobControlParam' is not recognized as an internal or external command,
operable program or batch file"
But If I directly run the batch script from command line it is running.
Could you any body help me out on this. Advance thanks
Nivas
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is typical of errors where programs are not called with absolute paths.
nivas
Participant
Posts: 117
Joined: Sun Mar 21, 2004 4:40 pm

Post by nivas »

You are absolutely right . Thanks
JKenklies
Premium Member
Premium Member
Posts: 30
Joined: Mon Mar 05, 2007 3:02 am
Location: Hamburg, Germany

Post by JKenklies »

You may also use dynamic paths in your batch. Detailed information can be found in the "Help and Support Center" in Windows. (Start > Help and Support). Search for "Using batch parameters" and bookmark it. There is also a quite good "Command-line reference A-Z". :wink:
Post Reply