View previous topic :: View next topic |
Author |
Message |
Consultant Beginner
Joined: 21 Jan 2008 Posts: 5 Topics: 3
|
Posted: Wed Mar 26, 2008 1:00 am Post subject: PL/I - First column values |
|
|
In PL/I we write the program from 2 to 72 columns.But I have few numbers in First column.What do they represent.I have 1 and 0 in first columns.Could anybody explain this.. |
|
Back to top |
|
|
Crox Beginner
Joined: 29 May 2004 Posts: 52 Topics: 9
|
Posted: Sat Mar 29, 2008 4:21 am Post subject: |
|
|
you can force the compiler listing to start on a new page for example by putting a '1' in column 1. |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Sat Mar 29, 2008 8:30 am Post subject: |
|
|
They are standard ASA characters: 1= new page; 0 = skip a line; - = skip 2 lines.
I believe you can use them for coding if you use the MARGINS compiler option. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
|
|