next up previous contents index
Next: Obtaining the values Up: COMIS Previous: Commands explanation

Input/Output unit numbers

 

For input/output streams COMIS uses the following channels by default:

channel
usage
lunsn =11
for the system's needs.
lunfil=12
for input source code under the !FILE directive.
lunlog=13
for output into the LOG-file.
lunmap=14
for access to the MAP-file.
lunedt=15
for the local editor

One can change the default values by

CALL CSSETL (lunsn,lunfil,lunlog,lunmap,lunedt)

before COMIS system initialization.

In the case of PAW, these defaults have been changed to 81,82,83,84,85 respectively.


Janne Saarela
Tue May 16 10:01:30 METDST 1995