Equate statement

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Equate statement

Post by admin »

Is it possible to represent a charachter when using the EQUATE statement in a server routine?



--
Michael Feckler mfeckler@onel.com
Minneapolis, MN
952-996-9145
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Yes, you can do either

EQUATE Tab TO CHAR(009)

or you can get the tab character into your paste buffer and explicitly paste it into a string within the design tool.


-----Original Message-----
From: Michael Feckler [mailto:mfeckler@onel.com]
Sent: Wednesday, November 29, 2000 10:14
To: informix-datastage@oliver.com
Subject: Equate statement


Is it possible to represent a charachter when using the EQUATE statement in a server routine?



--
Michael Feckler mfeckler@onel.com
Minneapolis, MN
952-996-9145
Locked