Skip to content

Commit 7ba6edf

Browse files
Update README.md
1 parent c54a31b commit 7ba6edf

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Build the PYONI commands
3333

3434
The following example calls a python 3 script named: helloworld.py from the /python directory and passes the program up to 20 parameters individually via the PYRUN CL command.
3535

36-
```PYRUN SCRIPTDIR('/python')
36+
```
37+
PYRUN SCRIPTDIR('/python')
3738
SCRIPTFILE(helloworld.py)
3839
PYVERSION(3)
3940
PARM01(p1)
@@ -46,16 +47,6 @@ The following example calls a python 3 script named: helloworld.py from the /pyt
4647
PARM08(p8)
4748
PARM09(p9)
4849
PARM10(p10)
49-
PARM11(p11)
50-
PARM12(p12)
51-
PARM13(p13)
52-
PARM14(p14)
53-
PARM15(p15)
54-
PARM16(p16)
55-
PARM17(p17)
56-
PARM18(p18)
57-
PARM19(p19)
58-
PARM20(p20)
5950
PYPATH(*DEFAULT)
6051
CCSID(37)
6152
DSPSTDOUT(*YES)

0 commit comments

Comments
 (0)