Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I have 1 rd in my flat file.
say reord from 1 to 10 position : 'AS400NDB2400'
I need to change the value from N to Y
using SQL stmt ...How can I update this....?

Answers were Sorted based on User's Feedback



I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to ..

Answer / sachin

Try using this stmt :-

UPDATE TT SET TT = SUBSTR(TT,1,6) || 'Y' || substr(tt,8,6)

Cheers...

Is This Answer Correct ?    8 Yes 1 No

I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to ..

Answer / brave

Update <Table> set <field> = Substr(<field>,1,5)
||'Y'||Substr(<field>,7,6) where <Condition>

Is This Answer Correct ?    3 Yes 0 No

I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to ..

Answer / surya siram

UPDATE FF SET SUBSTR(RCD, 6, 1) = 'Y' WHERE SUBSTR(RCD, 6, 1) = 'N'

Is This Answer Correct ?    0 Yes 0 No

I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to ..

Answer / mahalakshmi

update file1 set file1 = 'AS400YDB2400' where file1 = 'AS400NDB2400'

Is This Answer Correct ?    0 Yes 0 No

I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to ..

Answer / murali

Update <FileName> set substr(<Field Name>,6,1) = 'Y' where
substr(<Field Name>,6,1) = 'N'

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More IBM AS400 AllOther Interview Questions

how can i get the cursor position in display screen to to display my window?

5 Answers  


What is SDA used for?

7 Answers  


how can I control from my cgis the cache of a remote browser?

0 Answers   IBM,


how to validate input values in display file ?

0 Answers   IBM,


what are different types of substems?

1 Answers   IBM,


how can I start a page in a new window?

0 Answers   IBM,


give three main purposes of file specification ?

1 Answers   IBM,


Hi All, Can any one give me a suggestion for below prob One job is in MSGW due to decimal dara error and I find out stmt error and Value in DMUP. but my file has millions of records.So how can i find out on which record the error was occured....?

3 Answers  


does cl support arrays

1 Answers  


when do you use f-spec. Continuation line ?

1 Answers   IBM,


when should I use method get, and when should I use method post in my cgis?

0 Answers   IBM,


Can you use multi format LF in CL program?

2 Answers  


Categories