Raaj Beginner

Joined: 03 Nov 2004 Posts: 7 Topics: 3 Location: India
|
Posted: Thu Aug 20, 2009 5:31 pm Post subject: Keywords 'Relative' 'Sensitive' |
|
|
Hi All,
I have the embedded sql stmts where I come across keywords like 'Relative' 'sensitive'. The code looks like
EXEC SQL
FETCH SENSITIVE RELATIVE -1 AGTATO_CURSOR
INTO :ATO-POS-TXN-CD
,:ATO-POS-TXN-DESC
,:ATO-POS-CAT-CD
,:ATO-PER-ITEM-FEE-AMT
END-EXEC.
Now I am working on MFE Tool which is the replica of Mainframe environment and am testing the code in Net express (windows environment) These keywords are not supported in UDB ....Is there any equivalent words for these in UDB?
Please figure me in getting a solution for this.  |
|