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....?
Answer Posted / surya siram
UPDATE FF SET SUBSTR(RCD, 6, 1) = 'Y' WHERE SUBSTR(RCD, 6, 1) = 'N'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the different opcodes available in rpg for database access ?
how can I control from my cgis the cache of a remote browser?
What is the Difference between command attention key and command function key ?
what is the maximum number of fields under a record format of physical file?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
how can you detect and handle a record lock situation?
what is sflrolval?
what is the necessary keyword for non-join logical file?
what is a spool file?
how can I start a page in a new window?
Difference between NOPASS & OMIT?
How to add 99 menu (page down) option in menu creation..
How can we arrange duplicate records in a file?
how will you display a particular page in subfile ?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?