Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 4373

Status
Not open for further replies.

hendrickq

MIS
Mar 11, 2004
2
US
Hello all,

I was trying to modify an exsisting program the does a simple data dump, but I wanted to manipulate one of the feilds during the dump. The feild is an ID feild and I would like to change the format to appear as XXXXX9999. This following line works well in SQL but not in 4GL and direction would be appreicated.

replace(idno, substr(idno,1,5), 'XXXXX')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top