10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling 10.3.026 A Dynamic Programming Algorithm FORTRAN Coded For Gross Production Scheduling

10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling 10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling

User Manual: 10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling

Open the PDF directly: View PDF PDF.
Page Count: 51

Download10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling 10.3.026 A Dynamic Programming Algorithm FORTRAN Coded For Gross Production Scheduling
Open PDF In BrowserView PDF
------

44 >-...0
W

-

-

-

---~---

1620 GENERAL PROGRAM LIBRARY

A N1amic Programming Algorithm FORTRANCoWd, for Gross Production Scheduling

'00

10. -: 26

'.

4~ + + + + + + + + + + +' :

~~+++++++++++

.
;+++++++++++++ '
+++********** .
+**·********el~
* * * * * * + * * * * II,
+ + + * + * * * * * * *~ft
+ * * + + * * + + * * * Jft:l_
+ * * + * * * + + * + *b+~

~\

o

()

0-""

A DYNAMIC PROGRAMMING ALGORITHM FORTRAN CODED
FOR GROSS PRODUCTION SCHEDULING

DECK KEY
1. Sample Problem 0, 1, 2

(Refer to Page 17 for Input data listings)
2. Object Deck
3. Source Deck

John W. Burgeson
IBM Corporation
340 South Broadway
Akron, Ohio

Modifications or revisions to this program, as they occur,
will be announced in the appropriate Catalog of Programs
for IBM Data Processing Systems. When such an announcement occurs, users should order a complete new program
from the Program Information Department.
.

~'-\

~1
PROGRAM ABSTRACT

TABLE OF CONTENTS
A Dynamic Programming Algorithm FORTRAN Coded, for
Gros s Production Scheduling.

Title:

Section

John W. Burgeson
IBM 340 South Broadway
Akron a, Ohio

Author:

I/o,

Hardware:

40K, 1620 I Card

Procedure:

Dynamic programming algorithm, described in the body of
the write up.

Execution
Time:

II

hardware divide

Heavily dependent on the size and data of the problem. No
general rule is po s sible to give. A typical problem in vol ving
9 products, 7 levels for each took 4 minutes.

Source
Language:

FORTRAN with FORMAT

Accuracy:

Usual a-digit FORTRAN Accuracy

Limitations:

N less than or equal to 199. M less than or equal to 40.

Page Number

Introduction - The Problem

To solve non-linear production scheduling problems concerning
"Nil products, each product with up to "M" possible production
levels, each level having an associated profit (or cost) figure.

Purpose:

Title

The Solution

III

Description of the Algorithm

IV

Problem Restrictions

v

Running Times and Economics

10

VI

Operation Notes, Data Description

12

VII

Key to Abbreviations, Symbols

13

VIII

Miscellaneous, Key to Decks

14

IX

Typewriter Log of Sample Problem 1

15

x

Typewriter Log of Sample Problem 2

16

Three Sample Problems

17

Listing of the FORTRAN Source Deck

31

XIII

Flow Chart

36

XIV

Listing of the Object deck

37

Partial Distribution List

44

XI
XII

a

Checkout
Checked out completely for N up to 9, M up to 40, Logically
for N up to 199.

~tus:

Comments:

xv

This program. and its documentation were written by an IBM
employee. It was developed for a specific purpose and
submitted for general distribution to interested parties in
the hope that it might prove helpful to other members of the
data processing community. The program and its documentation
are essentially in the author's original form. IBM serves as the
distribution agency in supplying this program. Questions
concerning the use of the program should be directed to the
author's attention.

ABSTRACT
This program has been proven successful in solving production scheduling problems
involving N products, each product with up to M possible production levels, each
level having associated with it a profit (or cost) figure. There is no mathematical
relationship assumed or necessary in any case between production levels and profit
(or cost) figures. Said problem being subject to one constraint-that the total of
all production units be less than or equal to a pre-set "budget."

-i-

()

o

()

o

o

~
Table 1

J. W. Burgeson
IBM Akron, Ohio

INTRODUCTION - THE PROBLEM
This program is one which ha s been profitably employed in situations
where linear programming techniques would have applied except for the
non-linearity of the problem.
As described in this report, the program is shown in the process of
determining an optimum productions schedule of N products each
product with M or less feasible production levels, subject to a constraint
that the totality of all units produced be less than some "budget."
Associated with each production level for each product is some profit
(or cost) figure, there being no particular relationship in any case between
production level and this figure.

..ft0~1 3

Pro_d. 2_

Prod. 1

A DYNAMIC PROGRAMMING ALGORITHM« FORTRAN CODED,
FOR GROSS PRODUCTION SCHEDULING
Xl

VI (Xl)

X2

V2 (X2)

X3

V3 (X3)

0
10
20
30

0.0
1.0
2.0
2.5

10
20
30
40
50

-1.0
0.5
0.8
1.4
1.8

0
5
10
15
20

0.0
0 .. 3
0.9
1.7
1.8

Where ~ (j = 1, 2, 3) is the feasible levels vectcr of_ production for
product j, Vj is the as s ociated profit vector. Xj 1 then is the i th level
of production of product j, Vjiis the associated profit.

I

II

If we have no "budget, /I we can solve the above by inspection for an
optimum solution. Produce 30 of 1, 50 of 2, 20 of 3. No problem.
Suppose, now, we do have a "budget" and that it is less than 1bo units.

THE SOLUTION
Source Language: IBM FORTRAN with FORMAT
Machinery:
Card 40K 1620 with hardware divide
Restrictions:
N less than or equal to 199
M less than or equal to 40
Execution Time: See Section V page 10.
I

What we are looking for is an optimum combination of level selection
from the table. In such a simple problem, we can still solve the problem by inspection, however, not particularly fast ncr easily. The
solution table for all budgets from 100 to 10 (in steps of 10) is:

III

Description of the Algorithm

Table 2

While giving a mathematical description of the algorithm, it is convenient
to describe it also by example. The form of this example is as follows:
(Sample Problem 0)
Consider the manufacture of three products, 1, 2, and 3. We are given data on
these products concerning the possible production levels for each and for each
level an associated profit. In table form:

- 1 -

Budget
. 100
90
80
70
60
50
- 40
30
20
10

Level of 1

Level of 2

Level of 3

50
40
40
20
20
20
20
20
20
10

20
20
20
20
20
10
0
0
0
0

30
30
20
30
20
20
20
10
0
0
-2-

t2!!!
100
90
80
70
60
50
40
30
20
10

The solution proceeds as follqws: There are 3 products (N=8). We are
given Xji and V

ji

jik I we obtain first of all tke corresponding

That is, in calculating any Y

for all produots and Budgets of 100, ~O, 80 •••• , 10~

Vji from the input data. This V

ji

We first set up what is called Tableau *3.

-0-

X
32

-5

>e.ii.

\Ve

nem

subtract from the Sjk of tp.e row we are WQl;'king on, this Xji' obtaining

, Table 3.

X31

corresponds to some

X33

X34

X35

10

15

20

P
3

an argument Sj+ i.m with ~hiCh to find

XB3

a Pj + lin tha

tub,ie of P's of the

precedina tableau.

(831 .. ) 0

In numbers, if we have 40 (=SJk) to assign, we assign 10 (=Xji) we

(S32 .. ) 5

have left ao. Opposite 30 (=8j+ I, -cd in the precedina tableau obtain

(S33 .. ) 10

a P to use in computation.

(8
(8

34

35

.. ) 15

D.

Pjk .. max (Y1ik) (i

11:) 20

E.

XBjk

Where the 8 3k are the amounts of unassigned budget we have left after

no knowledge at this time how much this will be, we must evaluate all

=0
Sa2 = 5
S33 = 10
8
= 15
34
835 = 20
Sal

possibilities. There are 5 of these, the possibility that 0 will be left
(S31)' 5 left (S32)' 10 left (S33)' 15 left (S34)' 20 or more left (Sas).
Define now the elements of the tableau as Yjik • (The element in the
k

til
th
row and the 1 column of the j tableau)

Yjik does not exist for i greater than k, for if we

A.

the Xji where this maximum is found.

.0
.0

.3

.0

.3

.9

.0

.3

.9

1.7

eO

.3

.9

1.7

' 1.8

8S;

XBa

.0

0

.3

5

.9

10

1.7

15

1.8

20

Now, saving the P and XB3 vectors only, Tableau *2:: is generated.
3
Table 5
X21
X22
~3
X24
X25
P2
XB2

have, say, only 5 left of our budget after aSSigning
~oducts

2, ... ,k)

With the above formulae, Tableau *3 is generated (trivial case)
Table 4
X32
X31
X34
P
X33
a
~

the assignment of production levels to Products 1 and 2. Since we have

th

I:

= 1,

1 and 2, we cannot consider the possibility

of producing 10 of product 3.

8 21 = 10

-1.0

S22 = 20

-0.1

0.5

8 23 = 30

0.8

1.4

0.8

= 40

0.8

2.3

1.7

-1.0

10

0.5

20

1.4

20

2.3

20

Define Pn + 1 (any argument) = 0 for an N-Product problem

B.

c.

Yjik .. Vji + Pj + 1 (Sjk - Xji)

fF)

-3-

8 24

()

1.4

(Table 5 continues on the following page.)
-4-

C
?

/

o

0

0
Table 5 (Continued)
X

Y216

= V21 +

Y

=V 22 + P3S = 0.5 +

P3S = -1.0 + 1.8 = 0.8

Z1

X
22

X23

X24

~s

P2

XB

= 50

0.8

2.3

2.6

2.3

L8

2.6

30

Y236=V23+ P35 =0.O+ 1.8=2.6

826 = 60

0.8

2.3

2.6

3.2

2.7

3.2

40

Y246=V24+ P35 =1.4+ 1.8=3.Z

8 27 = 70

0.8

2.3

2.6

3.2

3.6

3.6

50

Y2S6 = V25

8

25

2

226

+ P33

1.8

= Z.3

= 1.8 + 0.9 = 2.7

As an aid to following the mathematics, the calculations necessary are

Y
=V 21 + P3S = -1.0+ 1.8=0.8
217

included as follows:
Y211

to:

V21 + P3l

Y212

=V21 +

= -1.0 +

.0

Y227

= -1.0

= 0.5 +

Y2l3 = V2l + P3S

= -1.0 +

Y247

35

= 0.5 + 1.8 = 2.3

=V24 +

P 3S = 1.4 + 1.8 = 3.2

Y257 = V2S + P3S = 1.8 + 1.8 = 3.6

.0 = 0.5
1.8 = 0.8

P

Y237=V23+ P3S =0.8+ 1.8=2.6

P33 = -1.0 + .9 = -0.1

Y222 = V22 + P31

=V22 +

P21 = max (-1.0)

=

XB 21

-1.0

= 10

Y223=V22+ P33 =0.5+ 0.9=1.4

P 22 = max (-0.1, 0.5) = 0.5

XB22 = 20

Y233=V23+ P3l =0.8+ .0=0.8

P 23 = max (0.8, 1.4, 0.8) :: 1.4

XB23 :: 20

Y224=V 22 + P3S =0.5+ 1.8=2.3
Y23 4:: V23+ P33 =0.8+ .9=1.7
Y244 = V24 + P31 = 1.4 + .0

= 1.4

Y2lS = V21 + P3S = -1.0 + 1.8 = 0.8
Y22S = V22 + P3S = 0.5 + 1.8 = 2.3

=max (0. 8,

=20

P = max (0.8, 2.3, 2.6, 2.3, 1.8) :: 2.6
2S

XB25

= 30

P26 = max (0.8, 2.3, 2.6, 3.2, 2.7) = 3.2

XB 26 :: 40

P27 = max (0.8, 2.3, 2.6, 3.2, 3.6) :: 3.6

XB27

2.3, 1.7, 1.4)

=50

Finally, saving the P2 and XB2 vectors only. Tableau i1 1s generated.
Notice that the 8 vector is growing steadily.
Table 6
Xll
X22
X23
X24

Y23S = V23 + P3S = 0.8 + 1.8 = 2.6

8 11 :: 10

-1.0

Y24S = V24 + P33 = 1.4 + 0.9 = 2.3

812 = 20

0.5

0.0

Y255 =V25 + P31 = 1.8 + .0 = 1.8

8 13 :; 30

1.4

1.5

-5-

= 2.3

XB24

P24
Y214 -V 21 + P3S = -1.0 + 1.8 = 0.8

LO

PI

XB1

-1.0

0

0.5

0

1.5

10

(Table 6 continues on the following page.)
-6-

Table 6 continued

IV. Problem Restrictions

Xl!

X
22

X
23

X
24

!1

XBl

S14 = 40

2.3

2.4

2.5

1.5

2.5

20

grows with arithmetic rapidity. It goes in ,eac!} Tableau from

= 50

2.6

3.3

3.4

2.9

3.4

20

some lower pound ( S0j > to some upper bound ( 3Bj ) in steps

S16 == 60

3.2

3.6

4 .. 3

3.9

4.3

20

of Aj where Aj is defined as the incremental step of production

8 17 == 70

3.6

4'.2

4.6

4.8

4.8

30

level for product j •

S18 = 80

3.6

4.6

5.2

5.1

5.2

20

Two bounds can immediately be put on this Sj vector. There

=90
S110 = 100

3.6

4,6

5.6

5.7

5.7

30

is no gain in allowing SBj to exceed the budget (BUD).

3.6

4.6

5.6

6.1

6.1

30

Similarly, if Qj is defined as the lowest feasible production

S15

8

19

1.

As can be ~een from the description in Part III, the Sj vector

At this point we are completed with Phase 1 of the problem. The P vectors

level of product j, then certainly S0j need never be consi-

are forgotten (although PI does show the actual profits for each possible

dered below:

"budget" from 10 to 100.) The XB data has been put out on intermediate

SUMQ = Qj + Qj+ 1 + ••• + Qn.

cards (or tape). Phase Z of the problem reads this XB data back into the

F. SBj is less than or equal to BUD for all j

machine to determine the actual schedule ....

G.and

Collecting the data fa Phase 2:

2.

Opposite the "budget" in the Slk vector read XBlkl the optimum number of

S0j is greater than or equal to SUM (Ql) (l

=N,

N-1) ••• ,j.

While these formulae help limit the Sj vector, they are not
suffiCient for most ):Ir&c;tical sized problems. Consequently,

Product 1 to be scheduled.

within the program a careful watch is kept on this vector ..

Budget = Budget - XBlk

It 1s never allowed to exceed 100 entries, regardless of

Opposite "budget" in the SZk vector read XB 2k , the optimum number of

formulae F and G. Whenever it threatens to do so, a cal-

Product 2 to be scheduled.

culation is made which locates the

Budget = Budget - XB2k

~

of the Sj vector

at a "most likely position" for use in Phase 2, the reverse

Opposite "budget" in the S3k vector read XB3k' the optimum number of

search. Within the program, this is accomplished by bringing

Product 3 to be scheduled.

in the input datum A2j (average of next three month's demand)

End of Phase 2.

for each product and keeping a sum (SUMA2) of this data.

-7-

o

Therefore:

-8-

o

o

o

o
When the Sj

ve~or

~

gets out of bounds (more than 100 entries),

Once again, experimentally, it appears that th is testrlcUon

the statements:
121

does not affect the final solution to any s1gnificant degree.

K = S0 MIN/A + (SUMA2/BUD) * (SB-S0-100. *A) /A

A

S0=K
S0

l:I

third restriction of sorts has been used in

th~s

model im-

pl1citly all along. This restriction concems possible values

S(2f*A

of the parameter A j • Values of ~ used with this algorithm must

SB:II sQ1 ~ 99.*A

be commensurate with one another. They may all be the same;

are used as a (heuristic) method of keeping the Sj vector

if they differ I the larger Aj must be integer multiples of all

centered around a "most likely" region. You can see the
smaller ~.
results of this action in Section IX.
To an extent, this procedure

threat~ns

Typical values of Aj might be:

to disturb optimality

2, 4, 8, 16, 32, 64, 128,

of the solUtion, Since if we miss the solution point by more
than 50. *~ we will underschedule some product(s) and

or

overschedule others. Experimentally, however, using "live"

In entering data into Phase 1, the products must be sorted

data, it does not appear that we have any problem at this

in order of increasing Aj •
V.

pOint.

Running Times and Economics

A second, somewhat more severe restriction has been built

The question is naturally raised ""Vhy the (arbitrary) restrictions on

into the program. The algorithm, as presented in Section III,

Sj?" The answer to this question lies in the fact that this is not a

calculates all Yjik of the tri-angular array.· As programmed,

speedy algorithm. The running times for the three problems described

not all of these are computed. As the program proceeds, row

in Section X were observed to be: (exclusive of typing)

by row, each time it finds a maximum row entry, it stores this

Prob 0

phase 1 0.6 min.

phase 2 0.3 min/pass

entry in P and the corresponding Xji in XB jk • When starting
jk

Prob 1

phase 1 2.8 min.

phase 2 0.8 min/pass

the next row, it does not start with column 1, but with that

Prob 2

phase 1 36.0 min.

phase 2 0.8 min/pass

column where the maximum was found in the last row. Because

Extending these times analytically to a computer with tape I/O in the

of this, admittedly arbitrary, rule, the machine solution to our

705/7070 class, (and on the basis of observations made on "live"

sample problem 0 (Section X) varies from Table 2 insofar as the

problems on this size machine) it is observed that fairly long machine

budget of 80 is concerned.
-9-

~

25, 50, 100, 200, 400, • • • •

-10-

runs (3-10 hours) are required if the number of products exceeds 1000.
IJmiting Sj to 100 entries instead of 200, S:1y I halves the running time

VI. Operation Notes« Data Description

of such a problem. Using restriction 2 in Part IV again halves the

Input to the progralll cons ists of:

running time, and see~s to be economically sound.

1.

One problelll header card containing according to the Format

This program approach te(!Ufres that profit (or cost) figures be cal-

U4,FIO.0,FI0.0,30H),

culated for each product for each feasible production level. This is,

NUMBR

of course, no trivial job. Meaningful figures must be found for such

BUD

b"ing the No. of products being scheduled
,
"budget",restriction on total units to be scheduled

items as back ordet costs, set-up costs, and inventory carrying costs.

DBUD

Reduce BUD by DBUD for alternate solutions

The cost picture.·fer any product is a complex function of these three

_ 30H

items considered along with such factors as:

2.

up to 30 alphanumeric problem identification

One product header card per product containing according t-o

demand pattern forecast

the FDrmat (20 HIS, IS,F8.0,F8.0 ,F8.0),

quantity on hand

20H

up to 20 alphanumeric product identification

quantity in production

IREeD

Product identifier (stock number?)

facility sharing with other products

M

No. of production levels to be considered

and others.

A

increment size between production levels

Obtaining meaningful figures of this nature is probably the hardest

Q

minimum production

Part of an O. R. man's job if he is to use this or any other s1mllar

A2

average demand next 3 months

algorithm for his scheduling.

3.

Nonetheless, the job can be, and has been, done successfully. It

From 1 to 4 product profit (cost) cards, each containing. up

appears· that, on the basis of many tests with different cost· ,function

to 10 numbers. For 12.M£10, one card will be required, for
c
1l~£20, two cards, etc. Format (lOF? .0).

generators, that as long as all products are computed on the same

Output from the program is in two parts, complete with typed

baSiS, the final schedules do not show much deviation.

instructions. The output from phase 1 is reverse-sorted on

Schedules obtained with this program have been cos ted out against

cc 78-80 and used as input to phase 2. Output from phase 2

actual schedules "made by hand.

is on cards and, with proper sense switch settings, on the

/I

In all cases tested the savings

were very considerable.

typewriter as well. Output is identified by column headings

-11and header mes sages.

c

o

-12-

o

o

o

o
Sense switch settings:

y

i on to type final answers on typev..Titer
2 on to obtain alternate solutions, phase 2.

are the profits(costs) associated with particular S and X
jk
ji

jik

are the max (Y

P

) for i:: 1,2, •••• k

jik

jk

3 on to obtain all messages from the program,off to bypass
are the X where the maximum is found
ji

XB

jk

many of them
4 unused.

Section IX is a typewriter log (sample problem 2) taken with 1 off;

S¢

is the lowest S for any j
jk

SB

is the highest S

VII. Key to Abbreviations« Symbols

1s an index, running from 1 to n
n

is the number of products

Mj

is the number of production levels, j th product

Qj

is the minimum production level

Aj

is the increment between levels

NR

is the number of S rows for any j
jk

VIII

Miscellaneous« Key to Decks

A.

The program is written to accept and use profit data.
This
may be done in two ways:

It is sometimes more convenient to use cost data

1.

2.

are the profits (costs) associated with the levels i = 1,2, ••• , m
fa each product

~i

B.

are the possible levels themselves.

xj1 =0 j
Xj2 = Q j + Aj

~3 =

OJ + Aj + Aj

c.
etc.

BUD

is the "budget" for the total SUM (Xjl)

Sjk

are the possible amounts of unassigned BUD left after aSSigning

-13-

J1

Change the program to scan for a minimum Y
jik
instead of a maximum.

The profit datum associated with the highest production
level of a product should be the highest magnitude of
that profit series. Conversely for cost data. They need
not be in strict ascending magnitude, although frequently
they are.

Key to Decks:
Deck 1: Fortran Source, Numbered DP-OO 1 through
DP-216 in cols. 75-80.

",

products 1, 2, ••• ,j-1.

0

Keep the program as is, add to each cost datum
before input a fictitious profit, for example,
'Y.
k = cost + $10. OO*X··
J1

CAPACj is the maximum level (=OJ + A*(Mj-1)
Vji

for any j
jk

2 on for three passes of phase 2, then off; 3 on.

Deck ~: Object Deck. Listing pages 37-43.
No card numbers
Deck 3: Sample Data, numbered DP-5 0 1
through DP-569 in cols. 75-80.
-14-

1;1'-~j,? - f~ ()

D,YNAM IC PROG MODEL
NO.
3

.-. NO
s0
NO
r'" s0
NO
S0
c---

C

BUDGET
110.

DBUD
10.

.

PHASE 1 COMPLETED

NO.

SAMPLE PROB 0

NAME IRECD
M
3 1940 DESOTO
3
5
20.
=
SB =
2
2 1937 CADILLAC
5
10. S8 =
70.
==
4
1 19lt8 JAGUAR
100.
=
10. S8 ==

INCRE MIN QTY
5.
NR ==
5
10.
10.
NR ==
7
10.
NR = 10

9

CAPAC
20.

AVG OEM
10.

50.

10.

30.

10.

3 ITEMS SCHEDULED

=

110.

':) RERUN INTERMED. CDS. FOR ALT. SOLN.
BEGIN PHASE 2, 8UDGET

==

100.

'-"

RERUN INTERMED. CDS. FOR ALT. SOLN.
BEGIN PHASE 2, BUDGET

=
==

=
==

_~:~ OF JO~

INCRE MIN QTY
CAPAC AVG OEM
25.
14.
125.
25.
NR = 5
8.
25.
50.
NR =
7
14.
50.
300.
NR = 11
NR ... 10
50.
450.
35.
NR ... 19
100.
"600.
50.
35.
NR ... 30
NR = 29
100.
100.
900.
90.
NR ... 24
NR ... ?3
- ._. ·loo(f.- too.
90.
NR = 15
NR = 14
200.
200.
120.
1290.
NR ... 14
NR = 1.3
12-00.
'155.
400.
NR =
8
NR .=
7

9 ITEMS SCHEDULED

BEGIN PHASE 2, BUDGET =

70.

3000.

RERUN INTERMED. CDS. FOR ALT. SOLN.
BEGIN PHASE 2, BUDGET

==

2800.

RERUN INTERMED. CDS. FaR ALT. SOLN.

60.

RERUN INTERMED. CDS. FOR ALT. SOLN.
BEGIN PHASE 2, BUDGET

NAME IRECD
M
WIDGIT
1
5
25. SB =
125.
FRAMIS
2
3
25. SB ==
175.
QuaTl BIT
3
7
SB ...
500.
50. SB ==
500.
GREEB STALL
4
10
50. SB =
950.
GRANCH
5 11
100. SB =
1550.
150. SB =
1550.
GRUNK PITS
6
9
200. SB ...
2500.
300. SB =
2500.
7 ' '6'
ANBER STEM
200. SB ...
3000.
400. SB ...
3000.
RONTER GUY
8
6
400. SB =
3000.
600. SB =
3000.
BINT DUP
4
9
400. SB =
3200.
800. SB =
3200.

saRT aUTPUT IN RVERSE SEQUENCE aN CC 78-80
THEN HIT START TO BEGIN PHASE 2

80.

RERUN INTERMED. CDS. FOR ALT. SOLN.
BEGIN PHASE 2, BUDGET

DBUD
200. PROS. NO.1 FOR D.P.

PHASE 1 COMPLETED

RERUN INTERMED. CDS. FOR ALT. SOLN.
BEGIN PHASE 2, BUDGET

-f1pC"''';~1- I..~ - f~lf"'" 1.

90.

~ RERUN INTERMED. CDS. FOR ALT. SOLN.
BEGIN PHASE 2, BUDGET

BUDGET
3000.

PROD
SO =
PROD 2
so =
PRao a
SO ==
SO ==
PROD 4
SO ..
PROD 5
SO =
SO =
PROD 6
SO =
SO =
PROD 7
SO =
SO =
PRaD 8
SO =
SO =
PROD 9
so =
SO ==

- SORT QUTPUT IN RVERSE SEQUENCE ON CC 78-80
., THEN HIT START TO BEG IN PHASE 2

3 BEGIN PHASE 2, 8UDGET

:II

DYNM11 C PROG tvlODEL

50.

IS

0

BEGIN PHASE
BEGIN PHASE
BEGIN PHASE
BEGIU PHASE
BEGIN PHASE
BEGIN PHASE
END OF JOB

2,
2,
2,
2,
2,
2,

BUDGET
BUDGET
BUDGET
BUDGET
BUDGET
BUDGET

=
==
=
=
=
=

2600.
2400.
2200.
2000.
1800.
1600.

16

0

.0

x

DYNAMIC PROG MODEL
NO.
8

BUDGET
8000.

+-,ff,..,.;l:"" ''1 - I\.ol.l~ 2 0

DBUD
100.

PROBLEM 2 FOR D. P.

NAME fRECD
M
BOLTS U/4 UN NO 3
1 40
so =
100. SB =
2050.
SCREWS NO 18 LONG
2 40
SO =
100. SB =
4000.
LOCOMOTIVE, STEAM
3 40
SO =
150. SB =
5100.
SO =
200. SB =
5150. .
LOCOMOTIVE, DEISEL
4 40
SO =
250. SB =
5200.
EYEGLASS FRAME, BRN
10
5
SO =
300. SB =
5250.
LAMBSKIN TURBAN
6
10
SO =
350. SB =
5300.
1620 COMPUTER
20
7
SO =
500. SB =
750Q.
SO =
600. SB =
7500.
SO =
700. SB =
7500.
HAIRPIN, NO 6 BLACK
8
40
SO =
600. SB =
8000.
SO =
BOO. SB =
8000.
PHASE 1 COMPLETED

INCRE MI N QTY
50.
100.
NR = 40
50.
NR = 79
50.
50.
NR = 100
NR = 100
50.
NR = 100
50.
50.
NR = 100
50.
NR = 100
100.
300.
NR = 71
NR = 70
NR = 69
200.
NR = 3B
NR = 37

CAPAC
2050.

AVG OEM
100.

1950.

200.

2000.
1950.

100.

500.

600.

450.

200.

2200.

350.

7800.

360.

B ITEMS SCHEDULED

SORT OUTPUT IN RVERSE SEQUENCE ON CC 7B-80
THEN HIT START TO BEGIN PHASE 2

=

BOOO.

BEGIN PHASE 2, BUDGET =

7900.

BEGIN PHASE 2, BUDGET =

7800.

=

7700.

BEGIN PHASE 2, BUDGET =

7600.

BEGIN PHASE 2, BUDGET

BEGIN PHASE 2, BUDGET
-.

BEGIN PHASE 2, BUDGET

=

7500.

BEGIN PHASE 2, BUDGET

=

7400.

BEGIN PHASE 2, BUDGET =

7300.

END OF JOB
STOP

17

c

-------_._--_.__ ._---

-

:r'Meu.+

.

3

NO 3
NO 2
-1.

NO 1

110.
10.
1940 DESOTO
.3
.9
1937 CADILLAC
.5
.8
1948 JAGUAR
1.
2.

3
1.7

1.8

1

........... "_" ... ~~w .... _." •• "., ..... ~ _ _ _ _ _ _ ~, ..... _

........ _ _ ~., ...... , ........................ "' ••• .L_ ......... _ _ _

+... 10?
DP
DP
DP
DP
DP
DP
DP

·-10;--· ---rC5;··

1.8
4 10.

-~-.

,j..

SAMPLE PROS 0
5 5.
O.
10.

2- ··5"--10.

1.4

-.---.------.-.-.. ,,--,---.-,- ..

o.

10.

2.5

501
502
503
51)4
505
506
507

. ___.M_
~
~

.~.--

O ...ir·~··~
BEGIN PHASE 2, BUDGET

=

~
Qc)

NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

c..

110.

PROD. NO. LEVEL
1
2
3

INCRE

5
6
6

10.
10.
5.

MIN aTY

CAPAC

10.

30.
50.
20.

TOTAL

BEGIN PHASE 2, BUDGET

=

NO 1 1948 JAGUAR
CADILLAC
NO 3 1940 DESOTO

1
2
3

11.10 2 1937

SCHEDULE
30.
50.
20.
100.

100.

MIN aTY

INCRE

PROD. NO. LEVEL

10.
10.
5.

4
5
5

CAPAC
30.

10.

0

50.
20.

TOTAL

SCHEDULE
30.
50.
20.
100.

017
18
19
020···
21
022
023
024
25
026
27
28
29
30
31
032
33
34
035
36
037
038
039
40
041
42
43
44
45
46

I>

.l

~

"I...

---I
'"

0
BEGIN PHASE 2, BUDGET

=

90.

PROD. NO. LEVEL
NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 19"40 DESOTO

1
2
3

INCRE

MIN aTY

10.
10.
5.

4
4
5

CAPAC
30.

10.

50.
20.

TOTAL

BEGIN PHASE 2, BUDGET

=

30.
40.
20.
90.

80.

PROD. NO. LEVEL
NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

SCHEDULE

1
2
3

INCRE

4
3
5

MIN aTY

CAPAC

10.

30.
50.
20.

10.
10.
5.

TOTAL

SCHEDULE
30.
30.
20.
80.

.....
~

BEGIN PHASE 2, BUDGET

=

70.

PROD. NO. LEVEL
NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

1
2
3

4
2
5

INCRE
10.
10.
5.

MIN aTY

CAPAC

10.

30 •
50.
20.

.

TOTAL

t»

---_ .. "'----- -

SCHEDULE
30.
20.
20.
70.

047
48
49
050
51
052
053
054
55
056
57
58
59
60
61
062
63
64
065
66
067
068
069
70
071
72
73
74
75
76
077
78
79
080
81
082
083
084
85
086
87
88
89
90
91

0

T.I_~.t1\
"\

(',

..-.

J_ I.'

BEGIN PHASE 2, BUDGET =

60.

PROD. NO. LEVEL
NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

CI

1
2
3

INCRE

3
2
5

MIN

10.
10.
5.

Cly

CAPAC

10.

30.
50.
20.

SCHEDULE
20.
20.
2 o.

TOTAL

BEGIN PHASE 2, BUDGET =

50.

PROD. NO. LEVEL
NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

60.

1
2
3

INCRE

MIN OTY

CAPAC

10.

30.
50.
20.

10.
10.
5.

3
2
3

SCHEDULE
20.
20.
10.
50.

TOTAL

N

c:::
BEGIN PHASE 2, BUDGET =

40.

PROD. NO. LEVEL
NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

1
2
'3

INCRE

MIN OTY

CAPAC

10.

30.
50.
20.

10.
10.
5.

3
2
1

SCHEDULE
20.
2 O.
40.

TOTAL

OJ
BEGIN PHASE 2, BUDGET

=

30.

PROD. NO. LEVEL
~O 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

1
2
3

INCRE

MIN OTY

CAPAC

10.

,0.
50.
2(1.

.

10.
10.
5.

2
2
1

SCHEDULE
10.
20.
30.

TOTAL

BEGIN PHASE 2, BUDGET

=

20.

PROD. NO. LEVEL
NO 1 1948 JAGUAR
1937 CADILLAC
NO 3 1940 DESOTO

1
2

NO ?

3

INCRE

MIN OTY

CAPAC

10.

30.
50.
20.

10.
10.
5.

1
2
1

20.

2 o.

TOTAL

N
....

BEGIN PHASE 2, BUDGET

=

10.

PROD. NO. LEVEL

0

SCHEDULE

NO 1 1948 JAGUAR
NO 2 1937 CADILLAC
NO 3 1940 DESOTO

1
2
3

INCRE

MIN OTY

CAPAC

10.

30 •
50.
20.

10.
10.
5.

.

SCHEDULE
10.
10.

TOTAL

r.l

S4"f/~

,"0"

I('ta(

0

f.I,

L:

092
93
94
095
96
097
098
099
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136

137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176

.

--1

~

.1_

So.Yt\t'e 1'...."",.. .1..

I .. p......
9 3000.
200.
PROD 1 WI DGIT
35.
36.
37.
PROD 2 FRAMfs
.75
.88
.62
PROD a QUOTL BIT
5.3
5.2
5.
PROD 4 GREEB STALL
23.
22.
21.
PROD 5 GRANCH
2.
3.
1.
11.01
PROD 6 GRUNK PITS
8.34
8.8
8.17
PROD 7 ANBER STEM
13.1
15.17
11.
PROD 8 RONTER GUY
18.
18.3
-18.
PROD 9 BINT DUP
28.
27.
28.1

1

39.

- ---2

PROBe NO. 1 FOR D.P.
25.
14.
5 25.
39.5

3

5.6

-3 .·-2~-~ ·---6 .----- --~-- 8-;-----

7 50.
o.
5.8
5.81

10

o.

50.

'"

- .-

_--

--- -----DP--5Ti----

5.9

25.6

6
8.99
7
19.22
8
18.33
9
28.5

9 100. 100.
90.
10.21 12.43
9.76
9.12
6 200. o.
90.
26.4
25.8
6 200. 200.
120.
19.04 29.99
4 400. o.
155.

7.

...

_. 14.

4
25.1
5
5.

!i-

-.~--

DP 508
DP 509
DP 510

:35.
27.2
29.1
30.
-1'00;--56.
35.
9.
9.
9.

31.2

35.7

10.1

10.4

15.

512
51:3
514

--"-,,-,,,.---.--

0

515
516

(jp

511-

DP
DP
DP
DP
DP
DP
DP
DP
DP
DP

518
519
520
521
522
523
524
525
526
527

OC4~f""~
BEGIN PHASE 2, BUDGET =

3000.

i ;

PROD. NO. LEVEL

'"
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD

9

8
7
6

5
4
0

2
1

BINT DUP
RONTER GUY
ANBER STEM
GRUNK PITS
GRANCH
GREEB STALL
QUOTl BIT
FRA~lI S
WIDGIT

9
8
7

6
5
4
3
2
1

INCRE
400.
200.
200.
100.
50.
50.
50.
25.
25.

1
6
5
1
6
10
1

1
4

MIN QTY
200.
100.
100.

25.

CAPAC
1200.
1200.
1000.
900.
600.
450.
300.
50.
125.

TOTAL

BEGIN PHASE 2, BUDGET

=

PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD

BINT DUP
RONTER GUY
ANBER STEM
GRUNK PITS
GRANCH
GREEB STALL
() QUOTl BIT
2 FRAMIS
1 WIDGIT

9
8
7

9

8
7
6
5
4

6

5
4
3
2
1

INCRE
400.
200.
200.
100.
50.
50.
50.
25.
25.

1
6
4
1
6
10
1
1
4

=

BINT DUP
RONTER GUY
ANBER STEM
GRUNK PITS
GRANCH
GREER STALL
0 QuOTl BIT
2 FRAMIS
1 WIDGIT
9
8

7
6
5
4-

100.

MIN QTY
200.
100.
100.

25.

CAPAC
1200.
1200.
1000.
9(,)0.
600.
450.
30t').
50.
125.

SCHEDULE
1200.
600.
100.
350.
450.
100.
2800.

2600.

PROD. NO. LEVEL
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD

1200.
800.
100.
350.
450.

3000.

TOTAL

BFGIN PHASE 2, BUDGET

SCHEDULE

2800.

PROD. NO. LEVEL

~-

DP
OP
DP
DP
DP

U I~ U C.I

9
8
7
6
5
4
3
2
1

1
2
5
1
11

10
2
4
6

INCRE
400.
200.
200.
100.
50.
50.
50.
25.
25.

MIN QTY
200.
100.
100.

25.
TOTAL

CAPAC

SCHEDULE

1200.
1200.
1000.
900.
600.
450.
300.
50.
125.

400.
800.
100.
600.
450.
50.
50.
125.
2575.

233
234
235
236
237
238
239
240
241
242
243
244245
246
247
248
249
250
251
252
253

254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295

0

0

BEGIN PHASE 2, BUDGET

=

2400.

PROD. NO. LEVEL
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD

C

9

8
7
6

5
4

a
2
1

BINT DUP
RONTER GUY
ANBER STfM
GRUNK PITS
GRANCH
GREEB STALL
QUOTL BIT
FRAMIS
WIDGIT

9
8
7
6
5
4
3
2
1

INCRE

MIN aTY

4nO.
200.
200.
100.
50.
50.
50.
25.
25.

1
2
5
1
9

10
1
2
5

200.
100.
100.

25.

CAPAC
1200.
1200.
1000.
900.
600.
450.
300.
50.
125.

TOTAL

BFGIN PHASE 2, RUDGET

,

i\:

.....

=

9
8
7
6
<;

4
0

2
1

400.
800.
100.
500.
450.
25.
125.
240n.

2200.

PROD. NO. LEVEL
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD

SCHEDULE

BINT DUP
RaNTER GUY
ANBER STEM
GRUNK PITS
GRANCH
GREER STALL
QUOTL BIT
FRAMIS
WIDGIT

9
8
7
6
5
4
3
2

INCRE
400.
2nO.
2()O.
100.
50.
50.
50.
25.
25.

1
2
5
1

6
10
1

1
4

1

MIN QTY
200.
10 o.
100.

25.

CAPAC
1200.
1200.
10no.
900.
600.
450.
300.
50.
125.

TOTAL

SCHEDULE
400.
800.
100.
3') C,.
450.
100.
2200.

296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
3:B
334
335
336

0
BFGIN PHASE 2, BUDGET

=

2000.

PROD. NO. LEVEL
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD

9

8
7
6

5
4
0

2
1

BINT DUP
RONTER GUY
ANBER STEM
GRUNK PITS
GRANCH
GREEB STALL
QUOTL BIT
FRAMIS
WIDGIT

9
8
7
6

5
4
7
1

INCRE

MIN aTY

4n(').
2no.
2no.
1no.
50.
50.
50.
75.
25.

1
2
4
1
6
10
1
1
4

200.
10 O.
1 (") O.

25.

CAPAC

SCHEDULE

1201") •
1200.
10nn.
90n.

40n.
600.

6()1'1.

4,1).
300.
')0.
I? 5.

TOTAL

lOC.

35(".
450.

Ion.
2000.

337
331:3
339
34n
-'41
34:'
343
344
34')
346
347
348
349
350

'351
?52
~i5 3
354
355
.3S6

357
358

BEGIN PHASE 2, BUDGET

PROD. NO. LEVEL

/~

~

0

1800.

PROD
PROD
PROD
PROD
DROD
PROD
PROD
PROD
PROD

9

8
7
6
5

4
0

2
1

BINT DUP
RONTER GUY
ANBER STEM
GRUNK PITS
GRANCH
GREfB STAll
QUOTL BIT
FRAMIS
WIDGIT

9
8

7
6
5
4
:3

2
1

1

2
3

1
6

10
1
1

4

INCRF
4()0.
200.
200.
InO.
50.
50.
50.
25.
25.

~1l

N QTY
200.

CAPAC
1200.
1200.
1')01).

100.
10 o.

25.

TOTAL

9n('l.
600.

SCHEDULE
4CO.
400.
IN).

4~O.

35C.
4:'C.

300.
50.
125.

10C.
1800.

359
360
361
362
363
364
36:'
366
367
368
369
370
37:
372
":73
374
375
376
377

BEGIN PHASE 2, BUDGET

1600.

PROD. NO. LEVEL
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD
PROD

BINT DUP
RONTER GUY
ANBER STEM
GRUNK PITS
GRANCH
GREEB STALL
0 aUOTL BIT
2 FRAMIS
1 WIDGIT

9
8
7
6
5
4

9
8
7
6
5
4
3
2
1

1
2
2
1
6
10
1
1
4

INCRE

MIN QTY

400.
200.
200.
100.
50.
50.
50.
25.
25.

200.
100.
100.

25.

CAPAC
1200.
1200.
1000.
900.
600.
450.
300.
50.
125.

TOTAL

J 4&.Wf l4l fWJ~1 "'"

SCHEDULE
400.
200.
100.
350.
450.
100.
1600.

378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395

(;)

0

2.

~'14-\-.

....,
""

8000.
100.
8
BOLTS U/4 UN NO 3
2.
3.
1.
12.
13.
11.
22.
23.
21.
32.
33.
31.
NO
!=.CREWS
18 LONG
21.
21.5
211.5
26.
26.5
25.5
,11.5
31.
31.5
36.
36.5
35.5
LOCOMOTIVE t STEAt-1
30.1
30.2
30.
32.
32.1
31.
33.1
33.2
33.
34.
35.
36.
LOCOMOTIVE t DEISEL
20.
20.1
22.88 22.89 22.9
24.
24.4
24.
25.44 25.55 25.66
EYEGLASS FRA~E, RRN
15.3
15.6
15.1
LAMBSKIN TURBAN
30.12 30.44 30.45
1620 COMPUTER
11.56 11.57 11.66
11.94 11.98 12.
HAIRPIN. NO 6 BLACK
1.1
1.12
1.
2.5
2.55
2.
4.
4.22
3.9
5.21
5.31
5.

PROBLEM 2 FOR D. P.
40
50.
100.
100.
4.
6.
5.
7.
8.
14.
15.
.6
17.
18.
24.
25.
26.
27.
28.
38.
34.
35.
37.
39.
40
50.
200.
2
23.5
22.
22.5
23.
24.
27.
27.5
28.
28.5
29.
33.4
34.
32.
32.5
33.
37.
8.
38.
38.5
37.5
50.
50. 300.
40
3
30.4
30.6
30.7
30.3
30.5
32.3
32.4
32.5
32.6
32.3
33.5
33.7
33.3
33.4
33.4
37.4
37.
3701
37.2
37.6
40 50.
100.
4
22.56
22.
22.22 22.23 22.25
22.91 22.92 22.95 22.99 23.
24.5
24.8
24.9
25.
25.11
25.77 25.88 25.99 26.1
26.2
')
50.
50.
600.
10
15.8
16.
16.2
16.2
16.3
50.
2 00.
6
10
30.456 30.458 30.88 31.
32.556
300.
7
20 100.
350.
11.91
11.77 11.88 11.89 11.9
17.5
18.
12.
15.
17.
2(')0.
360.
8
40
1.55
1.123 1.123 1.22
1.235
3.2
2.56
2.58
2.9
3.
4.53
4.76
4.43
4.64
4.33
5.85
5.94
5.64
5.42
5.53

9.
19.
29.
40.

10.
20.
30.
41.

24.5
29.5
34.5
'39.

25.
30.
35.
40.

30.8
32.7
33.8
37.66

30.9
32.8
33.9
37.77

22.75
23.
25.22
26.3

22.78
23.5
25.33
26.9

.88

16.55

33.

34.235

11.92
18.4

11.93
18.5

1.6
3.25
4.87
6.

1.88
3.66
4.87
7.258

DP 528
DP 529
DP 5301
DP 5311
DP 5321
DP 5331
DP 534
DP 5352
DP 5362
DP 5372
DP 5382
DP 539
DP 5403
DP 5413
DP 5423
DP 5433
DP 544
DP 5454
DP 5464
DP 5474
DP 5484
DP 549
DP 5505
DP 551
DP 5526
DP 553
DP 5547
DP 5557
DP 556
DP 5578
DP 5588
DP 5598
DP-5608

0

o ....tel4~
BEGIN PHASE 2, BUDGET

CI

8000.

PROD. NO. LEVEL
HAIRPIN, NO 6 ALACK
1620 COMPUTER
LAMBSKIN TURBAN
EYEGLASS FRAME, BRN
LOCOMOTIVE, DEISEL
LOCOMOTIVE, STEAM
SCREWS NO 18 LONG
BOLTS U/4 UN NO 3

8

7
6

5
4
3
2
1

INCRE
200.
100.
50.
50.
50.
50.
50.
50.

3
21
11
10
40
1
34
15

MIN CTY
300.
50.
50.
100.

CAPAC

SCHEDULE

7800.
2200.
450.
500.
1950.
2000.
1950.
2050.

400.
2200.
450.
500.
1950.
50.
1650.
800.

TOTAL

BEGIN PHASE 2, BUDGET =

""

00

7900.

PROD. NO. LEVEL
HAIRPIN, NO 6 BLACK
1620

CO~PUTER

LAMASKIN TURBAN
~YEGLASS FRAME, BRN
LOCOMOTIVE, DEISEL
LOCOMOTIVE, STEAM
SCREWS NO 18 LONG
BOLTS U/4 UN NO 3

8000.

8
7
6
5
4
3
2
1

INCRE

MIN QTY

2no.

3
20
10
10
37
1
35
15

Ina.

50.
50.
50.
50.
50.
50.

300.
50.
50.
100.

CAPAC

SCHEDULE

7800.
2200.
450.
500.
1950.
2000.
1950.
2050.

400.
2200.
450.
500.
1800.
50.
1700.
800.
7900.

TOTAL

42
43
44
045
46
047
048
049
050
051
052
053
054
55
056
57
58
59
60
61
62
63
64
065
66
067
068
069
070
071
072
073
074
75
076
77

78
79
80
81

0
BfGIN PHASE 2, BUDGET

7800.

PROD. NO. LEVEL
HAIRPIN, NO 6 BLACK
1620 COMPUTER
LAMBSKIN TURBAN
EYEGLASS FRAME, ARN
LOCOMOTIVE, DEISEL
LOCOMOTIVE, STEAM
SCRFWS NO 18 LONG
80LTS lJ/4 UN NO 3

8
7
6
5
4
3
2
1

INCRE
200.
100.
50.
50.
50.
50.
50.
50.

2
21
11
10
40
1
"14
15

MIN aTY
300.
50.
50.
100.

CAPAC
7800.
2200.
450.
500.
1950.
20Q() •
1950.
2050.

SCHEDULE
200.
2200.
450.
500.
1950.
50.
1650.
800.

82
83
84
085
86
087
088
089
090
091
092
093
094
9~

TOTAL

BEGIN PHASE 2, BUDGET
N

<:c

7100.

PROD. NO. LEVEL
HAIRPIN. NO 6 BLACK
1620 COMPUTER
LAMBSKIN TURBAN
EYEGLASS FRAME, BRN
LOCOMOTIVE, DEISEL
LOCOMOTIVE, STEAM
SCREWS NO 18 LONG
BOL TS lJ/4 UN NO 3

B

7
6
5
4
3
2
1

2
20
10
10
37
1

35
15

INCRE
2no.
1(')0.
50.
50.
50.
50.
50.
50.

MIN ()Ty
300.
50.
50.
100.

TOTAL

0

7800.

CAPAC
7800.
22()O.
450.
500.
1950.
2000.
1950.
2050.

SCHEDULE
200.
2200.
450.
500.
1800.
50.
1700.
800.
7700.

096
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120

121

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _4"·

-----

BEGIN PHASE 2, BUDGET

=

7600.

PROD. NO. LEVEL
HAIRPIN, NO 6 BLACK
1620 COMPUTER
LAMBSKIN TURBAN
EYEGLASS FRAME, BRN
LOCOMOTIVE, DEISEL
L.OCOMoTI VE, STEAM
SCREWS NO 18 LONG
BOLTS U/4 UN NO 3

8
7
6
5
4
3
2
1

INCRE

1
21

200,
100.
50.
50.
50.
50.
50.
50.

11
10
40
1
34
15

MIN QTY
300.
50.
50.
100.

CAPAC

SCHEDULE

7800.
2200.
450.
500.
1950.
2000.
1950.
2050.

2200.
450.
500.
1950.
50.
1650.

TOTAL

BEGIN PHASE 2, BUDGET =

800~

7600.

7500.

C.

•

PROne NO. LEVEL.
HAIRPIN, NO 6 BLACK
1620 COMPUTER
LAMBSKIN TURBAN
EYEGLASS FRAME, RRN
LOCOMOTIVE, DEISEL
LOCOMOTIVE, STEAM
SCREWS NO 18 LONG
BOLTS U/4 UN NO 3

8
7
6
5
4
3
2
1

INCRE
200.
100.
50.
50.
50.
50.
50.
50.

1
20
10
10
37
1
35
15

MIN aTY
300.
50.
50.
100.

CAPAC

SCHEDULE

7800.
2200.
450.
500.
1950.
2000.
1950.
2050.

2200.
450.
500.
1800.
50.
1700.
8(,)0.

TOTAL

7500.

122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161

-------_.._------

0

~

V
7400.

BEGIN PHASE 2, BUDGET =

PROD. NO. LEVEL
HAIRPIN, NO 6 BLACK
16?0 COMPUTER
LAMBSKIN TURBAN
EYEGLASS FRAME. 8RN
LOCOMOTIvE, DEISEL
LOCOMOTIVE. STEAM
SCREWS NO 18 LONG
BOLTS U/4 UN NO 3

8
7
6
5
4
3

2
1

INCRE
200.
100.
50.
50.
50.
50.
50.
50.

1
20
10
10
35
1
35
15

MIN aTY
300.
50.
50.
100.

CAPAC

SCHEDULE

7800.
2200.
450.
500.
1950.
2000.
1950.
2050.

2200.
450.
500.
1700.
50.
1700.
800.
7400.

TOTAL

BFGIN PHASE 2, BUDGET =
~

7300.

PROD. NO. LEVEL
HAIRPIN, NO 6 BLACK
1620 COMPUTER
LAMBSKIN tURBAN
EYEGLASS FRAME, ARN
LOCOMOTIvE, DEISEL
LOCOMOTIvE, STEAM
SCREWS NO 18 LONG
BOLTS U/4 UN NO 3

8
7
6
5
4
3

2
1

1
20
10
10
33
1
35
15

INCRE
200.
100.
50.
50.
50.
50.
50.
50.

MIN QTY
300.
50.
50.
100.
TOTAL

CAPAC

SCHEDULE

7800.
2200.
450.
500.
1950.
2000.
1950.
2050.

2200.
450.
500.
1600.
50·
1700.
800.
7300.

162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
~90

191
192
193
194
195
196

0

c

C
C
C
C
C
C
C
C
C
C
1102
110,
1104
1118
2222
7776
7777
7778
7779
7780
7781
7782
778,
7784
77

C
C
C
C

C

NON-LINEAR PROGRAMMING. A MODEL DESIGNED FOR PRODUCTION SCHEDULING
JOHN W. BURGESON, APPLIED SCIENCE REP. I R M AKRON
CHANGE LEVEL 3/5/62
THIS PROG CAN HANDLE A MAX OF 199 PRODUCTS.
THE LIMIT IS CAUSED BY THE 3 DIGIT SEQUENCE
NUMBER PUT IN CC 78-80 BY THE FORTRAN PUNCH SUBROUTINE.
THE PROG HAS 2 PHASES. OUTPUT FROM 1 IS 5 CARDS PER PRODUCT. THIS
INTERMEDIATE DECK MUST BE SORTED IN REVERSE ORDER FOR INPUT TO
PHASE 2. PHASE 2 MAY BE RUN MANY TIMES WITH THIS DECK, EACH PASS
DEVELOPING A NEW SCHEDULE WITH A (REDUCED) NEW BUDGET.
DIMENSION S(40), V(40), PRECP(100), CURRP(lOO)
FORMAT (1111H )
FORMAT (11111H PHASE 1 COMPLETEDI4,16H ITEMS SCHEDULED)
FORMAT (/11H END OF JOB/)
FORMAT (1118HDYNAMIC PROG MODELII124H NO.
BUDGET
DBUD)
FORMAT(/15X,49HPROD. NO. LEVEL
INCRE MIN OTY
CAPAC SCHEDULE/)
FORMAT (I4,F10.0,F1n.O,30H
)
FORMAT (20H
I5,I5,F8.0,F8.0,F8.0,F8.0,I6)
FORMAT (1/42HSORT OUTPUT IN RVERSE SEQUENCE ON CC 78-80)
FORMAT (/23HBEGIN PHASE 2, BUDGET =F10.0/)
FORMAT (31HTHEN HIT START TO BEGIN PHASE 2)
FORMAT (/35HRERUN INTERMED. CDS. FOR ALT. SOLN.)
FORMAT 1/15X,48HNAME IRECD
M INCRE MIN QTY
CAPAC AVG DEM)
FORMAT 14HSO =FIO.0,6H SB =F10.0,6H NR =14)
FORMAT 1/42X,5HTOTALF15.0)
FORMAT IF7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0)
NUMB
()
TYPE 1118
READ 7776,NUMBR,BUD,DBUD
NUMBR IS THE TOTAL NUMBER OF PRODUCTS TO BE PROCESSED
BUD IS THE BUDGET EXPRESSED IN TOTAL NO. OF UNITS
DBUD IS AN AMOUNT (OPTIONAL) BY WHICH BUD MAY BE REDUCED IN
PHASE 2 TO OBTAIN ALTERNATE SOLUTIONS WITH REDUCED BUDGETS.
TYPE 7776,NUMBR,BUD,DBUD
PLACE = BUD
C;U~~Q=O •
SUMA2=O.
()LDSO=O.
OLDSB=O.
TYPE 1102
PRECP ( 11 =0.
()LDA=O.
NROLD=l
SENS E SWITCH 3 ON PERMITS THIS ADDITIONAL TYPED INFO
IFISENSE SWITCH 3) 79,80

79 TYPE 7782

DP 046
IRECD,M,A,Q,A2
DP 047
IRECD IS PROD IDENTIFIER ISTOCK NO) NOT USED BY PROG
DP 048
M IS NO OF PROD LEVELS CONSIDFRED. MUST BE BETWEEN 1 AND 40
DP 049
A IS INCREMENT SIZF FROM LEVEL TO LFVEL, MUST Bf 25,50,100,ETC
DP 050
Q IS MINIMUM QUANTITY TO BE MADE. MUST gE MULTIPLE OF A
DP 051
A2 IS AVERAGE DEMAND OVER NEXT 3 MONTHS
DP 052
IF(M-40) 85,85,999
DP 053
EM=M-l
DP 054
NOW CALCULATE CAP~C FOR THIS PRODUCT
DP-055
CAPAC = Q + A*E~
DP 056
CAPAC IS THE MAX PROD LEVEL
DP 057
THUS IF X IS A PROD LEVEL WE CAN SAY DP 0,8
X = Q, Q+A. Q+2.*A, • • • , C~PAC
DP 059
DO 81 I=1,~tlO
DP 060
r 2= 1+1
.
DP 061
1"3=1+2
DP 062
14=1+1
DP 063
15=1+4
DP 064
16=1+5
DP 065
17=1+6
DP 066
18=1+7
DP 067
19=1+8
DP 068
10=1+9
DP 069
READ 77,VII),V( I2),VII3) ,VII4),V( I5),VII6),VII7),VI 18),V(I9) .V( 10) DP 070
VII) IS THE PROFIT ASSOCIATED WITH PROD LEVEL I
DP 071
SENSE SWITCH 3 ON PERMITS THIS ADDITIONAL TYPED INFO
DP 072
IF(SEN~E SWITCH 3) 82,83
DP 073
TYPE 7777, IRECD.M,A,Q,(APAC,A2
DP 074
NUMB=NU'"'1B+1
DP 075
SUMQ=SUMQ+Q
DP 076
SUMA2=SUMA2+A2
DP 077
SUMC=OLDSB+CAPAC
DP 078
SO~~IN=OLDSO
DP 079
IFIOLDSO-5UMQ) 114,115,115
DP 080
SOMIN=SUMQ
DP 081
5BMAX=SUMC
DP 082
IFISUMC-BUD) 118,118,117
DP 083
SBMAX =8UD
DP 084
K=SOMIN/A
DP 085
SO=K
DP 086
K=SBMAX/A+.9999
DP 087
SB=K
DP 088
SO=SO*A
DP 089
SB=SB*A
DP 090

80 READ 7777,

C
C
C
C
C
85

C
C
C
(

81
C
C
82
83

o

114
115
117
118

DP-OOI
DP 002
DP 003
DP 004
DP 005
DP 006
DP 007
DP 008
DP 009
DP 010
DP 011
DP 012
DP 013
DP 014
DP 015
DP 016
DP 017
DP 018
DP 019
DP 020
DP 021
DP 022
DP 023
DP 024
DP 025
DP 026
DP 027
DP 028
DP 029
DP 030
DP 031
DP 032
DP 033
DP 034
DP 035
DP 036
DP 037
DP 038
DP 039
DP 040
DP 041
DP 042
DP 043
DP 044
DP 045

NR= (SB-SO) I A+1.
IFINR-1001 135,135,127
127 K=SOMIN/A+ISUMA2/BUD)*ISB-SO-I00.*A)/A
SO=K
SO=SO*A
SB=SO+99.*A
~R=100

~
~

135 DO 136 J = 1,40
136 SIJ) = SO
137 QQ=Q
IFISENSE SWITCH 31 138,139
C
SENSE SWITCH 3 ON PERMITS THIS ADDITIONAL TYPED INFO
138 TYPE 7783,SO,SB,NR
139 IGAG=1
SS=SO
INDEX=l
150 P=-1000000.
X=QQ
IDEXl=IGAG
XB=QQ
CALC OF Y. S WIll CONTAIN FOR EACH X THE HIGHEST S FOUND
171 ARG=SS-X
IFIARG-OlDSBI 185t180~180
180 Y=VIIDEX1) + PRECPINROlD)
GO TO 300
185 T4=ARG-OlDSO
IFIT4) 320,190,190
190 IDEX2 = IARG~OlDSOI/OlDA + 1.5
Y=VIIDEX1)+PRECPIIDEX2)
300 IFIY-P) 320,310,310
310 P=Y
XB=X
00

320
335
340
600
601
602

=

X

IGAG=IDEX1
X=X+A
JDEX1=IDEX1+1
IFIX-SS) 335,335,340
IF IX-CAPAC) 171,171,340
IFIP+IOOOOOO.) 341,600,341
SO=SO+A
IF INR-IOOI 601,602,601
NR=NR-l
GO TO 137
SB=SR+A
GO TO 137

341 CURRPIINDEX)=P
1DEXB=IXB-QI/A +1.5
SIIDEXBI=SS
SS=SS+A
INDEX = INDEX + 1
1FISS-SBI150,150,370
370 DO 372 JK=I,NR
372 PRECPIJK)=CURRPIJK)
OlDSB=SB
OlDSO=SO
OlDA=A
NROlD=NR
DO 378 1=1,41,10
12=1+1
13= 1 +2
14=1+3
15=1+4
16=1+5
17=1+6
T8=1+7
19=1+8
10=1+9
378 PU NCH7 7 , S I 1 ) , S I 12 ) , S I I 3 I ,S I 14 ) , S I I 5 ) , S I I 6 1 ,S I I 7 1 , S I I 8 1 , S ( I 9) ,S I I 0 )
PUNCH 7777, IRECD,M,A,Q,CAPAC,SO,NUMB
IF(NUMB-NU~BR) 80,400,999
400 TYPE 1103,NUMB
TYPE 7778
TYPE 7780
PAUSE
9 TYPE 7779,PlACE
PUNCH 7779, PLACE
IF(SENSE SWITCH 11 3333,3334
TYPE 2222
PUNCH 2222
BE~IN INPUT TO PHASE 2
10 READ 7777, IRECD,M,A,Q,CAPAC,SQ,NUMB
1=41
DO 11 K=l,40tlO
1=1-10
12=1+1
13=1+2
14=1+3
15=1+4
16=1+5
17= I +6

DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP

091
092
093
094
09!)
096
097
098
099
100
101
102
103

104
105
106
107
108
109
110
111
112
113
114
115
116

117
118
119
120
121
122
123
124
125
126
127
128
129

130
131
132

133
134

135

DP 136
DP 137
DP 138
DP 139
DP 140
DP 141
DP 142
DP 143
DP 144
DP 145
DP 146
DP 147
DP 148
DP 149
DP 150
DP 151
DP 152
DP 153
DP 154
DP 155
DP 156
DP 157
DP 158
DP 159
DP 160
DP 161
DP 162
DP 163
DP 164
DP 165
DP 166
DP 167
DP 168
DP 169
DP-170
DP 171
DP 172
DP 173
DP 174
DP 175
DP 176
DP 177
DP 178
DP 179
DP 180

o

It'

'#' P , M

II

M"

dl

'/

I 'b

It

t, '1'm

11

c

17
18

20
22

23
41
C
C
42
43
C
48
49
51
C

55
52

6999
999

n,!,irj'j"';'k'hWL.".,");

=____________________

.....

t"fM"i'idId!!!:M(jN!jiI"!lJW&itle!f~'i!M!'"fIY"liW¥W'ItW""IIWIWWiIII!iI""""'''_IW!

18=1+7
19=1+8
10=1+9
READ 77.S(IltS(I2hS(I3).S(I4).SII5ltSII6),SII1,.SII8)9S1I9)tSII0)
X = O.
IF(PLACE) 41,41,18
DO 20 I = I.M
IFIPLACE-S(I)) 22.22,20
CONTINUE
X=CAPAC
GO TO 23
EM = I-I
X = Q + A*EM
PLACE = PLACE - X
PUNCH 7777, IRECD,I,~,Q,CAPAC,X
X WILL BE TH[ OPTIMUM NO. OF UNITS TO PRODUCE
IFISENSF SWITCH 1) 42,43
SENSE SWITCH 1 ON TO TYPE ANSWERS AS WELL AS PUNCH THEM
TYPE 7777, IRECD,I,A,Q,CAPAC,X
IF(NUMB-l) 999,48,10
END OF JOB PROCEDURE
TOTAL = BUD - PLACE
PUNCH 7784, TOTAL
IF(SEN~E SWITCH 1) 49,51
TYPE 1784, TOTAL
BUD = BUD - DBUD
PLACE = RUD
SENSE SWITCH 2 ON TO REDUCE BUD BY DBUD AND OBTAIN ALT. SOLN.
PUNCH 1102
IFISENSE SWITCH 2)
55,6999
IF(SENSE SWITCH 3) 52,9
TYPE 1781
GO TO 9
TYPE 1104
~TOP

END

DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP

181
182
183
184
185
186
187

188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216

C,~
,I

o
COMPUTER

TECHNOLOr.~Y
aLi

I

:¥fiT'

Flow Chart of the Algorithm

S(:r:)=Scj
IN

~

=,

IJ37

.r---------~)I z6ltG
SS-:=S~

%NDEX =1

p= -00

)(;G.Gl.

of fl.. o~j .c.i ~~clc

4}0000000500360008C0050036001600050036002400050036003200050016100000000026199991
26099961999926199951 0000260999219999261998110oo0260998019999261«19011Oooo2'""T7:...---+---9481999926199151 0000260986419999261977910000260 964419999261942310000260906.,;8.;.1~9...
9;-99.;....-~_ _---t~_
261849110000 2607560 1999926160511000026036I212875330966~OOOOO'33cr04~OOO~'
6004600336007004600348009004600360014004600372016004600384017003600000005004900
3200500000002639999199992620500010003 320000000003 300500000004900312000'0000000000
---'-._4100000000003600210005004900210000000000
36000000050036000800050036003000050036003800050049061ztfoboMoOo -0
36001000050036001800050036002600050049083000160007900166260007400163250046000166
11001630000111000790000112001650°.001.4700056.0.120.03.6.0015900500. 4.5000.4.40016049000000]
1234567891234567890234567890J34567890JK4567890JKL56789OJKLM67890JKLMN7890JKLMNO
890JKLMNOP90JKLMNOPQLZOOOOOL2600577004072600455004071200455000022600515000004400
- 460P348800515330C5150000049005660320051500000490056600000490000260056500517260
5 33P3051700517120056500002 260051500000260051 7000'00150b87900boU60oaa9'oOST52400- 606P30600051746006980130026038980051726038960051526005170006026005150005826000
- 6 79P3600 3898260005 8 0 3896J40051 7000RR4 70074601200240388500$154601 f820fZ00220OSI- - - - - - - 752P37000604601182014004600842012002100889005174400818005151500879000021400517
82 8P30P4 701182013003300051 00000330050800000J5 000500000021 00058000002501r0990005
901P38330005800000440094600060J60392500N7249009580J60392500N71430109800050J600

:t =1, '10
Q~ ==G.

~/itl';'

"~
____________________

%DExr:IGA6~kr-

X8=QCil

975P39700008430112i00051Z5000980005SJSoOO580000Z310005100~005i·:i.0i-0~rnFiO~OmHi-~=t~::.::·

~

00

-1048P3800000J20009700001460120201200J2000600000149009820260005800057JI000600000
-1 121P314603928014003200051000004401170bo099320005800000460ii820i40015000990~0~0~0~0~~------1 194P342000000J600060000RR32000510000049011700000026n12850123726012970123712012
-126 7P3970000226000600000026000580000042000000260 13480 1305260136001305f201360000 ----'..,.----1341P3226000000006026000000005842000000000026014250137726014370137712.0143700002
-1414P3260 1 3'7700000260 13 75000002301 3 i 5060584 7014820 i 20 03 f0005 1 038 784901 18201 1 000-----1487P39300005430162200084J201377000014701566014001601377000RRJ20006000001460168
-1560P320 1400320008500000260005B0009221000600i:3 7746016 700 i400490Il460ffoo093000M
-1633P3526000580009121 000600 13 714 7011460140044.0172~01~ 7n~03~2~ 00~~HllQ~I~~878_ _ _
-1706P332000600000049039880160392500N7349039760000003330026018610006026018590005
-1779P38260182701755260183901755J201839Q0002260006000000260005800000490192200041
-1862P3260 19090 186126019 21 01861J201921 00002260 i 861000cf(iz6oTa59000004902016000002
-1935P36012000195949021960R01960150119500002250009203888310007500080260201402480
-2008P349000000240 18590388547021960 1200J60392500N774903976bJI 000606066147021206-1---2081P3400J600060000R9J201861000014602156014002200060018614701146014004402176018
-2154P361160392500N7549039760160392500N76490395202800091000$8290b09ioI8592600058---2230P390410005800~0047022800120031000510387849011700000033000990000046023160110

-2 304P332 00099000004302(l60000512 50009 80M 581500 ossoooi'lz 3 i 00051000522 500057000982 - - -2377P350005800091.J2000600000132000510000049020600000022074710732847076200130049
-2451P373160 160733C R050049030400000031 03327033302603341031523303:3 370000011024070·---2526P30111167J00000000000044025980005944025840005833000580000042320005800000424
-2599P3402624000603300060000004232000600000042COOO002602667026432602643000002100---2673P36002643460269201400420000002602723026992602699000002200060026994902680000
-2748P326027710274726027470000023000600274732000960oboo26066600009942000000260'';'2'';'8---2821 P3 75 000602602851 02815260006000000490290000 00041 00 00000000260?~~~Q.?_~_!~260287

OUT

37

rJ

CJ

o

-2894P~50000014028750000046029920120028n0099000602900096028152600060000954901110
-2968P~110032000600000049nl17n016039250nN78J6000600R999490398800000160733aN140Q1
-~041P360625807813260756306295J605367000K245072080797149046920310779407796J20732

-3114P380000147030960120034000000010239077590010049071840250775600098J2031750000
-~187P~lJ5077550000P4907980000014906092000J6000630008Z31000550005716000540000049

-3262P38900000015034470000143033280005126033160326844011820000749020400001604013
-3338P3M116L990900060260120003376M9L9910R033780160120003410260137703269490137801
-3411P3501195000022600098000582600058038852100058000981604013000J516L99290006049
-3484P3L993000000260120003554160051703615440354200058320361300000M900518R0355603

o

-3557p~2n00550000033036130000026000600005815011950000242J000000008000000J6036690

-~630P30000260365703621220366900000490369400000260369303669260366900000260120003

-3703P38464403750036693303669000001601755038654901756016012000379826005170006026
-~778P35150005831000510385616013770051711036690000J470384801300M901378R037500490
-3851P~40120J000000001ZR9999999R9Z00000000RRZOOOOOOZOO00020356570ZM5595956590040
-~927P3ZJ40392500N71460397601200310005103878490401200n00310005103867340000000102

-4000P339039110010015011950000241000000000049011460260408701207J605364000K049071
-4073P38401607207000004304656053644307292053671607514072924307292063654304656053
-4146P365450465606365260419007207J1041900000514000000404446041720120047072920130
-4220P349046560000026032690423115034470000249032820260429907207J1042990000226073
-4293P32800000220747107328470763201300490800007328J10720700002210720707328J10429
-4366P3900002J207328000024706296013004504452063652604426042992600000077973107794
-4440P3779649043600J10625800002260449406258260449904299?600000000004904360000001
-4513P3604725N72492607207045114904620000001604725J874726072070454716046980470049
-4587P34632000001604725L874926072070459516046980471215063650000Z3204722000002607
-4660P347104723160S2580779543063320536749047120340000000102370779700100470718400
-4733P340049046920000016074710047216046980733226Q72Q7047474904880000001607471N01
-4806P38716046980741226072070479549048800000016074710028716046980742426072070484
-4879P331506365000(0320747000000260472307471160625807795490747200000260499104939
-4952P3J605365000004904992015053650000042000000430762005363310008907738450520006
-5025P3365J60775600000J6067K9ZZZ21160705800088J407326000R0460510001300J606725000
-5098P3Z045063560000049030960000QM701J820040015073170000916047950511849047960150
-5171P373170000216049390006049049400210625807328210625807328260629506258J6072190
-5245P300J260317504991260528304991260009800000J4073260OOR0460538801300J606465000
-5319P35J407328000044605356011002606465073283306464K020044030280009549058440J606
-5392P346500009440245600097470552801200220009807330JIO009800002460302801400J6072
-5465P31900009220721900098J6054930000224073280009846057840130049030280J6077520M5
-5538P310J6077560000QJ407328000J4460562401100J60721900013220721907328J6077560000
-5611P3622077560732822077560733021077560009843056680775449056920440302807756J607
-5684P37560009R440571607756J6077520M52025077540775515077550000716062820576049062
-5757P3520J2062580C006J605493000062205493073302405493073284603028011001605958059
-583np360J20317500002J60622700000260587903175440589200OOOJ606227000KOJ1072190000
-5903P31470594001300220317507219220646507219J2064650000149060320J607756000031606
-5976P328206032J10733000001460624001100J40646500000470608001100J4064650000047061
-6049P31201100JI0721900001460316401100J6077560nOP016062820595249062520J106258000
-6122P302260614706258430620400000240625806295460620401300260619006147J6000000000

-6196P349061120J?0625800002160775600000160628206284160595806032K60779507756J2062
-6269P35800002490595201606258077952607442062582507971050494307540053661505367000
-6344P3490718400000J40779700003470641201200450309606725J6067260000049070640J4077
~6417P397000M547064560170015067270000049065600J407797nnOJ04706512012004307064067

-6490P~2615067270000049C65600J407797000K0470661701200430659206726J60672900022J40

-6563P37326000R04607064011004903096032067240000049070640470664801300J40779700009
-6636P3470309601100450685606727J4077970nOP0460693601100430670806725J200098000014
-6709P390706403200n8900000210009807756450676406725210009807330430680000089160009
-6782P38000RR460681201400460313201400260683004991260000000098J204991000024907124
-6856P3430694806727250775607797J407328000014607064012002507755077973207755000004
-6929P39070640J60672700001450699206724310009300094250n09607797490706404507016067
-7002P325J10009800001140705800096460706401300J1070580000125000890779731077940779
-7075P36J207328000114605100011n045067160672432 0 009300000440714806724320009600000
-7148P~260716604991260000000096430720805366J107?07000052607330000003207327000003

-7221P320732900000430520005366440732407330J6053640000243024240536543041000797116
-7295P375140717216(5367K020042051680MROOOOOOJI072310QO014607356014001607954P0707
-7368P325079550723125079530723025079510722949074600340000000102J1074420000415077
-7441P3950000Z160744207795390779700100160749007797J60000000000140749007971460717
-7514P3201200JI07490000024907484015053660000016062581000043076000746734000000010
-7587P~2390777700100260781107791490469201607330N999R3400000001023907721001001607

~

~

-7660P3471000004407184073304307700053634907316012072070000549050040M559595659004
-7733P36790Z000000oooozro00700nOM5595956590046770ZM5595956590046780Z000000000000
-7806P300000000000 - - -7880P300000000000 - - - - -7954P300000000000 - - - -100000012064650000149060920330732700000210732807328490
-8027P3433600000000000
-8300P349L70600404404136041360413604264010004076Z49L7040040440413604136041360426
-8373P34J800N7M8M1C2M500P100M3N6N4N7N3M503M5M4R040004264J600M903M5N4020002M3M8M5
-8446P3M404N3M5M404076Z49L7020n40440413604264J100M5N5M400N6M600N1N6M204136040764
-8519P39L700004044041360413604264J8M408N5M1N4M9M300N7N9N6M700N4N6M4M5N3041360413
-8592P360413604264K400N5N60~OOOOOOOOM204M4M7M503000000COOOOQM4M204M40407649L6980

-8665P30404404]3604264JSOOOooooonon - - - - - 4264M9N7N9N6M40300N5N6030
-8739P3N3M505M5N30000M9N5M3N9M50000N4M9N500N8030800000OM3M1N7M1M3000002M3M8M5M40
-8812P34N3M50413604076Z49L696004044R0400010nOOl00004264LOOOOOOOOOO - - - - - - -8886P30000000000- - - - 4076Z49L69400404404264KOOOOOOOOOOOOO
-8959P30000000000- - - - - - - - - R0500R05000n800008000080000800R060004076Z49L6
-9032P392004044041360413604264M202N6N90300N60403N70403OOM9N50QN905M5N902M50002M5
-9105P3N804M5N5M3M500N6N500M3M300P7P8KOP8P00407649L6900040440413604264K3M2M5M7M9
-9178P3N500N7M8M]02M500P2K300M204M4M7M50300L3010000413604076Z49L68800404404264L1
-9251P303M8M5N500M8M903000203M1N9030003N600M2M5~7M9N50ON7M8M102M500P20407649L686

-9325P3040440413604264L5N9M5N904N500M9N503M5N9N4M5M40300M3M4020300M6N6N900M1N303
-9,98P3030002N6N3N50304076Z49L6840040440413604264J50000000000- - - - - - - - - -9472P304264M8N5M1N4M500M9N9M5M3M400000000N40000M9N5M3N9M50000N4M9N500N803080000
-9545P300M3M1N7M1M30000M105M700M4M5N40407649L682004044042640402POOOL301000042640
-9618P36000002M200L30100004264060000N5N900L3R040004076Z49L680Q040440413604264M20
aaucmz::.aitiiO!w .".

-----.-.-..-.-...-.....-...•.-..

-.--.,-----"--.-~-,'."."",.,

.•",,,•. ,._.•

-9692P300000000000 - - - - -9766P3'o6oo'ooo60426405(hN603MfN3015000407-6t49L6 780040440070000700007000070006166 .
-9839P3007000070000700007000070004076lJ701238L6769J701306L6779K70497204971K70479
-9912P36L7016K7045:2L6976J704992L6759J70499i(~749J704940L6739K704796L6976J704992

-9985P3L6759J704992L6749J704940L6739J701238L6749J701306L6729J701238L6709J701306L
J0058P36719J701238L6709J701306L6699J701238L61Q9J701306L6689J701238L6709J701306L6
J0131P3679K70497204971K704796L7076J701238L6709J701306L9079J701238L6709J701306L66
J0204P369J70 1238L6649J70 1306L665946L6630003CH549L6620lK 704912 04971 K704 796L6856K 70
J0277P34512L6956J704992L6619J704992L6609J704992L6599J704992L6589J704940L6579J701
J0350P3238L6609Jl02700L656914000600000046L65460120046L65300110049L6540lJ701238L6
J0423P3609J702700L6649J70322200060J701306L6529J701238L6599J701378L6529J700518L65
J0496P389J701306L651916L649980001J701238L6499J702644L6649J701306L6489J701238L649
J0569P39J702644L6469J701306L6479J701238L6499J702644L6449J701306L6459J701238L6499
J0642P3J702~44L6429J701306L6439J701238L6499J1b~644L64b9J701306L6419J701238L64g9J

J0715P3702644L6389J701306L6399J701238L6499J702644L6369J701306L6379J701238L6499J7
J0788P302644L6349J701306L6359J701238L6499J702644L6329J701306L6339K704512L679616J
J0862P3893L948922J0892L6499J704992L649916J0929L948922J0928L6489J704992L648916J09
J0935P365L948922J0964L6479J704992L647916JI001L948922JlOOOL6459J704992L645916JI03
JI008P37L948922JI036L6439J704992L643916JI073L948922JI072L6419J704992L641916JI109
'JI081P3L948922JI108L6399J704992L639916J1145L948922J1144L6379J704992L637916Jl181L
Jl154P3948922Jl180L6359J704992L635916J1217L948922J1216L6339J704940L633911L649900
J1228P31024L6499L660947J0522011Z046L63100030049L6300ZK704796L6956J704992L6619J70
J1301P34992L6609J704992L6599J704992L6589J704992L6519J704940L6579J701238L6779J702
J1374P3644L6649J701306L6779J701238L6719J700518L6589J701306L6719J701238L6699J7005
J1447P318L6579J701306L6699J701238L6679J700518L6519J701306L6299J701238L6689J70130
J1520P36L6289J701238L6689J700408L671943J15740005149L62600000044L62600005849L6270
J1593P3lJ701238L6719J701306L6289J701238L6299J701306L6259J701238L6299J700408L6749
J1666P343J16900005149L62400000044L62300005849L6240ZJ701238L6749J701306L6259J7012
J1739P338L6289J701862L6599J70349400060J701306L6229J701238L6229J70322200060J70130
J1812P36L6219J701238L6259J701862L6599J700518L6209J70349400060J701306L6229J701238
J1885P3L6229J70322200060J701306L6199J701238L6219J701378L6599J701306L6219J701238L
J1958P36199J701378L6599J701306L6199J701238L6199J700408L6219J701862L6599J700518L6
J2031P3169J70349400060J701306L6189J701238L6189J702700L615914000600000046L6140012
J2106P346L61300110049L6140lJ701238L6289J701862L6599J701306L6559J7Q1238L6699J7018
J2179P362L6749J701306L6129J701238L6199J700408L6219J701306L6119J701238L6109J70137
J2252P38L6599J700408L6119J701378L6129J701862L6599J700408L6559J70349400060K702546
J2326P32545J701306L6229J701238L6229J70322200060J701306L6219J701238L6219J701378L6
J2399P3599J701306L6219J701238L6089J701378L6599J700518L6219J701306L6199J701238L61
J2472P359J701306L618916L606980001J701238L621916J2545L988922J2544L6069J701306L606
J2545P3911L60690009114L60690004047J2498011l0J701238L6589J701306L604946L603000300
J2618P349L6020ZK704796L6836J704992L6219J704992L6199J704940L6189J701238L6649J7013
J2692P36L6019J7012~8L6219J701306L60n9J701238L6649J701306L5999J701238L5969K702546

J2766P32545J7013061 5979J701238L6049J701306L5959J701238L6019J701306L5949J701238L6
J2840P349J701306L5939J701238L6009J700408L5959J701306L5919J701238L5919J700408L667
J2913P3943J29380005149L58900000044L58900005849L5900Z16J2993L948922J2992L5949J701

J2986P3238L594916J3029L908922J3028L6659J700518L6659J701306L588949L5870ZJ701238L5
J3059P3919J700408L6689J701306L5869J701238L586943J31220005149L58400000044L5840000
J3132P35849L5850lJ701238L5919J700408L6689J701862L6669J700518L5829J70349400060J70
J3205P31306L583916~3249L94B922J3248L5949J701238L594916J3285L908922J3284L5839J700

~
~

J3278P3518L5839J701306L5889J701238L5889J700408L597943J33460005149L58100000044L58
J3351P3100005849L5850lJ701238L5889J701306L5979J701238L5959J701306L5939J701238L59
J3424P359J701306L6049J701238L5949J701306L6019J701238L5959J700518L6599J701306L595
J3497P39J701238L5949J702644L6649J701306L5949J701238L5959J700408L600943J358200051
J3570P349L58000000044L57900005849L5800lJ701238L5959J700408L651943J36500005149L59
J3643P3200000044L57900005849L5920lJ701238L5979J700518L596943J37180005149L5770000
J3718P344L57800005849L5780lJ701238L6219J700518L6599J7n1306L6219J701238L6189J7027
J3793P3L615914000600000046L57500120046L57600110049L576OlJ70123AL6189J702700L6649
J3866P3J7013Q6L618949L6050ZJ701238L6199J700518L6599J701306L619949L6050ZJ701238L5
J3939P397916J3977L808922J3976L5999J701306L5999J701238L5939J700408L6589J701862L65
J4012P399J700518L5829J70349400060J701306L5749J701238L600916J4097L988922J4096L574
J4085P39J701306L5749J701238L6009J700518L6599J701306L6009J701238L5999J702644L6649
J4158P3J701306L5999J701238L6009J700408L619943.J42180005149L59800000044L5730000584
J4231P39L5980Z16L57198000116J4285L808922J4284L5719J701238L571916J4321L908922J432
J4305P3L5719J701306L571911L57190000124L5719L618947J4250011l0J701238L6199J701306L
J4378P36679J701238L6219J701306L6689J701238L6599.J701306L6669J701238L6189J701306L6
J4451P365916L649980001J701238L6499J702644L6649J701306L6489J701238L6499J702644L64
J4524P369J701306L6479J701238L6499J702644L6449J701306L6459J701238L6499J702644L642
J4597P39J701306L6439J701238L6499J702644L6409J701306L6419J701238L6499J702644L6389
J4670P3J701306l6399J701238L6499J702644L6369J701306L6379J701238L6499J702644L6349J
J4743P3701306L6359J701238L6499J702644L6329J701306L6339K704748L679616J4837l988922
J4816P3J4836L6499J704992L649916J4873L988922J4872L6489J704992L648916J4909L988922J
J4889P34908l6479J704992L647916J4945L988922J4944L6459J704992L645916J4981L988922J4
J4962P3980L6439J704992L643916J5017L988922J5016L6419J704992L641916J5053L988922J50
J5035P352L6399J704992l639916J5089L988922J5088L6379J704992L637916J5125L988922J512
J5108P34L6359J704992L635916J5161L988922J5160L6339J704940L633911L64990001014L6499
J5181P30004047J446tOl1l0K704748L6956J704992L6619J704992L6609J704992l6599J704992L
J5254P36589J704992L6519J704992L6219J704940L6779J701238L6779J702700L6759140006000
J5330P346L56900120046L65300110049L6620ZK704796L7056J704940L6779K70497204971K7047
J5403P396L6936K70497204971K704796L6896M801238L6559K704796L6916J704940L6729K70474
J5476P38L6916J704940L672946L56700010049L5660ZK70497204971K704796L6996K7049720497
J5549P31K704748L6996K704512L6956J704992L6619J704992L6609J704992L6599J704992L6589
J5622P3J704992L6519J704992L.6219J704940L6779J701238L5649J701306L649916L622980001J
J5695P3701238L6499J702700L5629J701306L6499J701238L6499J702644L6649J701306L6489J7
J5769P31238L6499J702644L6469J701306L6479J701238L6499J702644L6449J701306L6459J701
J5842P3238L6499J702644L6429J701306L6439J701238L6499J702644L6409J701306L6419J7012
J5915P338L6499J702644L6389J701306L6399J701238L6499J702644L6369J701306L6379J70123
J5988P38L6499J702644L6349J701306L6359J701238L6499J702644L6329J701306L6339K704512
J6061P3L679616J610~L988922J6100L6499J704992L649916J6137L988922J6136L6489J704992L

J6134P3648916J6173L988922J6172L6419J704992L647916J6209L988922J6208L6459J704992L6
J6207P345916J6245L988922J6244L6439J704992L643916J6281L988922J6280L6419J704992L64

o

• r"#'ftM 'fv;'tt!t'mifi t tit "we'!'

Ih I'Wil'w""j Mir@r

rl';;,;HiiW;

-bHW"dB"t5t '''HHilfer'. WW"!t9!eijHiI,witJ!!j(IWIMi,,e''YfdWli

w

g

J6280P31916J6317L988922J6316L6399J704992L639916J6353L988922J6352L6379J704992L637
J6 353P 3916J6 389L 98892 2J6388L6359J704992L635-n6J6425L 9sA92 2J6424L6339J704940L63i9
J6426P311L62290001014L62290004047J5694011Z0J701238L6709J701306L5959J701238L67294
J6499P33J65220005149L56000000044L55900005849L5600Z16L649980001J101238L612916J660
J6572P~lL988922J6600L6499J700408L649943J66260005149L55100000044L55800005849L5570

J6645P3Z11L64990000124L6499L660947J6554011Z0J101238L6519J701306L595949L5560ZJ701
J6718P3238L6499J702700L6649J70322200060J701306L6529J701238L6599J701318L6529J7005
J6791P318L6589J701306L5959J701238L6729J700408L5959J701306L6729K704748L6956J70499
J6864P32L6619J704992L6499J704992L6599J704992L6589JJ04992L6519J704940L595946L5550
J6939P310049L5540ZK704796L6956J704992L6619J704992L6499J704992L6599J704992L6589J7

c

J7013P~4992L6519J704940L5959J70123aL6779J702700L664914000600000046L55300120046L5

J7086P36500110049L6530ZJ101238L6749J700408L6729J701306L5529K704748L6816J704940L5
J7159P352946L55100010049L5500ZK704796L6816J704940L5529J701238L6149J700408L6739J7
J7233P31306L6749J701238L6749J701306L6729K70497204971K704748L707646L54900020049L5
J7306P3480Z46L54700030049L5680ZK70491204971K704796L687649L5680ZK70497204971K7047
J7~79P396L70363400'OOOOI02L90390100100M800000001~2M9J741000102000Z00000000000000

L3470P3M9J7330052M9J7362999M9J7310055M9J7206051M9J71820490000000000M9J7102048M9J
L5543P37034043M9J6950042M9J6810023M9J6714022M9J6646020M9J6542018M9J6846041M9J648
L5616P360170000000( 10M9J60540110000n00041M9J5562010M9J5538334M9J5514333M9J544600
L5689P39M9J5362400M9J47903780000000000M9J4250372M9J42383700000000000M9J3886602M9
L5762P3J3842601M9J3738600M9J3930341M9J3670340M9J3602335M9J3366310J50000000100000
L584np3M9J3142190M9J3462~200000000000M9J32983000000000OOOM9J2958180M9J3050185000

~
~

L5920P3M9J2854J71000000000 J0000000070000000000M9J2746150000
L6000P3cnOnOOooooO
M9J2674139M9J26261380000000000M9J25821370000000000M9J
L6073P32498136R90000000700000000~OJ0000000030000nOonon00
M9J2126127M9J248
L6146P361350000000100JOOOOOOOOI000000000 R9990000000000000*0
L6220P30000000000M9J1710117M9J17341180000000000M9J161A115M9J15941140000000000000
L6300P3M9J1358083M9J12140A7000n0000090nnOOooanoo
800000000000
7000
L6380P30nOnon000600000nnooo50000000000400000000003000
L646np30nooor,00020100000no M9J08460810000000COOO
M9J
L6533P37386999M9JO~14085000000000000 0
- 40000000000 L6610P30000nOOOOOM9J0274080M9J025007900000000010000nno00 L6690P30000000000000
RROOOOOOOOOOO
L6766P30000~OOOOOOOOOM909870077M909808077M909802784M909672784M909666783M90958678

L6839P33M909580782M909424782M909418781M909324781M909318780M909238780M909232179M9
L691?P309152779M909146778M909034718M909028777M908934777M908928776M908834776M9088
L6Q85P328222M908664222M908658118M908524118M908518104M908468104M908462103M9083481
L7n59P33M9n8342102M90830~10?OOnO~Ooono-

L7140P300000000000
L7220P30nOOOOOOOOO
L7300P300000000000
L7380P3000nooooooO
L7460P300000000000
L7540P300000000000
L7620P30nOOOOooOOO

0 ·,'
y

L7700P300000000000
L7780P30000000000Q
L7860P3COOOOOOOOOO
L794r,p,COononooooo
L8020P30000000000Q
LA100P300000000000
L8180p~OOOonoooooo

L8?60P300000000000
L8340P300000000000
L8420P30000 n OOOOOO
LR~OOP30000noooooo

L8580P30aOOnOOOOOQ
LA660P3000nOOooOoO
LA740P3DOOOOOOOOOO
LR82np30nOOOOOoOOO
L8900P30nOOnOOOooo
LA980p~OOOonoooooo

L9060P30000nOooooo
L914CP30nOOOOOOOOO
L9220P300000000000
L9~00P300000000000

LQ3AOP3000norooooo
L9460P30nnOonono o o
L9~40P3n0000nOOooo
~

.;::...

L96?OP30nOOnoooooo
L970rp300000000000
L9780P300000000000
L9860P30000COOOOOO
L9927P300000000000
Z

10203040002040608000306('190210040802161005001510200602181420070411282}
806142230090817263000000000050601080900 12141618151811242.7202428223635203530454

~6324844553249465360484654627544536271801234567891234567890234567890J34567890JK

,.,t
1...1...

PARTIAL .DISTRIBUTION LIST
April 1962-March 1963

INDIVIDUAL

IBM OfFICE

DATE

R. Cabell
T. Kallner
R. Smith
W. Sh1mer
R. Evans
J.'Golden
P. McClung
G. Factor
L. Jensen
R.Erwin
L. Smith
G. Wetbal
J. Borches
P. Newman
B. Dzielinsk:
H. Fient
R. Johnson
J. Shevy
W. Allmon
R. Dietz
R. Flood
E. 8r'achett
L. Cannon
M. ltlantan
D. SlmpSCJll
J. Galente
B. Wall.
L. Ruffino
W. Grabe
G. Goodfriend
J. Yellowless
T. Richards
D. Huffinire
R. Reynaert
J. Powers
S. Head
D. Kattwinkel
I. n.bergs
E. Cites

Atlanta, Ed. Center
SBC NYC
Dallas
Galveston
Fort Wayne
Hartford
San Francisco
Seattle Ed Center
Rockford
Flint
WRO
Oslo. Norway
Des Moines
Little Rock
ASDD
Blaricum I Holland
Pittsburgh
Buffalo
Chicago West
Forest Hills
White Plains
Wa shington '
FSD. Washington
ASD Litrary
London. England
ERO
Cambridge
Bethesda
Inglewood
Dist 11
Vancouver
Jacksonville
Elmira
Brussels Belgium
Toledo
Sydney. Australia
West Germany
Montreal
Spain

4/62
4/62
4/62
4/62

Page

I:~'

.4/62

4/62
4/62
4/62
4/62
4/62
4/62
4/62
5/62
5/62
5/62
6/62
6/62
6/62
7/62
7/62
7/62
7/6,2
8/62
8/62
9/62
9/62
9/62
10/62
10/62
10/62
11/62
11/62
12/62
1/63
2/63
2/63
3/63
3/63
3/63

45
~)
,"j

()

6

Read non-key
word cards with
obj.deck and

)

-\
\
)

o
Read control card

Read users
non-key
......~~--....&Words
Prepare prog.
to transfer
ID code to 1"'1 t
of card.imap:c
Prepare pro~.
to change the
length of the
~?!:iable field
H'ords

o

Sort non-key
w.ords accord.
to length

Read cards to
be K\1IC index.
and rotate

next word be~i s
in image colum
40

•

output i
format sele¢te
SWI and SW2

..----~~-------Ipunch

-_._--_._._---_ _----

..

...

.*

RACIJ. ___ RACD_ .... __ ..l1'iPlll..t_2_______..
REAIL ti0N::KE.Y . . . .1IL0.BlL.cAR.U.s.. ..___
rEM

tfM

Cf
Cf

. _AM

AM

*-48.INpXA.1l

t:3U

~AU)+J6,INlJxB,11

cr

iNuxb

Tr
AM
BI)
RACD

Cf
H

TfM
.1 U.,...

ReT!

uu

t:)

02~46

!r'.M

16 Q5806 -6008

.1JiOxa .• l~J~.u L _____._._ _ _ _._ _
· _________. ___...Q~.~.?~.. J~_Q..5.~_t!._=_l?~0~0.::-9_ __
lNUXA .............. _... __ :_.____ .. __._ _ _ _. __ ._ .. _ _Q?~JQ_33_ ..Q?_80.6 OPOOO
__._ _._________ .
'NuxB
02582 33 05811 00000
__ lNUXA.l.... "'..____ ._.._. _ _ ---_... __ . ____ ". Q~2S?4 n ... Q.?.~.Qt,>. __:__QQQL_._____ .______.___... ___....
.....1.NO.X1U1_. __ .......____' ____. _______..___
. ____. ___ ..._.Q?9.QQ 11 05811 -Q002
___

BD

(f

_...__ .___ ..... _._ .. ___._. _________.

INPXA,lNPUT-l

02618

43

0270~

43 Oi5{OO?~1.{,.
330~8Ci6

"._.. _. __
OOJo.R ....._...

02726

330~811

00000

'0271"/.

INDXA ...... -.......... -.- .. -....... ,._-.

.---..-..... ------.--.--..

IN[)A~.• IN~»(J). _...... __ ......... ____ ._

62~7Q-'Q~8Q,,""---'-

027381.605816 Q58 .l..J

-- .--

... ___.. .

.l.NUx,.l.•. , .... _.__._. ____..._...______ .. ____ .._____ ...... _027 5 0)1.05816 -aGo,::
tt+48.INDXC.ll
02762 43 Q2810 05810
INux6uD.
. .... _._._.......... _._
02.774 37 058lJ.OO?QQ .. _. __ ._.
l . , N u . x c . . __ ...... __ .. _._ ....._.......... _...
02.7 8(:> 33 OS8~.t.>... Q.QQ.Q.Q... ____ .... _ ..
RALDt36
0,798 49 02.570 00000
IN.l)xC. • .o.b.l.O
. __ .._._ .._. ________... ". __ ... ____02.El1Q l~ .o?_(n~_QQQ.:_:O ___ .'-_.. ____.... _ .
INDXC • .40o..,b ___ .._,. .____ .. ___ .... _......___ .__________ .... _.. o.zezz .~5 O~611i!l.. O'O~.Q(L ..__ .. ___ .______ ...
02834 34 00000 00lQ2
Q2~46 42 (juOO;'> .QQCQO. __ .
TR'\N"'l.. I,~UFf.L+._Z._._ .. _..... ..._ ....._.......
02658 16 0302. 5 .)0211

.7-.

--~--------------------------------------------------------------------------------------"~
TUM
OU'
.
. lW

.u
If

IF

e

Tl>M .
IfM

e

~M

STAR

(;0+13.1
II- ,U:lN I R
J f· ,C0N r'H 1
* + .3 6 .
. .... ........ _"... __
rRAN+.O.(.JNrR+l

02894

*+48

('!0" 13 t 'J ,
G0+6,buFF+2
~JARr

. TRAN-l, ?_

st:1.

L0",P-l.*-*
TRAN-l, 1

A

f RAN-1';'TRAN+2'3---------"'--- c"",----""

43 01.918 10610

02906 49
Q2 'i'l 8 . 26
O~930 49
O~94~ 15
Oi9?4 16

__ .

N0P

.~.~.

ILl'

. 028 7 0 b 04 f6 7 6000 1
02882 43 02.9 18' l() 6 () 9

.... -----.--.... ---.-.---.
."

Oi942.' 00000
03049 fO-broO~978

OOOO~

04167 00009
04L60 ~5841
01.966 4~ 03146 00000
02978 12 6302') ::':OQ"02'
02990 41 00000660'00
03002 32 03048 00000
C 3 0 i 4 32 102 oerO-bej'oo" ..
03026 16 0496'f"'oi50QO- - ...
03038 12 04961 -0000
Q30':l0 1Z1 036i~':"6o-bl"--'
03062 2. 1 : .0 3 02. S- 63 (f4'/---------- ..03074

-.. -... ...... --

63086

. 03098'
0311 0 22 03013 03049
;::13122 11 0 j 0 13 .:..-50or·------·, . ..
"63134 .. ~..l~R-l

.. .s.M_ •. _._. .EB.B.~:tlJ...._ .._·
IE

B0IAIE+78.EBR-l

i.6 05484 04381
26 Q5532 0 4.:.. :3::...:8::..:1=---_____.______ .__.... _..
12 0438! -0001
26 05544 04381

_SM
. _t: R~ -:J.t.l._ .. ~.....: ___._...._. _ _'__'___..__._ _._._._.._ .-,_._~~'!~.L~..._Q.~. ~~J__ =.Q Q.9L____ ..______ -.- - ...
. TF..._._..,R0.1 A.l~~ii..E.JiB..::.L __.__ .__ '_'__
~_._. __.__ .. Q~2Q~ .. fLQ.~.~.~_.9~~_1_
.. --.-..--.-.----.-.....-.
AM
ERR-l.1
03518 11 04381 -0001
TF
5V~~+' U,.fB8=.L_.__. ___... __ .. ~_~-.-:. __ --'.__ .. ~ .._.Q.3...2~Q .. ~._..Q.~~.~_Q..438_1_ _ ._______....__ .
F ((I.RU.uFI ~_ .. _.....__._.__.~ ____._.__ .___ ..______ .____.____. __ ._.~_ ....____ ... _________ ...___ .. __ ...... _....__ .
AM
60-1,1
03542' 11 04153 -0001
If '.
!)lJfj4b + 3.QL~0.:-:1. __...... _ .. ____ .. _..~~.___ .___ .... __ .___ .'O.22~~._~6._.'O'.2}.~_..o.../tJ..2 L __ .__ .__ ._.... _ ... .
AM....
u~~.l.fL ....•.....:....:...:_.__.. _.......... __ .__... ___ .__.._. ______ ._ ....D...15.6.b....ll_Q41!lJ.":':'ll.O..O.Z __ .._ ..... __ ._. - ... .
IE
5111340+35."0-1
03578 ,6 0:;)]41 0415.3
AM
Ci~-l • .2.a ...... _. __.__ . . .
... _.........._"_ "._ ... ...__. Q~ ~9.0 .... JL 041?}. :::-OQ~_~ .. _. __ ..__ .._.
'TF
.. S.utj4Qt.fl.J_~0.::.l_ ... _.
. .. _..... _....... _ .._... _.._
O)~Q~~9. Q5Tl? 04~~;'3.._ .. _

•

F0R

*

euFF~

02533 -0001

RA~D-:-ll L.~ . _.. _....
~.UO'+421 RA~J?::1 ....

AM

F

OS6 i~

!::1M
Tr
M

c

TF

~Uu2~66.,.R~~J?-.L..

AM

RACD- 1 1./t .-........_........ ,...

()2~}3-·-·----

.

05681 Q2533
.0.2 ~?} ..~O_Q.QL _.. __...........
o!6 7 6 .. Q2.? ~ 3 :............_.
2533 78
05640 02533
gi5 3 3:000~":""

SUB2t107.RACQ-l
RACD-:--l.Z ......_........
SUOZ + 1 O~ t.RA.~Q.::l ... _.....

If

- - _.. _ - - _ .._ - - - - - - - - - _ .....
~

.•..... _______ ____ . _ _ _ _ _ _ _ _ _ _ ._. ____ - . . . : . . _ ... _ - -__ .--- ____ . _______ .___ ••. ____ 0-_. __ · __ ·'
~

RACD ..... tiUFLl±·L... ___.... _~ __ ....._._.__ .._ _ ...... _ .. _..

N0P
Tl>
TR

lRM~5

HUFf r:+:lt?H1.~9Q._.. ~...

___ ._.

_ ..•. ___ ____

_._ ... .

. .._ ..._.....o..it.l...? ':+.~}. A.~f U.OO~.Q Q.... __ .... _......
04166 41 04274 00000
04178 is 10373 0040'0

._ ... _._ ...__ ........
:J 11 Ff +1., JR A:r:i:::..l J..11. .... _..__ . _..____._ . _~ ....-~ .. ~:_._ .. - O'4'190"~3i

"05840-0 302-N' -.
·--04202"-12-Q3·0·2s. . ·:0QoT- ..-· . -- .... - .

IRAN-l.I

SM

TRAN+llIQ.lQ~_

eM

tiE

04214 14 0 3 0 37 000-0
"_"".,._ ...... __ . . . . . . 0 4 2 2 6 - '46 Q4250''''()l'200

. *.,4

IF
AM ..

Quff+lp2,rBAN-hll
r RAN-:: 1 d .. _.. _ ... _. .

04,23826- 06QO!03-Q2N·-..- .. ····
.. Q.~~50n 0.3025 -:--QQ.QL_
__ .. O':+2~23~, 9 3 0 1LOOQQ.Q. _...

..__... __ . __ . . .

_Cf

TRAN-:'. l) •.. J.tl. ... _ ..._.. ....._......._._.__ .__.... _.... .
w"RP I Nl.2t.xED
UEcilN CHE.CoI(, 1N.CJ J 0[Lf..B.~RSL~.:lN~~J.".AN!<.. ~.l~.. C"'L.V~N$J.L +~r"'~R. IN' THI;.._......._ ...... _
·~)E.:~lRt:.V Uy THl:. USl;'. .0F ..!:l.w.4... .........
............. -...... __ ........ .... .
,

. REAl)

....,__. ........t.R'=1v.

IN ,CARw, 10 UEKEy

UM
Tl.2
A

A- .

E(m~l.UJ"'P-I

LRR--: 1 •. B.Uff.:tL... _.... _..........._......... -...,._.-._..... ~
EJR~.I~RR~.l'l.U .. ___ ._._ ..... _.... __._: __ .. ____.... .

lll>
UQ
B..
f{,TY

TF..,
.A . .
AM
~r.

; If..
If

•

.':..'

... 04274. *6 0438f'"' -oQQO--n.- .. .

~;-U r F + ~ I)/t t'~ 0,0... --'._._._ _-'..__ .. ____ ...... _ ... _." .... ...9 42 8 ~ "2... Q6Q Q~.. Q.Q ~Q_Q.. _...... ..... .
tRR-l.!.,"'~!:_~L_ ........ _ ..__ ... ___ . _.-' .. _ ... _.~ . _... . . . . . 04~98. 2.). 04·~..E!lQ~.?~J ...___ _

A~
AM

..

ERfi=l.0

.04310 21 0438,1 Q4961

. .Q43.?? .U Q4HtL=~~~..__.__ . _. __ .. ___ ...... _.
" O'! 3.3~ .41 . Q~~f3~._Q4_~8J___ .... __ ..._... _ ... _. __

04346
O.'t.3S8.
AUJ2lUt. ........._....."-'-___ ................ _ ... ___ ..__ ......
..04310
. . . Rt:lllRN CARRIAyE
04382
l.RR~fi~'JQ._,~: __ ...
....... ,.... ___ .--_ .. _ . - . . 0 4 3 9 4
.J;:B R~R.~'O:.I..~:-:.i.... _.. _...... _.........___... __ ..._~_ .. ____..... ~.:. Q~ 4 06
ERR~B~2.J
'.
. '
'04418

11 04381 -OOOI

ER8-1 I I . '

LRR.f.RfhldJ. ....

.'

4~. 043~~_. Q438~_. ___ .....

................ _....

..._._ ... __ ..
49:Q4;.8t? .. QQQQ.Q___ . __ ...
34 PPOOO POlO,
16 04609 ~odOO
21 ·~.Q.~-~·Q)·""O~ ~IL=.-:-~~ ~-.-:--.-.Al 046Q? -OOOl

...

--.. -- ...

..f.RR.,~:-:.J .. ~......_-'.. ____ -......._ .•_-.. ___._.-'-. __ .-.........o..'t..4JjL...2.f.... .Q~~.Q~ ... .Q.(lQ.O'L_ . _._. __ _
.E..RR0B'tl.2 .. .E.BR~_.______ ~_
.. _... _._ ...Jl~~~~....fJ~'''':''O'~.~~.~ .....Q.4~Q2._·_ ...'......_ ..... ,_._ ....

Q__ S4 26 0462704609

ERR0RtI6~ERB0R~2"

WRLT ~ ..ERR0R ....,M.f.S.~A~._.. __.__ ~ .......__._-'_______.... _...__.......... _..................___....__ ._____ ~._._ .. _.. _...__........
.
.
... ....--...
..-----.---.---------....•..... _._._--_._._ -:---------------_.
.--_ •. _-....•

-~----;-~---

..-..--.--.. . .

. --.-.""- ----------'-------.._....__ . _._ ...-.

--.----~---.-----!""'--.------.--.-.-----

. . . . . . . . . . .- - - - - ' - - - - . - • •

.......

--~~

. • _ _ _ _ . n . . . . . _ _ .. _ . · _ _ · _

-_ _------_.._._ _ _._------

....

...

__

..

...

-..... -...... -.. ---.---~-•.

-

-----

..

. . . . . . . _ _ _. . . ._ _ , . _ _ _ _ • •

-----~.--

.. -..

._.

C0MPl+9,2.1Q·
03794 13
lNDXA.INPUT-l
03806 16
JNOXB.INPUT
03818 16
JNDXB,2.10
0383012
J NOXA.2. 10
03842 12
*+21,0.10
03854 16
*+9.1.10,LENGTH 0F THE W0RU BEING W0RKED 0N
03866 11
I Nl)XA ,2
03878 11

' ..... _, .. _ ........ MM
TFM·
........ -~---.. TFM
SM
~----SL.00P

SM
TFM
AM

---.------.----.--

AM

03191 006-2
05806 -6008
OS8Tl.rl'---6;-'0:-:O~9~-~------05811 ooo-t
05806 000-2
03875 000-0
03875 000-1
05806

-0002

I"

D.""*t~ 4 .... _" .... _.........~. __.___. _ _ .. _ ..~.... _. _ _ _ _ _ .. _.._.. _ ........__Q4 Q.tt.f?... 1t ~_". Q~ 9 7 Q 99_Q9..Q. _. __ . _ .

t$p

TI)
AM,
(M

A~k.lVI

..

Q40S8 43 038~4 0581..1
.................. _.. __ .. 9~97...Q_.~5 ..9?_8)0.00.~.99._._ .. _.........
1 ~.O.M... t4, ...._...._............, ...... _... __..."_ .......... __..... _...__ ........Q~Q~l . . 1.L.. Q').~}..~.... :.Q..99.~ ........ ___...- .. .

SL0",P.lNI)XB.ll
1 Nl.I~c:.p.~Q~Lt.~ ..._.. ....... ............. ____....
(0MP1+9,2Q,lO

JFM

INLJXA,INPUT-l

04094 1403791 OOO"-Q

::,.. ')86

16 85806 -60a8

·-t~i=~=~~~t;;;;·~~;~;~~Z;~~0~~~~~O_----------

I....
",

".~-

"~r'~

, ••

t

"'.~

...,.-... ,.

__ ......... _.

_~._

... _ , _ ......

_.~._

~~

........ __

~

~._,_

••

~

~.ql

1..j

___.______ ~___ .l1W1Jil...J.L..__.. _
___
. _____-----A- ___ ..__ltillXlil ..liliUAC.l.._ ._ ........ ___._____ .
(

~ i; Q ~ 13': b - 0002
~ ~. 0 ~ ~ l b 0 ~ 8 31
Q,)334 ':4 Q~8£'" Q~8lJ
01) 346 46 0'J4bb 01200

.0?;31 0
0~ )

INllxHl,lNpXB.bll

______________ .~._._ .. B!!U..AI~ .. _ .. _........ _.. _._._

______. ;M

.-kiY~lll------

.h. __ ._

'___ ' __ ' .. ___ h

.

__ ~._._JK..l... __ ._. __ ::"~'tiL_ ..____________.________ .. _.. _.
.__ ~ __• __~_c..Ll1l;.lJik2~._ r~.L_p\.lN(tllti5L-._______ • __ .. -.. _
•
>W1 up F~R KEY W0RvS 0NLY ~N C0LUMN J/
•
Sli2 lJ£~fL~t...Y_~.!ll!_~ ..Jlli.L..L.ll:L~LUMN __L ... _.
*
:;, WI + S.,2 "F L'£'.:2JL.b~_H_l.t.Ell..~TE.U.L ___

..... ................
~

0'J3(;4 46 O~41tJ DO'ZOO-0';406 ) 1 0') 70b -ooao
. b~'4i 8 i -, oJ?r4 -0000 ...0')430 4r) 0'146& 0006b
0')442 1 7 0'.>706 -0000
6')4,)4 49 0'J4bb 00000
0')466 2~ 0':151"3 0')971
0:'478 2') 0')971 00400
O~ 4'iO 31 0'.>tU8 0')840
0'>')0': 1 L) 0') ')6 'J 00000
0'.> 'J 1'.. 32 O'Jtl3U 00000
0':.i,)2t.J ':6 Q~9 11 0'.>8J'}
'O~?38 33 0~970 00000
0':>5'>0 33 05916 00000
055()2 49 04~62 00000

Cit2U

_.__ ~.L._~~_~ltL. __ ~_V_t2~~L.. ______ . _._. ___ .__ .....
_____ ._____ ~____ .__ .... _J3JliALL ____ ._. ...._.....
R0IATt TO

*+47,bUFF+132

____ 1~. __._ .. 0 ~Lf.:-+- J~_~.!..~.9 Q ._... _.
.___IiL__ .

~.\J£.f.--:-l!~~FF:+.1

___ . __ . __ ._
_~f.
. _ QU F r :-: l
______. __._____ U ___ .__ _U ufJ: -I:J}-, tJ3 uf
I
CF
tiUFF+131
~

___

.. __ ..

bUrf+13Q

Jl)M

......

r. _. ___ .

C.F ____ riu.fE-_+!L . ____ _
L~~P
. ____ _

•_____._. ______ .!:i

.t

NE Ie!

51182

ReljJ I Nt

c

...-.-- . - ...-.. --.. -

O? '.>8t.J

_---.llL __ __ .J~.Uff.p_!.J.b....L4.Q.Q...... ___._.. _._.' _...... __-_=~-

Bu F FU+213-;BuTF+-1----·-·------·-- .----.--...---...-.-.-

-6-5'6-2i' 31 '10622 oS'8"4 j

TR

o'~)634

_.____ . __ ._..... _~_B. . _. __.... _......... _
SuB40

TD

F!? _1:.? ~_ .

BuFF+163.400

*

...... -.. _... .

0~106

..SUSR r0 ~urpUT INC~LUMN_40
:_=--=·~_~:·_·~_~-.~._jB_~:~ ~~.~l}ufii! i.I. dld.f

('iT'· ........ :.

. . _. _....." ...... _. __.. _._

__~.~_ . . . _.. ._2._ ..._ . ____ ..... ____.....____ .....
INI.>XC2 os
5
_.. ___ ..§.~E.t.. . ._... _L:>~c_... ._. . ? 9.'...

I
bUff J
[)A~
._._~hI.:i ... kJA.~

0')60') 00400 ..

O~B06

0000 ')

O~)811

oooo~

., rJo 42 0000:'> oonoo
l()

__.,-_ ,--

....__ .______ __

09 b 09 q02..0 0
....._._._. __.. ·99.8. oi:f 00400
10209 00400

2J(,

.. _..._.81,'-._._ ... _. __ ._".

_______.____. ____l.i.t..N I.!.. .._8(((;;'1,1

0')b8 I 0-000

._... ____ ..___ .. _._ .._.. _......._. ____ . __ "._ . _. ___._.__

.... _ .B.UJ-f.a .. __ UA~. ..____ Z.;J.v ..__ ._._ .______ ". _______. __ ... __

____._ ..._.. __ ._.
.. ____._.___..

00400
09610

j')

0000')
0582.1 0000'>
v'8~b oooo~
b.,s; 1 0000'
05836
-.... 0000'> . _..

_J.tU).x~!.

05840
0'1744

0,7' H

0"8

';

_...... _.. _.fllJEEA._._. LMIL .._._ .. _..l_Q.Q

018S, 90000
10019 000-0
09940 0994,
09887 00400
00000 00000
2S 06002 00400

O,7b& 16
::>~)

.. ._.... _._.6.6 ................
IN()XA
OS
~
.___ -L~.Qx.!) .....~~_.. _.... _..... ?_ .. _
IN!)XA1 /)9
?
___ .L~Q.~J~..L..LJ..~._._. __ . . . __ . ? _..._.

~

....-... ......
-~

_

--_._._ ...... - .-.
''''--'-'--

-.-----.~

_

-- -. ,-

.. ..•... .. -.-....

~"

-

... --.
...-- ..... - ...

..........

..

...- .....

~-

ioo~o 059i2

0't)718 31 O'J610
0') '7:30 31 0') 7i+,05/4' 2~ 0'J686
0') 754 .n 0'}608

TR
SUFFA+133.BUrfA.13~
... ".__ .. _ .. __ ... __ ......lP. ", __ .. JH)rJA+.U.!~QQ ....
.. __.. __ ._ ..__....... _._._l!L_. __ ..... ~.VfJ A.- ~ t ~ldr F A..+ L
TFM
buFFA+78,Q,8
....._..... wA~.P... lH.,lf F ,\ ..

.___.__l...riDX.~_ ...Jj~L..

31

0')6'.. 6 1')
6,)6~B ) 6
0,)6)0 31
0,682 39
05694 42

._ _ _--'-I.L..f~M_._. __I2.u£:£J3-.:!.l..lQ.l,Q,L1Q.._._ ... _. __ ..
TR
BUfFB+131,BufFB+133
_._.____ilA~Q . _._._._~V..E

'

-.--~.-

Q')tl-08 058'+0

.92 598. .: ') 0988 ') 004 a a
Cl.?b. ~ () J i 0 '}9 4 2 Q9b 0 b

TR
BlJFF:-Bi-}ll , seiF-F·;!")')··--·
_ _ _T
.....U"-'.-M'-- __ I.1U F F B.:tl..2.1..Q..._.__._.. __ .._. __ .___ ._.. _.. _. __ . _ .

•

Jl

. _-__~_.-__- -. _. '1-. ......
'1-.._..-.. . _.--.
________.__ ..1.8._.___. ___J,iYf FU +Jl.hJ'?.\lU.!:L:l.____ ._."_,, ..

.

.. ....... _...

_J'),74 2':.i 00002 00 4 00

__.___ .SllB.2____ Ill.__ __.. B.ut [±.lb3..t.4..Q.o._.. __ . . _ . ...... . . ... ___ .. _ .. _ - -..

t===--~~-I.0. ~~0~~~·:.:t;·~·5~~_it'l·-·L

~;;~~. ~; g~~~~ ;ggg~
Q').Hi': 46 0')44.:' 00100

h'_

Be,

Z2

10609 oe160
.0 ~ 402.

'

.. _-

~

"'-'"

-_ ......

..

~

..-"....

-'-'

..

o

o

o

7.

8.

PART IV - NOI'ES O1i THIS PROGlWol
PART V - INPUl'

A.

Node llumbering
The input to this program contains three types of data cards.
In

III8D;.T

Type

previous programs of this sort the jobs had. to be nU.'llbered
1 and 2 cards may be arranged in a.I\Y desired order.

so that the head of an arrow (J)

"W&S e.b~s

See Appendix A for

greater than the tail (I) of
sample problem input.

that arrow.

In addition input cards had to be in J sequence ,rlthin I

sequence with no missing I values.

TYpe

1 - Heading or description cards

These restrictions allowed checking
~se

arrow diagram logic

are identified by some character in column 1, other than a

by a sequence check of I values and a test of I against

blank or numeric ered

noae

and for 60,000

is 999.

For

20,000 digits the max:llIaa mmiber of Jobs may be less than 1400 for the

b

3 - EDd of the pro.lect
This is the last card in the input deck and should be blank.

reason stated in Part VI - C.
C.

Blanks in

the

total. number of nodes, so it is scaet1mes necessar,y to use the smallest
numbers ava:1l.able for I and J.

type 2

However, the restrictions on max1mum project

Machiiie

Regu1rements

1620

Data Process1Qg

1622

Card Bead

S¥stem

Punch

110 other special features

1623 Additional Core

Memory is optional.

13

14

b~o

9·

10.
the last .Job and halts.

To work the next project press START.

PARr VI - OPERATTIlG INSTRUCTIONS
~ - f.fore than one "last" node

A.

Pl'O@'!! Deck

of sc;xne arrow) bas been found.

!III SPS 118t1Jtg of this program is in Appendix C.

(8 node which is not the tail

Typevr1ter prints the numbers of all but

The condensed
the first "last" node found and halts.

To find the first "last" node

progre cleek (Uat1Ds in AppeDdi.x D) consists of 70 cards numbered
00 through

69

in colUIIIDS

79-80.

Column 1 of card number

62

type out locations 3247-49.

To vork the next project INSERT 16 01095

00016

contains

49 00402, RELEASE, START.

a digit s1gn:l.f'yiJlg the core memol")" size of the computer being used.
Error 3 - M:>re than one "first" node (a node which is not the head of

"2

20,000 Posi tiona

1;:

40,000 Positions

b

60,000 Positions

same arrow) has been found.

Typevriter prints the numbers of all but the

first "first" node found and halts.
out location 3244-146.

B.

f!'S!II!

~ - A loop has been found in the arrow diagram.

Switch

STOP

I,J,D, COST for the first job where the error

I/O

Switch

STOP

earliest start far this Job exceeds the sum. of all JOb times.)

PJ:csNa

Switches

DOt used

Deed DOt be on the loop itself', but DI8l' be on a chain of Jobs which PIUUIes

o FUM

tbrougb ODe of the nodes on the loop.

DePft8S RESBT, place prqp."Ia deck in read bopper,

To read final prcgram c81"d, dePftss REA1lBR ~.
p1"08:l'8

UDdetected as such.

is loaded.

To re. the tiDal c1ata ca:rd, aeprees

locat1oaa

mwa S'.I!ARr.

eJ'l'Ql'S WN cUecovezed,

hopper aDd .blaDk c8Z'ds in paDCb bCJ.ppe~.

.

and cClll,Vllter S'l!ART.

C.

be detected. (i.e. '!'he
This Job

To work the next project press START.

During data pass I a temporary table is set up in

Itooo - 6oOJ.

lltoo Jobs ar

CClIIIP1Iter does errar ~1s aDd either halts ar pr.lDta aD errar _sease·

Data Pass II - If DO

IIIIq"

'l'Jpewr1ter prlit,ts

There 1s a vel")" remote possibility that a type 1 error could go

CCIIIpUter

Data Pus I - Place 4ata declt in read hopper, press B1WJER S'1'ARf aDd

,

For example 'a

series of jObs (1,2), (2,3), and (3,1) would be a loop.

Switch

halts wheJ1

cCllplter ST.AB!f.

00016

STOP

PABITI

Deck -

depress LOAD.
~

To work the next project INSERT 16 01095

49 00402, REIEASE, START.

Procedure

Load

To find the first "first" node type

IIIQl'e

&1.'e

several. tJpe2 aDd

3

to be used to find "first" aDd "last" nodes.

read, this table

IIIIq"

be destroyed.

If

This will cause

error messager however.

place data declt in l'ead

Press BEAlBR fJlA'Br, IUICH STABT,

To read the final cJata ca:rd, depress RBADBR STAJiI!.

Error Me8",S !1!4 Actl.

!!:!::2!:.J: -

AvaUable starase bas been e2lOeeded.

Tbe number of the
,~

highest JMII)ered arrow plus the number of jObs is greater than 1612
(for 20,000 positions of storage).

o

TJpewriter' priJrts I,J,D.COsT for

J5

o

16

o

o

n-

o

12.

11.
PART VIII - SUGGESTIONS

PART VII - ot1l'Pt11'

A deck ot cards s1a1l.ar to the pass II data deck is produced.
type 1 output carda are uncbaDged.

The

trom the data deck in the second data pass.

80.

reports- on

ODe

Prepare a transter card with

56-60

Earliest t1n1sb date

it on top ot the pass 2 deck.

61 - 65

Lt.test start date

second pass.

66-70

Lt.test tin1sb date

B

11-15

Total tloat time

16 - SO

Free tloat time

15

CaDta1na

*

01'T98 0000 in coltDllDs 1 - 32, and place

Press RESET and LOAD to execute another

Least Cost Estimating

Repeated applications of this program will give an idea ot how project
First schedule the project with nonlal.

job time and normal. costs, then caapress the schedule along the er1t1cBJ. path,

it this is a

vh1ch abortens the over-all project time at the expense ot inCreasingSODle
Job costs.

Tbe last output

card 18 a tJpe 1 card COIlta1n1D& project cost and Cecie.l. Output

The second pass of data controls the amount ot output.

The tn>e 2 output cards are identi cal

to iDput in columna 1 - 50, and eonta1n the following calcul.ated
quant1ties in columna 51 -

A

-

autaaat1~ by

of a specialized parametric linear progr&Dlll1ng algorithm.

In either

case a series of project durations are obtained as a f'unction ot direct
Job costa.

By caaibin1ng these with the indirect costs

penalties, etc., the least cost B8¥ be estimated.

J7

18

tor overhead,

13.

14.

PART IX BIBLIOGRAPHY

Arrow

m.-

Pl.aDniDg.

PART X - APPENDIX A

Du Pont - Petrol.eum Chemical.s Division.

"Better Plans CelIe From Study of ADatc:qr of an Engineering Job, "
Busine88 Week, March 21, 1959.
FreeIIIm, R. J., "A GeDer&1.1zed Network Approach to Project A.ctivity Sequencing,"

IRE

'rraDaact1Cl1l8 011

EDgI,neer1Dg MaDageaent I September 1960.

Harting, L. P. and Morgan, J. E.,

PflI.fJ!/FBP

A. D;rDaa1c Project Control

Method, IlI4 Federal Systems Division, Space Guidance Center, OWego, Nev York.
Kelley, J. E., Jr. I "Cr1tical-Path Plam:a1:Dg aDd Sebedul1.D&."

1959 Proceed1ngs

of the Eastern Joint 0c!gPuter Oontereoce.
Kelley, J. E., Jr., "Critical-Path PlaDD.1.Dg aDd Scbeduling

case

Histories,"

Paper presented at ORSA. Natiooal Meeting, Detroit, October, 1960.
Martino, R. L., "Bow

t

Cr1 tical.-Path· Scheduling Works, ..

CIIDad181l Q1emic&l

Proce8.1!s, FebruatT. 1960·
Matye. Tea T. aDd Rieb, Gl.erm K.,

Joumal

at Macb1De.

"PI!lfr/Y1:P

Account1Jlg, ~,

"Rev Tool ror Job ~,"

Pl.aIm1Dg and ~ on BAM,"

1961.

Bnrrfft"!1.!!i

JIen-Becarcl, J8DIIU'Y

26, 1961.

PearbBl, J., "BDglDeer1.ng Progrea PlaI:m1Dg IIIDd Coatrol. 'l'brougb the Use

or PERT," IRE Trlm8acti011S

Serer,

~,

"Space-Age Scheduling

c

!D§1.!leer1Dg !!IIII!tp!!lt I DeCEllber, 1960.

J. S., Kel.le7, J. E., Jr., IIIDd V&llter, M. B., "Critical. Path

Scbedl1l1uB,"

"

OlD.

Juq,

~960.

.Arr:l.Te8

in CPl," aa-tcal. Week, October 15, 1960.

19

~\-\
~_;I

7/19/61.
em

2H

r -':
\.

!

o

o
APPENDIX A -

;:>RO~LEi""l

SAMPLE

SAMPLE PROBLEM ~CHEOl.lLE

-----_._--. ---'-:;:'f':j '-'0
~

10

,

~B._.

'It

~o

~

4
4

5
6

,

300

ERECT

4

7

~o

~50

p~on'~~

2

300

1

25

_. ______J__ 4 .. t_.l.00

_ _ _ _ _ _ _ _ _...-..::I4~A

5

6

,

Inn

6

FF

TF

PI PF

10

6

11 1'-

-------~1.;-1· 1~

1

100

4 -- 300--"INSU[ATt

._ _ _ _ _ _---'1....2...........,,1:...=:~_
I? 14
1, 14

1

50

1
1

J GO
100

ff·--} . ·f06

14 15

LF

nFArTJVATF LJNF
.. __
.
REMOVE OLD PIPE

-1:;-l=----.:2~-:1~t)~O~··WEU,_

.,'

·LS

VALVf-~.

PRFFAR SECTIONS
"PLACt VALVFS---'
800
PLACE NEW PIPE

·----··e
----------:-10-=-.9

EF

S(AF~OLn

6

400
5 1200

E5

DEVELOP MATFQJ AL LIST

9
9

1

J()RC\

MA!..f.-ASS l.§ti~ENr.s. __ ..

_.!..L~!!.Q_~R.~CU~E

. _____ ._ _ _ ._____ .6.... __~ ___ .. __ __

FIGURE 1

LEAl) TIM~
rJME AVAILARLE
MEASURE AND SKETCH

1
1
2

_ _ _ _. ___ .. ..2-2£t

Flr'UT

APi PE '- I NE

REPL·ACEMENT OF

COSTDESCRtPTTON (JF'

o

15:

-_._--_.--------

.

__. _______ ... _.. ____ .______________ .

. - 4 -_ _ _ _ _ _- : -_ _1--..1.5_~

-- --

TE~T

RFMOVF SCAFFOLD
CLf6N UP

---------- ---

---

-~

..... _ _ . __ _
.

___ ._ p'ROM l SfP .C.P~P LET t ON

._._ .._...... ,,_

~------------------------------------------------------.

,~_._.
.

..
i

I

...,...

.t

.,

,t

________t.E.5..'L PROBLEM -SEE fIGURE

-+

"COST

J

I

1

,

L __ ~ __ _

DESCRIPTION OF JOBS

E§.

EF.J.. S

LF__

"

IE_ ff ..

~

1

,

9

2.

~

"

251

.~

4
5
456

.----_._---

-----_._

....

__._.-_.__

.

.

._--- --- --.----- "-----

----------.....,r-----------.,--------------------~-

. J6

.....

'5

._"--.

L
.....,

_.

--' .-------. ----_._--------4.A

2J

..

-

------------- -------_._._---

PIPF'--'-" ._-_.- ... _--_ .. ---......_-. __._-_.- ..---. - - - - -

FIT UP

PRES~URE

---

\')

"--"-

,'I~

-

PPF''.Ji) I X

SA~PL~

...

S!.'o~~Lf.:

~~OPLf~

.: .. :_13L::·,' (\.) I

-

,..·u r

FIGURE 1

5CHFDULE REPLACFMFNT OF A PIPE LINE

-1

J

1
1

2
'"

DESCRIPTION OF

10

LEAD TIt-1E
T [ME AVA ILARLE
~lEASURE AND SK'ETCH
MAKE ASSIGNMENTS

28

2 3
2 20
20 3

3

o COST
2

30U

_...L.._-.z~

4

1

100
300

4

5

4

6

2.

,.

7

30

..!L-.8_ .. !t'-...
5

6

1

..

JO~S

ES

9

7 .~.
8 11·

6
,
1

() 10

10 11
11 12
11 ! ~

ACE NEW

15

11
1;::
12
44
43

12..
17
13
44
45

43

16

46

58

13

5B~~ .. _. _. __ ._.,,_ .• __ .. __ .....

29

44
58

45
58
51
51

10

I?

28
29

29

29'
43
58

Pl.I?..E. _ _..._

44
12

13

13
. 13

REMOVE OLD PIPE
PREFAB SECT IONS
PLACE VALVES

PI

16
.10

12
11
11

10

10
11
12
13
13

ERECT SCAFFOLD
850 PROCURE PIPE
~OO __.PROCURE. V~~~~.S.
100 DEACTIVATE LINE

~QQ

LF

10

DEVELOP MATFRIAL LIST

f:. 400
5 1700
1 100

LS

is

6 ..~._. ...... .
6

EF

... _.

_.. ___ .____.[+8

35

45
46
58

48
59
54

59

.-.5L .. 5.1
o

TF

FF

*
*

16

1
1

1

3 ~.
~O

15
lit

*
3

16
22
16

29
13

3

*

_3...._._.. _. __ ._ _ _ _ _ _ _ ._ _ ...... .

Ino

wFLn PIP~
54
56
57
59
3
3
100 F J T liP
. 52.._ .60...._ 62
63
3 .. _ .___
. _
4
~Ot)
I"'SlILATF
59
63
59
63
*
_ ..........__ ..____ ._.___ 12.~__ ._. __..... ________ ._........ _. -_ _ ._ ._ _ ._ ._ ... __ ...6..~6.0. __ .U. __ ~_...3.... ~...;I.3_ __
12 14
1
1)0 PRF.5SURF T~~T
60
61
63
64
3
3
_ _ _ _ _ _ _ _ _....11=-';;......11.....4____
1_1....0__..° _REMOVE 5CAFFOLQ _ _ _ _ .. _.... _. _ _ l l - __ ~L_._~~ ._...2!L_ ....-!-.
14 1~
1 100 CLEAN UP
64
65
64
65
__ . _______ .1..1.5. ...~Q.._.
PROMlSED COMPLfTU)1'I!
..
. .... 60
5
65 ____ 5.. ______ 1..... ___.. __
P~OJECT COST
5225
PROJECT COMPLETION
65

*

- - - ... ----- - . . _._---_. -"..-

----------------------------------_._--------_._---_..--_._._
TEST PRORLEM -

•
---------_._._-------_.

-

-I

-

1

.. -.-

J

'

.. - .. --- ... -.---- ..

o

2

1

,.

2

,

COST

-~

~
"'''-'''-'

.......

~

"n

4
5
451>
PR()j~CT

3

. __ ._. . ..... . _...3.

EF

LS

LF

TF

3

2

5

2

2.._ ____ . __ ....2._ _2:. __...__._._ .. _....
759
2
2

1.

-

~EAO

r I"'E

1.00 #I:

11- iii
16-~

_

~1-80

•

c:J(;

~bO

.---

270 ..
1010 *
10Z0 *
1 0::;0 *
·1040 *
10S0
1130 ~08S

..... po-.";......,,LJ

~l..:.,..)LAI""(l..n

L

j .......-.,i

i

I V I . . £'

i9o.Z

C";"

M

•

~''''v

r r-Jt-

.J

Cn .... R .. ~ i"":....
fMc:..

Vr"Il

_""'!""'(I....I

;.~,.,~

\..-vLvi ••

1'1"",(

.. ..,,,

~_~;:.""'(

vF

TM~

.J~o

O~:~

w..

~.

i

1

I ....

r·' /_

r',_ ,',I.:.... /

\ ~r. - DL
----~-- ......
....vF .. ----.~,,--.---.
C0~T \.IF
rHE .JuBZ
vC~Co_(l~1 luN Uf
rH~
.JUO + ~1~C ~ATAZ
:~\.JT - ,J;E"o - -"'~~ CU.'",-,.q." A· .. y'Hjl",->L
- - - - - - . - -.... - - - - - ..

-

it-

..J.

~

I

r",-:. ~"...;";:":,-"j.Z
L..tIlOI'~G L;:'~US A.:..c:.:. ,'J...;, '''·~L~ .... -,''K(.L
TAIL. u_FIt:"E _~_u~. Ao-(~_~.N .--:..I<..·

CUL..V'·I;"~

*

" . , ....., __ •

c,:-A;~"

vF

c.

-,."

."v,",::-ER ..... r
I r;=::'
J
r,::.. 1·"'·i="I""('~~_'~..:Jt:l)

7-iO

*
*

'

17.

r-~

I

,"jAy

~~

Go-(~ATf''''

ur<

~~~.s.:,

~~A'"

.JZ

E,\iD ~F t-''"''~·.;·ECT·--·Cu.:.U';;-;-... S . - j A~f"-;LI~"~".L

Z
OuTPuT

CAo-(O~

-

SAm~

INt-'0T NITH TH~ CALC0LAT~~
::>l-DO UF TYu!".: C CA~[).s.
IS ,..:lVi~CrlC:J 'NlfH t-'>.(u.JECT riMe.

A.::.

IN C .... LU,·" ... S
CA;..cUTHe.

i"Yf:-t. J

CA~O

I~

Nul

~CH~~0L.cZ

A

T(P;:"

1..:::

"';"v Lu:::,r.-z--------------··--·----·-··-··

,",u,,,CH>:::U.L

Z
READ AND ;;)(Ot-(E .JUB 11\jFOft'"lA J 10""Z

------------

FIND HIGH=.:;' T '''u.~la=.~t:.0 ,\j~Dt.L.

-.----.--.• -'.'

~

DORG 402Z
TFM *+30.39f9..
INITIALIZATIONZ
16 00432 -3999
~~---~-1140
AM
*+18.1.10L
4 .32 000-1
11 00
11~0
CF
Z
33 00000 ~OOOO
14 004~~ -6001 1160
CM
*-6.60012
1170
8N~
~08S+1ZZ
47 00414 01200
22 0'3232 0~3~
lien
S
TCOST.TCOSTZ
11~o
~
~OST.~OSTZ
22 03e40 032 4 0
1200TF·M----8-I~G~.0~.~9~Z~~------------------16 OJ~43 00-00
1210
fFM K.0.6Z
16 u32~3 0-000
1220
SF
RECORD-1Z
32 00100 00000
1240 *
Z
17 O~d;,O 000-0
2010 READ1
BTM READ_0,10.
~EAD-AND STO~E I~D('<)Z-'
44 00794 0~648 ~020
8NF AVAIL.REAO-2 •• ~LAG I AND J NODESZ
11 o..;,~:;).",· 0-001
2030
A"
k. 1 • az
17 02::>:59 000-0 . 2040'
elM T"S.O.lOZ
26 DObOO O~270 ~O~O
TF
*+30.SIZEZ
22 00::)99 03253 2060
S
*+17.KZ
26 00000 0~173 ·zc76---·----, ~T-F----.~O~z~~=-----------------------32 03167 00.000 ZOdO
SF
..)--cZ
3$ 03170 oooo~ 2~9n
SF
D~3Z
:sa 03174 00000 2102
SF
COST-4-4

_-_._ _--- ..._-..

~I'",y

-

.. ......

11-

~JO

~049~

I

...J·(-JI~··'..::>

10 1- 1

->"'VCo...c

"':'M.t~

,-r::.,-

;"""_""'~I"

1 -70

240

00510

i

~c..

- -Z~O· ..

It

L-

/.

""~::.

l.

20(1 ..

~04a6

. . .' ___

I-J
'+-6 .

~.i.(I

•••

':"':"1~:

,50 ..

1~O

00402
C0402
00414
004Z6
n0438
00450
a046Z
00474

-

MAf

*
-'ibO ..

t'

~

.

z
J";""VI

1'+0

.

I

ir-:._.

-""'

,:;7'#13 - ..;;

/

.J.JLy

13(, ....

-----------------.---

r-. ~
~)y

~
, __

.

---..• -.--~
. ---~----~-~-~2~1~~~~~~~~~~~- .._
_---_._
_..

....

..

/~.
-;064<:.
~.:,~6::;~

.;;.1
.:..1

l:.)oOb

,00 70

',:)...;.::-'£:.

O.Jll't)

£::1. :'

:'3c:-+·--;

C317~

cl~C

~o

:Cc:,'.Jo

("f..-l06

<:..1...)1

~b

':''.' -")0

~")lCJ':i

~1':'!

~')69~

32

~40,)(")

corco

c..1:::~

,~",7Ci..

3t.:

~::JCCC

oocc~

~071~

c.~

---"'0072c 47
·::;)738 Z6
---~'67'!i(, 2':'
807bc. ... ,
--.----.~(7.:.
2.6
"0700

--

G"-~uo

O~c.~J

6075""0 bTloo
_;32 ... 3 ,))1"
::.3169 :JJ2"'~
()r 785 ~;.! ,-.,_-.
03P~-

\:3'16,

c"'S2Z J0,U~'j

---1!~794

; 0'.)7,;'+

....

-----~oM"a a'""'O~6r.-,-

!b C3Z6:! -~Ze-!f
zr 0"3262 0::243

0081b ~l 03~oc. 0.j2~3
- - - -..........,"'5'!!1B~3"'br-2zr eJZ63 0..)270
(")0842 qb 02318 ~llno
-----

.J~ j /_

,:"

~,-t..-"j..J-l0 • .JL:
C"' __

/J,"";

rJ

_.

c.1

~:::;

-

c.2C:·J

50818 15

0..2&:.-'.

00-06

0089C 26 032'53 o:3a4~
00902 26 0104, d::!J253
~0914 20 OO':iol Q.j,o";

00926

ze

~~949

03253

00938 44 01038 04000

.::210

u

03246 00-00

1 dd6 4, 02358 0 r2-m;

OlGl. 26 03c.q6

~

-----u-rtr3'tY

101

I. _

I.
!7

l' _
14'

I.
IJ

4"7

032~3

oo967oc:i"o'tio-

~I038

L.
'-

......

"

,

'

4

•

•

-:-

Y..;--«

x-3/

T;::- ."

TEST.: J?

A

T=-:'T-10~rGl

304-cr"'-

A
C

TGTo:;IZ~

3(")5'"\

'3H

E~'-1

CRE~ ~r.'lv~E--THli;-;:

LAST.C. 92

01094

, ...

-------_.

.'-' 1 j\jD S 1 A.... r 1·\0,-,

eM

4,

"

,E.)T-i.kZ

..,

616S6

.1>-4

Z-

*

3100

~220

1\" .....
J-<;"'"

1 c- 0.J:":

r_~

*"

r u;;.,:....:....·
I .. -

* . . . c. 4L"
-.::.A[)l?

30.jO

H

._ ('.'1

: ..
I ~~ ,

~F

2.251")
:30l0 ;....;:..'302!)

0

1,5"rt)-:>'l> "ll~: ~~;~~()'~nn·~~U~(;Zi~)l 050 ! 4 O-~'l'l oo-:)C
';'oitl)

.10

,•

i _."

::,

... ('

3260

n,

•
.,•

_

223r

-------3CTQ
l~

1 '''t....:

....

o.

'-~

00962 12 032~3 CO-Ol
31bO 00T
S~
009 14 46 01 a94'('TZlfo--:rrq-o
-------"82'
00986 49 00902 OOOCO
3200
8
009~4

r-

... +2-.J

~1\,t.4

C:Cc..C

"00950 44 00994 115'm'.io-31 70

v0994

i 0,.;1-->00
""'I

~-~

16 03246 00-00

.-"JL

z

it-

3090
'::::~\I~

r

<:.lc·~

'-zy -in
c.loO

30~-*

~0866

._--

, Li-:_ I .... +..J. 1 /~

306(')
.J070

. \JU~~~

"-5

."!l"l.nm~

WL

*
*
*

4 U-cr , I CALC

COMPUTE EARLIEST STARTING TIlES - orl (I )Z
Ii'/" rHE ARkOw [) I AG"IPtz

CREcK - F'OR"A LOOP

~~~ __ .--.;.,.;....TFM

-101-------

z

iF 1\'t-...
oIirr+..
3'"O...,..
.....' ....
1 Z--

- -:-: ----.,

- .t-

_________ _

'it+42.TJZ

------0
------------------------_._---_._----

()

---

o

,...

o

'-

/~.

- ----

1 1 1a 16
('·1 1..3:. 1 1
'ofi4C::: 16
o 1 1 54 1 1
--oTI6C:;' le

,;::·1

:. 1 1 c4
(":0()Or.
r; 1 1 "+e
0.3C:::"+3

~1."1

.

r~ ..t,

.4.''1

.:>1"1

Oil 7~ 46 vIi 1 e 01';'00
Cl190 16 Q3'::':l3 0-000
01202 33 03~64 00000
----·-OT2i41CO·3~53 0-001 .
ol2Z6 17 cr... oco-o
'--01231'-1',,"0'127.3 ·:'::3~.o 012.0 ,1 01272 03166
o 126ZZ6 - 63263 60000
01~?4 21 OJC:::o.3 OJ173
OTi:i6"lb ol..)~·i- ::':jzjo'

01198

~l

~l..)eO

OJl6~

4 I

tjO

;":;N"-:

-4196 r I LOJ';':> '1 F,"

FL:.r,z.
1C.1.dZ

~O'O

:(FM"

A

*+22.J2

TIJL

-- --- -

._------------------_

TIJ.TESTZ

01334 47 01390 ;)130"'---S0i>O---- .

8L --- 01~~--

01~ ~"+

C

K.~LA~TZ

8Nt:.
BNF
9

T.JCALC.lC .... i;.t';L
TILOOPT--.--.------.-------.'--------

C32.~

C32&e

~060

on..

5C705080

01370 44 01.70
01382 4~ 01190 00000

01390
013-90-~4-6~Z~3

,014~
01414
014'0
014Jd
01450

61462

032 4 0

... O~6 .1100
16 014"+4 -JC:::ciO
21 01"+43 03109
~6oooo0 0.3263
3Z 03264 00000
49 01346 00000

'01470

01470 1.~150() -3280

8ACKI

50~O

5100

DORG *-3Z
C
8H
TFM
A
TF
SF
B
DORG

51J~
5140
5150
5160.
5170
5185

*

01482 21 ol!504 0324. 5220
iOl~94 26 03164 00000
5230
,0150. 16 01!S'3e -3285 -5240-:OlSl$ 21 01~35 0324Y 5250
,.
01630 26 00000 0-'1I!l4
"
01542 26 0:3253 03288
,.
'0
j j 03e64 00000
, 7 . 0 1 5 6 6 17 Oc .. o~ 000-0
"
01578 16 0161.j
II
01590 21 0161e 03169
,. r...
01602 26 03263 00000
13
01614 Z2 OJC:::oJ O.H 73
11
.01626 16 01661 -328!5
11
01638 21 01660 03166
10
,01650 2f» 032.2:4 00000
9 0 1 6 6 2 2. 03224 03263
"
.01674 46.01730 01100
01686 12 03253 0-001

leta

-3ze!l

TEST.MOSTZ
a:~OR4Z
*+30.TIZ
*+17.JZ
.TESTZ
FLAGZ
BACKIZ

-,;:_TF

-.-

... ,'wo"'·
----,,- ..----------

*-3Z
Z

5190 ..
5200-*
5210 TJCALC TFM

...... --.~ ..

T-iL.-OOP+~4Z--

51100i\j1
!H20

5180

•

..

C

-----I:1~'~1~3~5:'l118~4~7 01214 01'::00

C

50 4 0

..;::: I I J;::,. 0 • 10Z
*+.j::-.TIZ

*+G:2 • .t~
TESTZ
TEST.OZ
*+3S-.TIZ

j;;- -._-

.. -------.

I I:::ALC+c-+L
<. ~Q;8z"'-'

AM
aT,';
TF;'"
A
TF
A

4240
4250'
"+200
50i6

.---~-

.~7JY'i-:;L

CF

"+2'::0

. "-'-

*-6.1a.1QL
3IG.l.-:;L

4~OO

----~0~1~3~1~0.. 2C;·0.3~·19- 00000--5'030-

01322 24 0.3219 OJ2b3

,~.-----...

4216
42~0

_

... ...
• C'l
*-0.1-: .10L

....
'::;~:.L

c..-.na

LATEST sraItTli"G TI--. -

Z'
*+3!SoTIZ
*+22.LASTr
L.AMOAZ

IFJof--*+~.TJZ

A
*+17.LASTZ
IF----;-LAMDAZ
0010 TJLOOP TF
K.KL.ASTZ
6020
CF
FLAGZ
0030
BTM
G51'IJI>OO.I.
6040
TFM
*+3e.TJZ
60:;0
A
*+22.JZ
6060
TF
Tr:.S TZ
6070
S
1'1':_'> T. OZ
608"
TFM
*+35.TJ7
6090
A
*+22. I Z
6100
TF
TJIZ
6-i 10
C
T J I . TEST L
6120
BM
ONJZ
6130 BACKJ
SM
K.l,8Z
~200

---z5

.,..1(-,)%

1-0 ~
----·-01~·r_::iti66
'~~ 1

- - - ...

J1Z2-;:'"

7 t ()

4 ...

<~

-~2

4~

01";;:;2-000(;';;)

:; 1 730
-.. 17-'0

74c:.
C I IS4

4 ' " 0326'"

1001-160

-jc:06

01'/-;)'i 0";166
~I 60066 63263
C1766 ..:>~ ()-'~64 00000
. ') 1 718 49 0 1 O~O 00000
01786
\.;1

~1

---------

:JY4-;-:
0

I. ::;>C'

~Ni'

.. ..7LOC-;'::'+e42·

,:.;",=

Jv i -'..;i • ~ L ..",L
--'I-l.,v~·)[

0 I.

u!::;>Q
ICo

,)v .... {~ *-31!

6100·v"':.1

'rF.·i

61':10

A
IF'

i:i

6266
620':1
64: 10·
6eeO

b236
64:40

*

017bb

4~

COCoO 00000

od3=>o OOO-J

01810 44 0~c:.'6 0~e48
01822 33 03265 60000
(J1834 110,:)::)0 000-0
i s::r
' •.:tlo.
C' A j

i4 ,
--u-T'~';:yc

018~B

CML~0LAr~

Z

Ii Ii

Ii'

'. . -

REA02

H

1125

8H4

;i

SF
fFM

01~04

0~106

A

~1)t=r.

189..

co

0" 169

7170

iF+;j~.TI

TI IZ

*+35.TIZ

01910 21

019~O

O"10~

~U

A

.+~~.~£

01~~

0.;,19 00000

7210

TF

Tl~Z

01942 i6 Oi9"

-3285

,220

JFM

-.35.,J2

01~54

031"

7230

A

*+22.~L

01966 Z6 03Z04 00000

1c::40

TF"-- TJJZ

Ol~7d ~b 0~1~ O~lb~

7c50

TF

EF.T'l~

01990 ':1

0""94" 0""1 ,., ---,z-0-rJ

A

EF.UZ--

OcOO~

O~l~~

TF

LS.T~~Z

---crozo

6EOsi.32 63265

:5

L.a.l)Z

8030

TF

TF.LS~

8040

'5- - -

If'. I lIZ

80~0

BNZ

*+i4Z

CAi'W

uuuuu

8066

Oa07. ~6 03214 0321.

SF
TF

OZ08O

a

8070

03414 03194

8080

"5-

0209~

16 03275 -0201

8090

TFM

FF.tl~Z
....... e:,.z

8100

-"BTM

B1M

8 ' cU

.,....

02' 34 l ' 020:;)0
mi,

I:fTJII C.17I~.:IIi-"L

q

O~l" 16 OO~49 OOO~4

•• ~C~~~~"

Eurr ..TI J-"Z

.. ~
•.

li~~~Z

.

;--.-

8110

'I .

FLUAT

SlRI~.~ECORO+100Z

02110 11 OZb5b -318:;)

It

A~U

----------------------------------------------------------------

- - - - ---

021c:.2 17 026~6 -3190

•

~i~lSH.

Z

T1"'

aZUl- "
03199 03113
26 O~~O~ 0~1~9
02038 ZZ 03CO't 0'il89
02050 4 7 O~O 74 0 1200

~TA~T.

*+22.1Z

TFM

8010

~0NLH

0-3L

71':10

03204

ANu

tRi IZ
TNS.0.10Z

-~2dO

~b

...

TO'Z---- ,_.-, - - ..- - .

ooooo-n dO

01~70

.

EO~.~EAO-2Z

01906 16 01941

~l

.. -..

"'S::=:F~--J-r.:-~2,.Z.,....-----------------------------------------~---------------------.~~

al ,

71~0

,1

~6

__ -- __ _--------

L

7130

70JO

01810 16 01905 -3C6t)-,IOO

O~O~b

"

U0T~uT

-'8Tl'"'r
aNF
tF

10~O

018d~
t)

l

'"

03170 00000

3~

7010

--_.

z

*

------------------------------------~6~2~5~o~ ~
-------.,6J1f"'1"l.,(~Y~a~I"f

*+~o.fJZ

*+17.IZ
• Ti'U'%""."
~F
FLAGL
:3
';3';;':Ci<'JT"'-DOQG *-32

... ..

~-.-

~

"-~-.:-----

- ---;----

~t

~/

~

~~

--

f(-"--

~

o

o

~
2/.

:'>'::'::'::0

..

H·OOlQO·O~9.2

'.1()'+O t'.uJ

T~

~~CJ~U-l.' ITL~-l/

v'::'::J~
J~.::~I)

10 OJ~i~

90~C

1 f- ,V,

90bO

81,"1

!:> I ~
c..ul

1 i.

-OlJl

oi";;:. ;t,-·:'::':'~~;'·

'Y,::c::oc! 10 0~,,:-(.5 -0~t::-7. 'J070
r-.i:..::7,. 11 v'::b::i6 -;,H~0
':/1('0
Q.::cb6 39 onlOl 004 r,f)
~110
OZ298 48 0'~':0"O'O'OOo'6r)--;;r;';:0 GU::iALI(.
02~10 ,.9 no'+O~ 00000
--_.- - 02'jie
--- .. ----- -

~lJO

;'140
'-:JloO
~lbli

917f)

---"--6z:31S"'is''-oji57 "Oo()O i' Y
02330

,.~

O~~J~

00000

""I'

Uvl-lkl~.~~(U~0+ii:.6L

8

*

9190

....tc..·".,;u....tt.'+JbL

r .1Cu~T- IL.

tiT;v,
'::'Ul f.L..A,v"JA-"L
WAC n I- •

OS
TF
S

TF

SUBf:

--

Ig-~-·~~]

o

-_. '

----_.'-------,

'(-~)

,.,,... .. :,~

..

o

o·

M
AS.

r

11 0 3 ?MOOO('lO' r;n, 1q e; ".0 M) Ql6 () n no 0!,.:!',-'lP..Q.l.l.n2Q5..5.n.Q.Q.Q~~ L03Z15 .Q.0.0.0 24 Q!J.l.Q2 7 6.0Q2B 2.Q ru>.n 04 ~
2'02'4l01'55440'66~nnnnn4,on00noOGOOZOOOCOOOOO**
-10282002H56000n50
3700JOlo.n!D.n~40o.101nn()pn4602978nl~o01400104nOon046n2966012nC1l00102850 n Z910000051
,, ____

zoooonoonon

.

znooooooooo

M5595CJ565900700000010noonoooo- ,---,
zoooooooooo

.

..

1010303203062000055

rico '50oozoo'O 0 000 00 610 1 0:-:3"'-:0:-=6;"'::2:"':O:-;;;;3";;1";;1";;2-::-0-:-0-::-0-=-O~5~6---------------~-'-' - - - - - - -

*

1010311203144000057
iOio314403164000058'
1010317903180000059
iOl0322503241000060

1.0001100'000-"

zoooooooooo
«0009l.0000000000
..,ooooon05004,OOOOOZOOOOOOO*O,_.

1010325403255000061

lOl03266n32;]OOon62
-10009600115000063.

__ .

*

l'0010000~OO~'0017200500)'OO?44005n036nO~16005n0360000 000500000000
64
1020~040002040608000306nq021n04080216100500151020n60 21814200zo060065

·---=10-=-4-1-1::-2-.I:-?-0-O-::::'-:-O~."':;:1=4~'-=-7.~~_0=--0=-q'011726l0000000000506ri708090012141618'i518iTI421~0242Z0000066 .

~-.

~

_. _

1400101000004~n'91A~"nn440'A500?A4q~900'01004n0490?85nOOOOOl"OI029100297000005?
'!t~0:?94p.rH~OO~.~.Q00n00nnnnl"""nn"l'\n,:,('\('\__
.. , . __ .-102~.66n2990Q0nn5~
~OOOOO~7~q~6514r;4~6~004~r;~~,~~onnooooonoo
lonn0000nnOlnl02982030320nnn54

5 75~56 ~ t 454 ~6 ~ 004 ~ r; f.. Cj 4 ~-75 ~ 4~~~4Q-~;;5~ CanOn

it

1;'

,

82236'5~03530454036324844553249465160484~5467.7544536271 80123456789123456Z0000067

1890l34~67890J34567890Jk4567890Jkl567890JklM67890JKLMN 7890JKLMN0890JKlMNZ0000068

__________________M=8~0~O~o~6~o~o~o~O~O=04~~~0~0.40'OPQOJKlMNOPOZOOOOLI00~8A00019M9nooOOOOOOOM9000~3~~~O~O~O~O~0~O~O~O~O~O~O=6~9_______________________~__________~

f,-

..
'

,;;,

'.

..

~:

-

........ ,~-:

.

,.e-

~.,.~

.. ~.r-.

'4

11

v'

tf,

~

. .•:

.

!

"'"

r

""""'1,""

,iJitIC

""c~~"""

"."

••

~,~-

.~

",

t

~.

I.

t~

....

---74,

------------~-----------....:.------~------------~----~-'---------------------_.

6

C

)

========================
•

~.

'\"

2

--~-.'

'-

: • .s....r.

31

.,'l""~

...

------- - _.

_

__ - - .

.. ---.-.--

j"'lt-.
f

V

o

o
-

r.

o
r

··O-{/.~.I'

,: .'

-

~,.

M
'<.

'

;2.7:

';/:;.

jobs
TC.O'ST =- 0

BIG

ptas -

=- 0

K..

qat&-

n

k ..

0

TIO:.\=o
T::rlll:.\ = 'l
Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.3
Linearized                      : No
XMP Toolkit                     : Adobe XMP Core 4.2.1-c043 52.372728, 2009/01/18-15:56:37
Create Date                     : 2014:03:13 18:29:15-08:00
Modify Date                     : 2014:03:13 19:04:54-08:00
Metadata Date                   : 2014:03:13 19:04:54-08:00
Producer                        : Adobe Acrobat 9.55 Paper Capture Plug-in
Format                          : application/pdf
Document ID                     : uuid:82dcf786-fe14-194b-8e76-527edbd75536
Instance ID                     : uuid:23f0a863-7f28-3e48-bf40-ec46106a1af7
Page Layout                     : SinglePage
Page Mode                       : UseNone
Page Count                      : 51
EXIF Metadata provided by EXIF.tools

Navigation menu