Skip to content

Commit

Permalink
Create TSTPYRUN.CMD
Browse files Browse the repository at this point in the history
Sample CL command to call QSHPYRUN embedded.
  • Loading branch information
richardschoen authored May 1, 2024
1 parent 938ac97 commit d3f9688
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/TSTPYRUN.CMD
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CMD PROMPT('Sample Command to Use PYRUN')
PARM KWD(MY10ARGS) TYPE(*CHAR) LEN(200) RSTD(*NO) +
MAX(10) EXPR(*YES) CASE(*MIXED) +
INLPMTLEN(32) PROMPT('My 10 command +
arguments')

0 comments on commit d3f9688

Please sign in to comment.