perm filename ORDER[X,AIL]2 blob sn#055579 filedate 1973-08-19 generic text, type T, neo UTF8
00100	COMMENT⊗ SPECIFIES ORDER OF REL FILES IN SAIL LIBRARY
00200	NAM,6
00300	ALL,CALLIS,HEAD,!GOGOL
00400	HDR,GOGOL
00500		LOR,LUP,KNT,COD
00600	HDR,NWORLD
00700		PRC,IRP
00800	HDR,ARYSER
00900		PIT
01000	   ,HEAD,LEPRUN
01100		LEP
01200	   ,HEAD,WRDGET
01300		REM
01400	HDR,IOSER
01500		USC,LIN,TTY,OPN,NUM,LOK,OUT,INP,WRD,BRK,CLS,MTP
01600	HDR,ARYSER
01700		ARY
01800	HDR,STRSER
01900		CAT,SUB,EQU,PNT,PTC,CVS,CVD,SCN,CVC,CVL,CVF
02000	HDR,IOSER
02100		TBB,PTY,SIM,CHN,FIL,FLS
02200	HDR,GOGOL
02300		POW,SGC,COR
02400	HDR,ARYSER
02500		DM1,DM2,DM3,DM4
02600	HED,SAIHED,HEAD
02700		HED
02800	END
02900	
03000	HDRFIL is created from HEAD and part of GOGOL.  It contains all
03100		index and bit and AC declarations, as well as the macros
03200		which are used in the library.  All comments and blank
03300		lines are squeezed out.  It is not created unless some
03400		need for it is exhibited.
03500	DOHEAD is created if needed to create the HEAD entry in the library,
03600		an INTERNALed symbol table of the user-table things.
03700	SCISS.SAI reads this file to get its instructions.  To read the
03800		above stuff, consider an example:  If SAIPTC is to be
03900		compiled, From IOSER will be extracted the code for PTC,
04000		named SAIPTC.FAI.  This will be assembled with HDRFIL to
04100		get SAIPTC.REL.  If the first file is not HDRFIL, no extrac-
04200		tion will be performed.
04300	⊗