Skip to content

Commit 769e52c

Browse files
KUGDevedemcenkoVAranouski
committed
Create X501AA.PLI
Added PL/I code_samples instructions Added PL/I code samples Co-authored-by: edemcenko <[email protected]> Co-authored-by: VAranouski <[email protected]> Co-authored-by: Uladzislau <[email protected]> Signed-off-by: Uladzislau <[email protected]>
1 parent 724006d commit 769e52c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+19362
-1
lines changed

code_samples/ADVNTOPT.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1. PL/I language version the source code is applicable to:
2+
- IBM PL/I for z/OS V6.1
3+
2. Compiler used to build the source code / supported by compilers:
4+
- IBM® Enterprise PL/I for z/OS 6.1 (Built:20230320)
5+
3. Operating system, where the code is possible to run + the version of the OS:
6+
- IBM z/OS v 2.5
7+
4. Brief inputs and outputs of the program:
8+
- Input is a DATA FILE CONTAINS SEVERAL SECTIONS. See the source file for details
9+
5. Expected instructions to be highlighted / supported by LSP:
10+
- see [ADVNTOPT.png](ADVNTOPT.png)

code_samples/ADVNTOPT.pli

+3,203
Large diffs are not rendered by default.

code_samples/ADVNTOPT.png

157 KB
Loading

code_samples/ADVNTOPT.txt

+3,224
Large diffs are not rendered by default.

code_samples/CHART.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
1. PL/I language version the source code is applicable to:
2+
- IBM PL/I for z/OS V6.1
3+
2. Compiler used to build the source code / supported by compilers:
4+
- IBM® Enterprise PL/I for z/OS 6.1 (Built:20230320)
5+
3. Operating system, where the code is possible to run + the version of the OS:
6+
- IBM z/OS v 2.5
7+
4. Brief inputs and outputs of the program:
8+
- INPUT SYSUT1 - COMPILER LISTING
9+
- OUTPUT SYSPRINT - STRUCTURE CHART
10+
- OUTPUT SYSUT2 - COMPILER LISTING (FOR PRINT OPTION)
11+
5. Expected instructions to be highlighted / supported by LSP:
12+
- see [CHART.png](CHART.png)

0 commit comments

Comments
 (0)