Search found 3 matches

by cgi_bi
Fri Feb 24, 2012 9:01 am
Forum: General
Topic: DS7 vs DS8 and dsexport vs dscmdexport
Replies: 11
Views: 12458

7.5 server - /APPEND but only /EXEC

Hello, DS 7.5 Server I tried this command and it works dsexport.exe /H=>host> /U=<user> /P=<password> /JOB=<job name> /Append /EXEC <project> <dsx file> b But if I take off /EXEC it says me that /APPEND should be used in conjunction with /EXEC. It seem that in DS 7.5 Server we can append to a DSX on...
by cgi_bi
Thu Dec 15, 2011 12:29 pm
Forum: General
Topic: Useful Perl Scripts I have written
Replies: 24
Views: 37084

Here is a version of DSX_cutter.pl that add a flag to not export the HEADER into the target DSX. It is useful for us to prepare the code before commit it into our Version Control system #!/usr/local/bin/perl -w # #######################################################################################...
by cgi_bi
Fri Oct 14, 2011 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument: &
Replies: 4
Views: 3841

An hint

DS PX 7.1, AIX, DB2

I had that issue with a DB2 Entreprise Stage password parameter. I discover that it was my Copy/Paste (mean use Ctrl-C/Ctrl-V) that it didn't works. When I wrote manually the password it work fine