[sqlite] sqlite on IBM z/OS Unix

2018-08-30 Thread David Jackson
Thanks for the various replies to this question. I have my link working now. It starts off wit a basic 3 line c program (to establish the LE enclave) that then calls an Asm program that passes the SQL that then loads and branches to a c program to do the grunt work. There is an example IBM program

[sqlite] sqlite on IBM z/OS Unix

2018-08-29 Thread David Jackson
Having successfully ported sqlite to z/OS Unix as a 32 bit app, I am now looking at a c program to make SQL calls to this. Starting with an Assembler routine that runs within z/OS (not Unix), which is not LE (Language Environment)enabled, we then call a c routine (numerous times) that is LE