Description:
PL/I language discussions.
|
|
|
%LOC and %VAL availability
|
| |
In a discussion on %LOC and %VAL in comp.lang.fortran, which it seems were supposed to be generally available on VAX systems, it occured to me that the % would conflict with the PL/I preprocessor. Did VAX and/or VMS PL/I implementations avoid that problem? -- glen
|
|
Need Suggestion for migrating to Java from PL1 project
|
| |
Dear friends, I involved in a migration project from PL1 to Java. I have no such experience before. The PL1 source code is more than 200,000 lines! I doubt I have enough time to read and understand it. I'd very appreciated if you may recommend some strategics,methods or tools for this work. Is there any tools to analysis PL1 codes?... more »
|
|
IBM2209I : SEVERE
|
| |
Hi, With the last IBM PL/I compiler for Windows, i have an error at line 09: Code: 01: SWAP: PROCEDURE(pIN,ilen); 02: DECLARE 03: PIN POINTER, 04: ILEN BIN FIXED(31), /* length in byte */ 05: I BIN FIXED(31); 06: 07: BEGIN; 08: DECLARE 09: C_ARR(ILEN) CHAR(1) BASED(PIN),... more »
|
|
New Version PL/I Reformatter
|
| |
the new version is available: [link] Improvements can be seen in the read_me doc. The old version is still in the .zip (exe) file for compare reasons. the size of the downloadable file is now 860 k.... more »
|
|
HELP: PL1 access ADABAS complie error
|
| |
Hi guys, I am a newbie in the pl1 world. I am glad to find such place to learn pl1 language. I meet a problem when accessing ADABAS from PL1. Hope you guys give me some advice, and thanks in advance! The problem information as follow: OS: windows xp Development platform and tools: IBM Rational Developer for System z,... more »
|
|
PL/I Frequently Asked Questions (FAQ)
|
| |
Archive-name: computer-lang/pli-faq Last-Modified: 28 October 2009 Version: 1.7 FREQUENTLY-ASKED QUESTIONS & ANSWERS . (Q1) What is PL/I? . PL/I is a general-purpose programming language, which is used for solving problems in a variety of fields such as commerce, science (including mathematics,... more »
|
|
Russian Compiler PL/1 for Win32
|
| |
In this book (in Russian) - [link] - compiler PL/I for Win32 does exist. This compiler was made from DR PL/I-86 many years ago. They added complex mathematic, “composite” loops and even Window’s memory file-mapping. P.S. They use “DO REPEAT;” instead of “DO WHILE(‘1’b);”... more »
|
|
PL/I Newsletter
|
| |
Hi, If you have something of interest for readers of the PL/I Newsletter, please sed it along as soon as you can. Perhaps something about programming; some experiences; an article? Even a progrmming tip? Thanks.
|
|
|