/* lineNum.p
*
* produce line numbers in an output file with the COMPILE command
*/
{nothing.i}
compile "lineNum.p" listing "lineNum.lis".
compile "lineNum.p" debug-list "lineNum.dbg".
return.
----
/* nothing.i
*/
/* really, there is nothing here! */
1 /* lineNum.p
2 *
3 * produce line numbers in an output file with the COMPILE command
4 */
5
6
7 /* nothing.i
8 */
9
10 /* really, there is nothing here! */
11
12
13
14 compile "lineNum.p" listing "lineNum.lis".
15 compile "lineNum.p" debug-list "lineNum.dbg".
16
17 return.
./lineNum.p 05/20/2010 13:23:47 PROGRESS(R) Page 1
{} Line Blk
-- ---- ---
1 /* lineNum.p
2 *
3 * produce line numbers in an output file with the COMPILE command
4 */
5
6 {nothing.i}
1 1 /* nothing.i
1 2 */
1 3
1 4 /* really, there is nothing here! */
1 5
6
7
8 compile "lineNum.p" listing "lineNum.lis".
9 compile "lineNum.p" debug-list "lineNum.dbg".
10
11 return.
^L./lineNum.p 05/20/2010 13:23:47 PROGRESS(R) Page 2
File Name Line Blk. Type Tran Blk. Label
-------------------- ---- ----------- ---- --------------------------------
./lineNum.p 0 Procedure No