Works GREAT! And it interoperates with the sqlite3 UNIX command from the SQLite port for z/OS on the CBT. I used your example to create the SQLite data base, then accessed it with the sqlite3 command from a shell prompt.
Curious: did you use the CBT version of SQLite or did you do your own? On Tue, Oct 28, 2014 at 10:02 AM, David Crayford <[email protected]> wrote: > The problem is with my eyesight and concentration in the wee hours. I've > updated the installer one last time tonight. > > Did sqlite3 work for you? > > On 28/10/2014 10:54 PM, John McKown wrote: > >> Works if I reply Y, in upper case. Problem? >> >> if promptYN("The PDSE load module library '"..loadlib.."' does not exist, >> create it?", "y") then >> should be? >> >> if promptYN("The PDSE load module library '"..loadlib.."' does not exist, >> create it?", "y"):upper() then >> >> On Tue, Oct 28, 2014 at 9:47 AM, John McKown < >> [email protected]> >> wrote: >> >> Oh, tested -- install works if I pre-create the LOADLIB and SAMPLIB. >>> >>> >>> -- >>> The temperature of the aqueous content of an unremittingly ogled >>> culinary vessel will not achieve 100 degrees on the Celsius scale. >>> >>> Maranatha! <>< >>> John McKown >>> >>> >> >> > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- The temperature of the aqueous content of an unremittingly ogled culinary vessel will not achieve 100 degrees on the Celsius scale. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
