From 316cc689d6f0b6f41b8bbd04b45165cedb411d12 Mon Sep 17 00:00:00 2001 From: Richard Schoen Date: Tue, 6 Aug 2024 19:46:44 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad99c7b..2370a67 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ The main benefit of this wrapper is to be able to integrate Qshell/Pase applicat There are several ways to build the library. Pick your favorite. -# Check latest version info (Current Version 1.0.32 - 7/26/2024) +# Check latest version info (Current Version 1.0.33 - 8/6/2024) https://github.com/richardschoen/QshOni/blob/master/VERSION.TXT ``` +1.0.33 - Updated QSHIFSSIZ with stat64 to support up to 15 digit numeric return. 1.0.32 - Added QSHQRYSRC command for querying data via a static source member in a library or IFS text file and placing results in an outfile. This is good for using SQL to prep data for a report or aggregate data for a secondary process. Added QSHSAVLIB and QSHSAVIFS commands for savng library and IFS objects and outputting an IFS save file when save is complete.