IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Replacing specific positions in a table variable


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sriram K

New User


Joined: 17 Feb 2009
Posts: 32
Location: Bangalore

PostPosted: Fri Jun 12, 2009 1:48 pm
Reply with quote

I want to replace the particular position of a table variable(abc_var) with some value for which i used the below query.

UPDATE
table1

SET abc_table =
REPLACE (abc_var,1,3,BOX)

WHERE
abc_id = '400'
;

But its not working. I'm not sure about the syntax as well. Can anyone suggest on this.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Jun 12, 2009 3:33 pm
Reply with quote

You posted in the JCL forum...
what <language> is your <query> written in ?
it does not certainly look like SQL icon_biggrin.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Jun 13, 2009 5:13 am
Reply with quote

Hello,

Quote:
But its not working.
I believe we already understood that it didn't work. Posting "it didn't work" is just a waste of everyone's time.

If you would like someone here to help, you have to post what you used (actual jcl and control statements) and what diagnostic information was generated.

Seeing these, someone may have a suggestion. When posting jcl, code, control statements, etc, it is best to use the "Code" tag to preserve alignment and improve readability.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top