diff --git a/VERSION.TXT b/VERSION.TXT index b129870..bfe3959 100644 --- a/VERSION.TXT +++ b/VERSION.TXT @@ -239,11 +239,14 @@ V1.0.32 = 7/26/2024 -Updated QSHQRYTMP command to make sure prompting works for SQL statement if Prompt=*YES. -V1.0.33 = 8/6/2024 +V1.0.33 - 8/6/2024 -Updated QSHIFSSIZ command to use stat64 internally. Now we can return object lengths up to 15 positions with 0 decimals from the CL command. 15 positions is the CL program max, although a CL command seems to allow a return of up to 20 positions. -V1.0.34 = 11/22/2024 +V1.0.34 - 11/22/2024 -Added Python 3.13 to version parm in QSHPYRUN and QSHPYCALL commands. + +V1.0.35 - 1/15/2025 +-Added QSHIFSSCAN command. This command can be used to scan an IFS file for specific values. The main intent is to be able to scan a STDOUT or STDERROR log file as needed for information to see if a value or value(s) exist. Currently multiple values can be entered to search for, but the command ends successfully if any of the exact matching values are found in the selected IFS file.