The value for A make no sense to me and is probably illegal. Do you have double quotes in your data?
On Wednesday, May 29, 2013 11:40:20 AM UTC-4, itzsak wrote: > > Hi Rick > > thanks for the quick reply. > here my requirement is to change the, "," (all three together) to Null. > When i try with > > PROGRAM CHANGE.TEST > A= " "," " > CRT CHANGE(A, "","" , '') > END > > at the time of compilation i am getting the parse error. But the same is > working for characters.. but i need to change the special characters... > > appreciate your help. > > Many Thanks > > > On Wed, May 29, 2013 at 6:27 PM, Rick Weiser > <[email protected]<javascript:> > > wrote: > >> Try the CHANGE function. >> >> >> On Wednesday, May 29, 2013 11:25:32 AM UTC-4, itzsak wrote: >>> >>> Dear all >>> >>> In jbase if i want to convert the consecutive characters to some, >>> required string/chareacters means what is the function we should use? >>> >>> >>> When i try with, CONVERT it is individually pick the value inside the >>> quotes and replacing just like that... >>> >>> Value = 'ABCDEFGHIJ' >>> >>> CONVERT 'BJE' TO '^+!' IN Value >>> >>> Converted: A^CD!FGHI+ >>> Many Thanks >>> >>> S >>> >> -- >> -- >> IMPORTANT: T24/Globus posts are no longer accepted on this forum. >> >> To post, send email to [email protected] <javascript:> >> To unsubscribe, send email to [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/jBASE?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "jBASE" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
