In developing programs on PDP15, one often wants to repeatedly obtain listing of a large number of files. Rather than type the names of fifty files each time, LISTIT has been modified to read a list of files from the disc and transfer them to magnetic tape for the 1906A. Also, commands to position the output tape have been included.
The new commands are:-
← DISK b <filename> <extension> <cr> ← RWND <cr> ← SKEF <cr> ← EXIT <cr>
Disc file <filename> contains a list of source files to be listed (same format as Technical Paper 10). No special DAT slot assignments are required.
RWND leaves the heads positioned immediately after the 1906A4 header.
SKEF leaves the heads immediately before the EOF.
EXIT leaves the program (useful for batch mode).
LISTIT uses the following DAT slots
3 Files to be listed and commands 4 Error messages 6 List of files and source file input 7 Output-magnetic tape
User types A <sys> - 4 E LISTIT ← SKEF ← DISK SOURCE FOO ← BAR SRC ← RND
Adds all the files listed in SOURCE FOO plus the file BAR SRC to an existing list tape and rewinds the tape. Incidentally, this could all be read in from punched tape (must be followed by ten X's - XXXXXXXXXX<cr>) by assigning PRA to slot 3.