• Keine Ergebnisse gefunden

CARD READER ROUTINES

N/A
N/A
Protected

Academic year: 2022

Aktie "CARD READER ROUTINES "

Copied!
14
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

c'

(

... ,

."

CARD READER ROUTINES

U P·3915·2.01

(2)

This manual is published by the UNIVAC Division of Sperry Rand Corpo- ration in loose leaf format as a rapid and complete means of keeping re- cipients apprised of UNIVAC ® Systems developments. The UNIVAC Division will issue updating packages, utilizing primarily a page-for-page or unit replacement technique. Such issuance will provide notification of hardware and/or software changes and refinements. The UNIVAC Division reserves the right to make such additions, corrections, and/or deletions as in the judgment of the UNIVAC Division, are required by the devel- opment of its respective Systems.

® REGISTERED TRADEMARK OF THE SPERRY RAND CORPORATION PRINTED IN U.S.A.

o

o

o

(3)

UNIVAC 1050 CARD SYSTEM

UP-391S-2.01

INPUT / OUTPUT ROUTINES

CONTENTS 1. INTRODUCTION

1.l. SCOPE

1.2. GENERAL DESCRIPTION

2. PROGRAMMING PROCEDURES

2.1. PROGRAM SPECIALIZATION

(~ 2.2. IN PUT AREA

2.3. ENTRANCES 2.3.l. Initialize 2.3.2. Execute 2.3.3. Close

2.4. COM PA TI 81 LI TY 2.4.l. Upward Compatibility 2.4.2. Downward Compati bi lity J. ERROR STOPS AND PROCEDURES

TABLES

1. READER ROUTIN E CHARACTERISTICS

2. ERROR CONDITIONS AND RECOVERY PROCEDURES

Contents

SECTION: PAGE:

CONTENTS

1-1 to 1-1 1-1 1-1 2-1 to 2-4 2-1 2-2 2-2 2-2 2-3 2-3 2-3 2-3 2-4 3-1 to 3-1

1-1 3-1

1

(4)

c

c

(5)

UP-391S-2.01

c:

c

UNIVAC 1050 CARD SYSTEM

INPUT / OUTPUT ROUTINES

1

SECTION: PAGE:

1. INTRODUCTION

1.1. SCOPE

This document provides the programmer with the information necessary to make use of both the 4K card system and expanded card system card reader routines. It de- scribes the area requirements, specialization, and the entrances to the routines.

Section 2.4 is devoted to describing upward and downward compatibility between the 4K and expanded system routines. Read.er error condition recovery is described in Section 3.

1.2. GENERAL DESCRIPTION

The card reader routines are distributed in source code with a comment card con- taining the name in columns 19 to 24. These routines control the operation of the card reader. Every routine has at least three entrances; one each for the initialize, execute, and close functions.

Each routine addresses an input area, the name of which is preassigned for 4K routines, and programmer assigned for the expanded system routines. The reserve areas, aligned consecutively in storage, are addressed through an index register (see Table 1), which contains the relative address of the current card image area.

This address is relative to the beginning of the input area.

The following table summarizes the general characteristics of each routine.

ROUTINE NAME RD9L RDTL RDUL RD9 ROT

RDU

REA REA9 RES RES9

DESCRIPTION MIN. INTRANCES IR

SIZE

SYS. INITIALIZE EXECUTE CLOSE 90 col. with lockout 4K XIR XXR XCR 1 SO col. translated

with lockout 4K XIR XXR XCR 1

SO col. untr anslated

wi th lockout 4K XIR XXR XCR 1

90 col. with over-

lapped processing 4K XIR XXR XCR 1 SO col. translated

with overlapped

processing 4K XIR XXR XCR 1

SO col. untranslated with overlapped

processing 4K XIR XXR XCR 1

SO col. row reader SK XINRD XCTRD XCLRD

*

90 col. row reader SK XINRD XCTRD XCLRD

*

SO col. column reader SK XINRD XCTRD XCLRD

*

90 col. column reader SK XINRD XCTRD XCLRD

*

*

Programmer assigned in the specialization procedure (Section 2.1) t Minimum

Table 7. Reader Routine Characteristics

ROUTINE INPUT AREA SIZE NAME SIZE

100 XAR 109 S5 XAR SO S5 XAR 160

14S XAR 199

143 XAR 160

143 XAR 320 437

*

336t

437

*

346t

373

*

20St

3S8

*

237t

TOTAL SIZE 209 165 245 347

303

463 773t 7S3t 5S1 625

1

(6)

~:0) ~.

c

(7)

UNIVAC 1050 CARD SYSTEM

UP-3915-2.01

INPUT / OUTPUT ROUTINES

2

SECTION: PAGE:

2. PROGRAMMING PROCEDURES

2.1. PROGRAM SPECIALIZATION

c

Specialization provides the source code card reader routine with certain labels and constants, and designates optional modes of operati<>cn.

No specialization is required for the 4K card reader routines. The label of the input area (XAR), number of reserve areas, and the index register containing the relative area address are already assigned (see Table 1).

Specialization for the expanded system card reader routines is accomplished through the use of the EQU directive as follows:

I: LABEL OPERATION OPERANDS

)

~ 7 11 ~ 13 18 19 30 I

6

I a b e I E Q U D e f i n i t i o n I 1 ~

'- ~ ~

- - - -

The label field contains the predefined label as listed in the table below and the operands field contains the definition, as listed below:

LABEL X1R$

X2R$

X3R$

X4R$t X5R$t

DEFINITION

Label of input AREA associated with the routine, as defined in worker program.

Number of reserve areas:

3 to 21 for the row reader, 2 to 21 for the column reader.

Storage address of index register to contain the relative area address.

64 if translated read desired, 0 for untranslated read.

256 for 72 column scan, 0 for 80 column scan.

t These labels are defined for 80 column read routines only.

1

(8)

UP-3915-2.01

SECTION:

UNIVAC 1050 CARD SYSTEM

INPUT / DUTPUT RDUTINES

2

2.2. INPUT AREA

When defining the input area for all 80 column card reader routines, and the 90 column card reader routine REA9, the first character position must be a multiple of 64.

When defining the input area for the 90 column card reader routines R09L, R09, and RES9, the first character position must be a multiple of 128.

To ensure the proper location of the input area, use the origin statements as in the following example:

~

LABEL OPERATION OPERANDS

)

~ 6 7 11 13 18 19 30

,

i. 0 R I G $ , 1 2 8 I 1

X A R ',:. A R

EA

1 9 9 I

- -- -

As described in the general description (Section 1), the worker program must address the input area through an index register. Thus to bring columns 3 to 5 of an image read by the 4K routine ROT to AR1,

E LABEL

II

OPERA nON

OPERANDS

fiEiS

30

67 11.13 1819

' " B A 1 X A R + 4" 3

,

1 I

I,

-

- - --

Additional area is available for use by the worker program within the R09 4K reader routine input area. The available area consists of 19 consecutive character locations starting at XAR + 45.

Use of this area is not recommended because it complicates upward compatibility.

ORIG cards included in the assembly deck of a program making use of these areas would then have to be removed, allowing the locations so defined to follow in the sequence of locations assigned to the worker program.

2.3. ENTRANCES 2.3.1. Initialize

The initialize section must be entered before any attempt to get a card image. This is accomplished by performing a Jump Return OR) to XIR with a 4K reader routine, or XINRO with an expanded system routine.

Initialization sets the channel interrupt entries to their appropriate values, the base address tetrad (tetrad 36), the standby base address tetrad (tetrad 37) if a row reader routine, and all indicators and counters to their initial conditions. In the case of the 4K routines without lockout (R09, ROT, and ROU), a feed card order is also issued.

2

PAGE:

o

c

o

(9)

UNIVAC 1050 CARD SYSTEM

UP-391S-2.01

INPUT / OUTPUT ROUTINES

2

(

"

. '"

SECTION:

2.3.2. Execute

The execute section is entered when the worker program wants a new card image.

This is accomplished by performing a Jump Return to XXR with a 4K reader routine or XINRD with an expanded system routine.

When the execute section is entered, a feed card instruction is issued if there is no card in the track. The present card area is assumed to be released by the worker program and the base address of the next reserve area available to the worker program is given in index register 1 for a 4K reader routine, or in the programmer assigned index register for an expanded system routine.

2.3.3. Close

The close section is entered to close the routine. Its purpose is to retain control until the last card is read. This is accomplished by performing a Jump Return to XIR with a 4K routine, or XCLRD with an expanded system routine.

2.4. COMPATIBILITY 2.4.1. Upward Compatibility

The 4K input! output routines are designed to be used in a manner analogous to the corresponding expanded card system routines, and tape system routines. They are constructed in such a manner as to allow programs using them to be reassembled with an expanded card or tape system routine with a minimum of alteration.

To convert a program from the use of a 4K card reader routine to the use of an ex- panded system routine,

(1) remove the 4K card reader routine source cards from the source deck.

(2) define the input area to be used by the expanded system reader routine.

(3) if the tape assembler is to be used, insert the appropriate call to the PAL library specifying index register 1.

if the card assembler is to be used, insert the app ropriate specializing EQU cards, specifying the same index register, 1, followed by the expanded system card reader routine source deck.

(4) insert at the front of the worker program the following EQU cards, equating the entrance labels of the 4K routine to the corresponding labels of the replacement routine.

, E

LABEL OPERATION OPERANDS

'iNs

6 7 11 13 18 19 30

X I I R E Q U I XI N R D I I

I

X X R E QU XC T R D I

X C R E QU XC L R D I

-

3

PAGE:

)

(10)

UP-3915-2.01

UNIVAC 1050 CARD SYSTEM

INPUT/OUTPUT ROUTINES

SECTION.

The assembly procedure is described in Section 3 of the Card System Assembler manual UP-3915-1.01.

2

2.4.2. Downward Compatibility

~

There are limits to the downward compatibility of the card reader routines. Programs using the expanded system row reader routines can be converted to use only the 80 column row reader routines with lockout, RDTL and RDUL. These two routines may be used with the row reader if the programmer places the input area address in the reader standby base address tetrad (37) before initializing.

E

LABEL

\ }"

OPERATION OPERANDS

)

~ 6 7 11 13 18 19 30

I, F T X A R

,

3 7 I

J

..

~. I

- - - - -

None of the other 4K read routines may be used with the row reader.

A program using an expanded system card reader routine can be converted to use a 4K card reader routine if the expanded system routine uses index register 1, and conforms to the limitations described above. To convert, proceed as follows:

(1) remove the expanded system card reader routine source deck and specializing EQU cards, or, if a tape system rea'der routine is used, the PAL library reader routine call.

(2) insert the following set of EQU cards followed by the required 4K card reader routine:

E

LABEL "::: OPERATION OPERANDS

~ 6

7

11 ' 13 18 19 30

X A H E Q U Card output area label I

XI

N P H E Q U

XI

H I

X C T P H E Q U X X H L 1 • • •

X C L P H E Q U XCH -.1 . . 1

L

1 1 1 I I I I

- '- .... - - - - - .1

The assembly procedure is described in Section 3 of the Card System Assembler manual UP 3915-1.01.

4

PAGE.

o

o

o

(11)

UP-391S-2.01

c-

c

UNIVAC 1050 CARD SYSTEM

INPUT / OUTPUT ROUTINES

SECTION. PAGE.

3

3. ERROR STOP AND PROCEDURES

If a card reader error condition occurs, the computer will be brought to an orderly stop with the following display:

30 1l000x 60

where x equals 1 or 2, indicating the number of cards to be reloaded. Control is returned to the worker program when a card image becomes available.

REASON FOR STOP RESULTING RECOVERY PROCEDURE CONDITION

Stacker full Recoverable Clear problem at reader, reload number of cards Hopper empty as indicated by stop display, even if this does Registration not agree with the number in the error stacker.

Marginal check Reload hopper, depress the READY and PROGRAM

START buttons.

All others N onrecove rable Any error that causes the reader drive motor to be stopped is nonrecoverable.

Table 2. Error Conditions and Recovery Procedures

1

(12)

(~ .

. J

o

(13)

c

(14)

o

o

c

U P-391S-2.01

Referenzen

ÄHNLICHE DOKUMENTE

Den verschiedenen Akteuren im Gesundheitswesen soll dabei ein fachgerechter Zugriff auf diese Daten gegeben werden, so dass eine pauschale Freischaltung der eGK per PIN nicht in

The character is read out of core storage, translated to the comparable punched- hole code, and punched in the card column positioned in the punch station.. A second

The pickerknife control magnet at the left end of the hopper and the pickerknife latch under the hopper control card feeding from the hopper to the preread station

For example, during the first card feed cycle after initial run-in, the first card moves from the pre-punch station, past the punch station, and into the post punch station;

When a 3525 with a multiline print feature installed executes a print line command that requires a previously buffered line of data to be printed, the card at the post-punch

The UNIVAC 418-111 Real-Time Operating System File Control Routine provides preprogrammed methods of handling files on rna gnetic tape and mass storage sub-

Depression of the PROGRAM ST ART button/light illuminates the button/light, extinguishes the PARITY and PROGRAM STOP lights, and allows the Central Processor to

Alter Select button usually remains depressed, but the CC button may also be used to display the contents of the control counter, thereby determining the