Skip to content

Commit

Permalink
Update VERSION.TXT
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen committed Aug 4, 2023
1 parent 6a78f6b commit 99d1a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VERSION.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ before launching and thread jobs.
V1.0.24 - 8/4/2023
-Created QSHPYCALL command. This is a variation of the QSHPYRUN cmd. It
will run a Python script and return parameter values as long as they
are prefixed in STDOUT with: ```RETURNPARM01: - RETURNPARM10:```
are prefixed in STDOUT with: RETURNPARM01: - RETURNPARM10:
Statements can be written to STDOUT using the print() statement
in a Python script. See sample script: ```pycallparl1.py`` on the
GitHub site.
Example STDOUT value: ```"RETURNPARM01:I am return value 1"```
Would return: ```"I am return value 1"``` to the QSHPYCALL command
Example STDOUT value: "RETURNPARM01:I am return value 1"
Would return: "I am return value 1" to the QSHPYCALL command
return parameter 1.
QSHPYCALL is mainly a convenience wrapper for RPG/CL/COBOL developers
who might want to do some quick work in Python and return it for
Expand Down

0 comments on commit 99d1a96

Please sign in to comment.