Page 1 of 1

Timestamp in sequential file name.

Posted: Mon Jan 05, 2009 7:23 am
by mattias.klint
Hello,

I need to get a parameter with a timestamp to be used within the job and to create the file name of a sequential file.

The timestamp can be the time the job started for example and then put into a parameter.

I cant use sequencers, the job is started from SAP-listener. I can use environmental variables though.

//Mattias

Re: Timestamp in sequential file name.

Posted: Mon Jan 05, 2009 9:37 am
by mattias.klint
I used the macro (predefined job parameters) #DSJobWaveNo# (increments per-job-run, resets on recompile). in both filename and transformer.

It worked perfectly!