Hi,
Pls can you suggest on this what to modify in the below codes....Its not updating the desired file
Code
Thanks
Pls can you suggest on this what to modify in the below codes....Its not updating the desired file
Code
Code:
[C/EXEC SQL C+ DECLARE C1 DYNAMIC SCROLL CURSOR FOR SELECT UWID FROM NBDPOLICY C+ WHERE POLNUM IN (SELECT PPPOLNUM FROM NLADPIPPF WHERE PPERRMSG C+ LIKE '%LADPJ%' ) FOR UPDATE OF UWID C/END-EXEC ********* C/EXEC SQL C+ OPEN C1 C/END-EXEC *********** C/EXEC SQL C+ FETCH CURRENT FROM C1 C/END-EXEC *********** C/EXEC SQL C+ C+ UPDATE NBDPOLICY SET UWID = 'B05' C+ WHERE CURRENT OF C1 C+ C/END-EXEC *********** C/EXEC SQL C+ Close C1 C/END-EXEC *********** C Eval *INLr = *On ]






Comment