Search found 156 matches

by 1stpoint
Mon Nov 17, 2003 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using winzip command line interface (WZZIP)
Replies: 8
Views: 4208

thanks but no thanks

I understand that this is redundant doing it through datastage but the environment here refuses to allow us to schedule independent scripts.

We have the process working quite nicely through datastage and are working on a commercial product.
by 1stpoint
Mon Nov 17, 2003 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using winzip command line interface (WZZIP)
Replies: 8
Views: 4208

wzzip

I created a DataStage batch called ProjectBackup which I would like to schedule. It executes a DOS Batch to run the dscmdexport utility. After that step I use wzzip to compress the file. The problem is that wzzip writes to STDout and hangs the processes.

gzip does work nicely.
by 1stpoint
Fri Nov 14, 2003 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using winzip command line interface (WZZIP)
Replies: 8
Views: 4208

I know

Plus winzip can unzip a gzipped file. The problem is that I am mandated to use WZZIP and need some form of workaround because I'm running it through a DataStage batch interface. I tried redirection but it still never returns: Wzzip -ex test *.dsx >null I emailed the winzip dev team and asked for a -...
by 1stpoint
Fri Nov 14, 2003 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using winzip command line interface (WZZIP)
Replies: 8
Views: 4208

using winzip command line interface (WZZIP)

I created a (DOS) batch file to perform a datastage project backup using (dscmdexport.exe) which works nicely. After the dscmdexport finishes I would like to compress the file to an archive using the WZZIP command line interface. The problem is that when WZZIP executes it writes to STDOUT and that h...
by 1stpoint
Fri Nov 14, 2003 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: System variable @INROWNUM compare with decimal
Replies: 5
Views: 5548

Dividing?

Have you tried doing a Divide or modulo on @INROWNUM?
Also, create a Sequential output and move @INROWNUM to it and see what happens if it gets over say 250000.
by 1stpoint
Fri Nov 14, 2003 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOG WITH THE NAME OF THE COLUMN ...
Replies: 3
Views: 3480

This is of course dependent on your business rules for validating each column. You basically interrogate each condition and report the column. Seq File -> Transformer --> Db2 stage (insert/update) --> Log/Errors Stage (constraint contains the business rules for validation). Log/Errors DsJobName DatS...