I'm currently developing an OAR handler pgm to convert RLA to SQL in order to accurately read sequential data on a file with a column that is encrypted that is also a key field.
I've tested my handler pgm and it works.
When the encrypted file is read with RLA, the data is not in sequential order after SETLL and reads are executed.
But it is in sequential order (as expected) using the OAR handler pgm that converts the RLA to SQL.
However, I am doing nothing special in my sql statements to tell sql to "act upon enrypted data".
So naturally curious to know how SQL automatically handles the true value instead of the encoded value?
I've tested my handler pgm and it works.
When the encrypted file is read with RLA, the data is not in sequential order after SETLL and reads are executed.
But it is in sequential order (as expected) using the OAR handler pgm that converts the RLA to SQL.
However, I am doing nothing special in my sql statements to tell sql to "act upon enrypted data".
So naturally curious to know how SQL automatically handles the true value instead of the encoded value?



am I interpreting your question wrong?
Comment