bse.inc | some PL/I declarations for OS/2 system calls.[OS/2 only] |
filedump.pli | Program to dump a ENV(VARLS) file in hex and characters. |
vfile.dat | Sample input for filedump |
filefind.pli | OS/2 program to locate the directory entry for a file.[OS/2 only] |
hanoi.pli | "Towers of Hanoi" batch version. |
hexdump.pli | Callable procedure to print a hex/character dump of a selected area of memory. |
LC_make, LCC_make, SA_make | Sample makefiles for Linux giving examples of compiling and linking a PL/I program. LC_make links the compiled program with libc, but uses PL/I's malloc and free. LCC_make links with libc and uses libc's malloc and free. SA_make links a PL/I program without libc. |
libver.pli | Program to display the current version of the PL/I library. |
Makefile.Linux | Makefile to build all Linux PL/I sample programs. |
Makefile.OS2DLL | Makefile to build all OS/2 PL/I sample programs using the PL/I runtime DLL. |
Makefile.OS2Static | Makefile to build all OS/2 PL/I sample programs using the statically-linked PL/I runtime. |
numwrd.pli | Command-line program to print a number in words. |
pm.def | OS/2 module definition file used for the pmhanoi sample program. |
pmhanoi.pli | "Towers of Hanoi" as an OS/2 presentation manager program.[OS/2 only] |
print_listing.pli | Sample program to print a PL/I compiler listing on a PCL printer. |
readu.pli | Example of reading a file declared with ENVIRONMENT(U). |
sample.def | OS/2 module definition file used for all sample programs except pmhanoi.[OS/2 only] |
samples.html | This file. |
task.pli | Example of PL/I multitasking. The OS/2 version runs in a VIO window, the Linux version must run in a Linux console, not an xterm. |
spawn.pli | Procedure to FORK and EXEC a child process. [Linux only] |
spawntest.pli | Test program for spawn. [Linux only] |
sorttest.pli | Procedure to test PLISRTD |
sort.dat | Test data for sorttest |
Iron Spring PL/I version 0.9.9a, 15 Dec, 2016.