RECAU TELEX Manual : KRONOS 2.1 - Time-Sharing Users Reference Manual

by Ewald Skov Jensen

Paper Book, 1975

Status

Available

Library's review

Indeholder "1. Introduction", " Terminals", " Subsystems", " Conventions", "2. Introduction to KRONOS processing", " Log-in procedure", " Program entry and execution", " Log-off procedure", "3. File usage", " File structure", " Working files", " File sorting", " Working file control", "4. System
Show More
commands", " Command processing", " Terminal control commands", " Job processing commands", "5. Permanent file commands", " Permanent file command format", " Permanent file processing commands", " Catlist command", " Catlist examples", " Alternate user access", " Private File Category", " Semiprivate File Category", " Public File Category", " Lookup command", " Public command", "6. Time-sharing job processing", " INPUT/OUTPUT conventions", " Terminal job processing", " Terminal Log-in", " Subsystem selection", " Program Entry and Execution", " Terminal Log-off", "7. Additional system features", " Program editing", " Resequencing line numbers", " Job suspension", " Recovery", "8. Remote job entry", " Reformatting the submit file", " Error processing", "9. Batch subsystem", "A. Terminal Error Messages", "B. Dial-in procedure and character set", "C. Writing interactive programs", "D. Paper tape operations", "E. Reserved file names", "F. Glossary".

Beskrivelse af TELEX, som formidler kommunikationen mellem en time-share terminal bruger og KRONOS systemet. Dette er en tilrettet udgave af KRONOS 2.1 Time-sharing User's Reference Manual Publication No. 60407600 revision D. Det er sjovt at se hvor meget styr man havde på dokumentversionskontrol, dengang dokumentation stadigvæk mestendels var på papir.
Show Less

Publication

Århus : RECAU, 1975.

Language

Original language

English

Physical description

200 p.; 20.6 cm

Local notes

Omslag: Ikke angivet
Omslaget viser titel, forfatternavn og RECAU-75-70-M
Indskannet omslag - N650U - 150 dpi
Jeg har smidt eksemplaret ud, så sidetal, tykkelse og vægt er bare et gæt.
TimeSharing
Omslagstekst: TELEX provides the communication between a remote time-sharing terminal user and the KRONOS system. This manual is a modified version of KRONOS 2.1 Time-sharing User's reference Manual Publication No. 6040760 revision D.
The RECAU TELEXT MANUAL is produced to reflect modifications in the RECAU version of the KRONOS system.

Side 2-6: Now enter the BASIC program PRIME. Each program statement is followed by a CR.
10 PRINT "THIS IS A LISTING OF TEN PRIME NUMBERS"
20 PRINT "WHICH PRIME THE PRIME NUMBER"
30 LET N=0
40 LET V=0
45 FOR A=1 TO 10
50 LET V=V+1
60 LET Y=INT(V/2+.5)
70 FOR X=2 TO Y
80 LET Z=V/X
90 LET W=INT(Z)
100 IF Z=W THEN 50
110 NEXT X
120 LET N=N+1
140 PRINT " ";N," ";V
160 NEXT A
170 END

Side 4-2: On all commands that require a numeric value, the number is treated as follows:
- if the number contains an eight or nine, decimal base is assumed
- if the number not contains an eight or nine, the base assumed depends on the context
- The base may be specified by a post radix of B or D, that is 562D is treated as 562 decimal and 562B is treated as 562 octal.

Pages

200

Library's rating

Rating

(1 rating; 3)
Page: 0.1806 seconds