length of the variable

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
parvathi
Participant
Posts: 103
Joined: Wed Jul 05, 2006 4:48 am
Contact:

length of the variable

Post by parvathi »

Hi all,
I have a sceneraio like this
I store the fileNamesand the count of the records in a variable which is used in the datastage rountine
I have doubt whether is there any limit on the length of the variable
If i count all the files they come around 30 and each file name is 20 characters long
so approximately 450 charactershave to be stored in a variable

Is this possible..??
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Is this Servre or Parallel Extender?

In Server the limit to a variable is however much virtual memory the process has (basically a very, very long string).

PX uses explicitly declared variable types and lengths.
parvathi
Participant
Posts: 103
Joined: Wed Jul 05, 2006 4:48 am
Contact:

Post by parvathi »

thanks this is a server job
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

It should work fine unless you have a bug in your code. Implement this and let us know if you face any issues
Post Reply