Stage Variable Size Restrictions

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
gdheatley
Participant
Posts: 10
Joined: Mon Aug 11, 2003 2:52 pm

Stage Variable Size Restrictions

Post by gdheatley »

Is there a size restriction on stage variables used within a Transformer Stage, i.e. number of bytes/string length?
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

There are restrictions on things like numeric precision and such. Can you please state your issue?
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There's no documented limit to the length of a string constructed using an expression. However, the result must be able to fit in available memory.
There is a limit to the length of a string literal (constant), namely 255 bytes, not including the surrounding quote characters.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply