Limitation in Parameter size

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
Ocean
Participant
Posts: 18
Joined: Tue Jul 18, 2006 1:51 am

Limitation in Parameter size

Post by Ocean »

Hi All,

Is there any limitation of parameter passed to Routines? What is the maximum characters that allowed to pass to routine in Server Job?


Thanks
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

There should be some upper limit on the no of parameters, but should accomodate almost all of the genuine param limit.

More over no limit to the no of character that can be passed (may be 2gb, if there is any).
Success consists of getting up just one more time than you fall.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The parameters are passed in memory, so the limit will be close whatever your environment's setting for memory is set to. The 2Gb limit applies only to some OS's and their maximum file size. DataStage variables are not limited in that fashion.

More likely you will have a limitation on parameters by your maximum command line size, as the "dsjob" executable is often used to pass parameters to jobs.
Post Reply