W. R. CHURCH COMPUTER CENTER NEWSLETTER
Document Type:
Collection:
Document Number (FOIA) /ESDN (CREST):
CIA-RDP84-00933R000200030020-7
Release Decision:
RIFPUB
Original Classification:
K
Document Page Count:
8
Document Creation Date:
December 14, 2016
Document Release Date:
November 25, 2002
Sequence Number:
20
Case Number:
Publication Date:
March 30, 1973
Content Type:
REPORT
File:
Attachment | Size |
---|---|
![]() | 386.05 KB |
Body:
NAVY review(s) completed.
Approved ForRelease 2003/02/27 : CIA-RDP84-009330200030020-7
W. R. CHURCH
wa W~~ w~9 42
NEWSLETTER
March 30, 1973
Volume 5, Number 2
TABLE OF CONTENTS PAGE
OS/MVT WORKLOAD - FEBRUARY 1973 . . . . . . . . . . . . .. . . . . . 1
OS/360 RELEASE 21.6 SCHEDULED FOR SUMMER RECESS . . . .. . . . . . 3
CP/CMS TIME-SHARING NOTES . . . . . . . . . . . . . . . .. . . . . . 3
FORTRAN H CAN HELP SPEED UP LARGE PROGRAMS . . . . . . .. . . . . . 4
STATISTICAL SERVICES . . . . . . . . . . . . . . . . . .. . . . . . 5
FORMAC TECHNICAL NOTE - LEAVE THE ALGEBRA TO THE 360 . . . . . . . 5
REVISION OF TECHNICAL NOTE ON TAPE CONVERSION . . . . . .. . . . . . 5
INFORMATION SERVICES NOTES . . . . . . . . . . . . . . .. . . . . . 5
SU1 ROUTINE LIBRARY CHANGES . . . . . . . . . . . . . . .. . . . . . 6
RECENT ADDITIONS TO COMPUTER CENTER LIBRARY (In-162) . .. . . . . . 6
OS/MVT WORKLOAD - FEBRUARY 1973
January February
Total Number of OS Jobs 21,673 26,268
QUICKRUN: Number of Jobs 9,178 12,230
% all Jobs 42.3% 46.6%.
% of total CPU Time 1.4% 2.4%
Approved For Release 2003/02/27 : CIA-RDP84-00933R000200030020-7
Approved For ease 2003/02/27 : CIA-RDP84-0093300200030020-7
1) Utilization by Programming Languages
All Jobs Including QUICKRUN (% of total jobs, % of total CPU time) :
FORTRAN G (36.1, 53.3), WATFORG (16.3, 0.2), XPL (6.1, 0.4), ALGOLX
(5.8, 0.3), GPSS (3.5, 14.1), FORTRAN H (0.9, 9.6), ALGOLW (3.4,
0.1), BASIC (1.8, 0.1), PL/I (1.0, 0.7)
QUICKRUN JOBS (% of Jobs, % of QUICKRUN CPU Time):
WATFORG (34.6%, 6.7%), FORTRAN G (27.4, 54.3), XPL (13.1, 16.3),
ALGOLX (12.4, 10.8), BASIC (3.8, 5.8), GPSS (0.5, 2.0)
2) Some Utilization Statistics By Core Size/Run Time Categories
The following entries are included in and apply to each cell:
Number of Different Users
Number of Jobs
(% of total core time, % of total CPU time)
(K bytes)
20 Secs. 4 11i
1 155 59
(37.4, 6.5)
(2.0, 0.3)
1,824 (13.0, 13.7)
75
1,455 (10.0, 12.7)
54
1,013
(8.7, 8.3)
(24.9, 52.8)
11
67
(2.0, 16)
(2.0, 4.0',
Approved For Release 2003/02/27 : CIA-RDP84-00933R000200030020-7
Approved For ]lease 2003/02/27 : CIA-RDP84-009330200030020-7
3) Breakdown by Job Class (% of Total Jobs)
QUICKRUN (46.6%), A (8.2%), B (8.9%), C (3.4%), D (6.5%), E (7.1%),
F (1.3%), G (6.9%), H (2.3%), I (1.6%), J (1.6%), K (1.1%), L (2.3%),
M (2.0%)
4) Turn Around of All Classes (% of Total Jobs Returned_Wathin Indicated Time)
5 Mins. 60%
15 Mins. 75.8%
1 Hr. 90.2%
OS/360 RELEASE 21.6 SCHEDULED FOR SUMMER RECESS
Implementation of Release 21.6 of OS/360 is currently scheduled for
the week of June 25 - 20, 1973. This weec'V falls in the break between
Quarters IV and I and has been chosen to minimize possible impact on class
work or scheduled research computing.
No changes will be made during Quarter IV; the present version will
continue as the production system. Release 21 will be the last official
IBM version of OS/360.
Each new release of an operating system offers operational improve-
ments, corrections to many known errors, functional enhancements, new
capability, etc. Desirable as these improvements may be they are weighed
against the possible disruptive effect, albeit temporary, on some users.
Sometimes we have skipped releases because the benefits have been marginal
at NPS. Of course, IBM's software maintenance policy also adds pressure
to keep "up-to-date". They generally continue to provide maintenance
support for the (n-l)th release for 6 months after the date of the an-
nouncement of the n-th release.
Our review of the Release 21.6 system suggests very few, if any, user
programs should be affected. However, we are delaying its implementation
until the summer break and are offering users the opportunity to pre-test
their jobs long before the Release 21 introduction. If you want to assure
yourself that your program(s) will run with no problems under 21.6, please
contact Mr. Edward Ward (In-132, Ext. 2796).
CP/CMS TIME-SHARING NOTES
1) PL/I and SCRIPT Not Available
PL/I is no longer supported under CMS. Use of PL/I has been found
to seriously affect the response time of the CP/CMS system degrading
service to all terminal users. SCRIPT, which has not been officially
supported at NPS since January 1971 has also been withdrawn from the
system.
Approved For Release 2003/02/0: CIA-RDP84-00933R000200030020-7
Approved For'Ff'lease 2003/02/27 : CIA-RDP84-009300200030020-7
2) FORTRAN Subroutine Name Trap
Under CMS, main FORTRAN programs and subroutines can be combined
in one source file and this file used as input to the FORTRAN compiler.
Alternatively, the subroutines can be entered as distinct files and
compiled separately. The object program is.identical to that produced
under OS except for the entry point of the first main program. The
entry point of this main program is the name of the source file. If
the name of a source file is the same as the name of a subroutine in-
cluded in the source file, a subroutine call generates a catastrophic
branch to the beginning of the main program and the subroutine can
never be executed.
In summary, don't make subroutine names do double duty as file
names.
3) PL360 is Available
The PL360 programming language is available for use under the CMS
time sharing system. PL360 includes many facilities of symbolic as-
sembly languages but has an ALGOL-like syntax.
The command format is:
PL360 filename (option 1 ... option n)
Options:
PRINT prints the listing file on the off line printer and
deletes it;
NODECK suppresses the TEXT file;
NOLIST suppresses the listing file.
The manual, "PL360, A Programming Language for the IBM 360" by Michael
A. Malcolm is available in the Computer Center Library, In-162.
This CP/CMS note corrects an erroneous item in the last Newsletter.
FORTRAN H CAN HELP SPEED UP LARGE PROGRAMS
We are told that many users with large problems have never heard of
the FORTRAN H compiler which is available under.OS/MVT. To quote from
Section 5.1.1 of the User's Manual: "FORTRAN H (is) an IBM processor
which produces highly optimized code which may be desirable for special
production programs, such as large thesis projects." The cataloged pro-
cedures for using FORTRAN H are summarized on page 5-9 of the Manual. In
general, use of FORTRAN H instead of G will increase compiling time but
decrease execution time. Some specimen runs have shown a 3-5 times im-
provement in execution time over FORTRAN G. Other questions about FORTRAN
H can be answered by the Programming Consultant, In-146.
Approved For Release 2003/0.x/27 : CIA-RDP84-00933R000200030020-7
Approved For Release 2003/02/27 : CIA-RDP84-0093380000200030020-7
STATISTICAL SERVICES
In the last Newsletter we announced the availability of TN 0211-22,
Statistical Resources of the W. R. Church Computer Center by G. P. Lear-
month. This publication describes the pre-compiled programs available to
users in the library, STATLI Other Technical Notes that should be help-
ful to users with stats c roblems are TN 0211-19, Directions for
Using SPSS (Statistical Package for the Social Sciences) and TN 0211-20,
SNAP/IEDA Computing Package User's Manual. Copies of these notes are
available in In-147. We would like our users to help themselves whenever
possible by reading the documentation provided before asking for individ-
ual help.
Additionally, p-rofess?rs..who plan to use statistical routines in
their classes during Quarter IV are encouraged to contact Mr. Learmonth
(In-102, X2672). He is ready, willing and able to describe the available
routines to any class and to give directions for using them. A short talk
of this kind given to a whole class could save us many hours of repetitious
consulting time with individual students.
FORMAC TECHNICAL NOTE - LEAVE THE ALGEBRA TO THE 360
FORMAC (FORmula Manipulation Computer) is a package providing a tool
for performing symbolic manipulation of mathematical expressions. FORTRAN-
FORMAC, which has recently been installed at NPS, is a superset of FORTRAN
and provides the usual features of that language as well as the abilities
of FORMAC to differentiate, evaluate, group expressions, etc. Technical
Note 0211-23, User's Guide for FORTRAN-FORMAC at NPS by Sharon Raney is
available (in In-147) to assist potential users. A new cataloged procedure
for fast turnaround of FORTRAN-FORMAC jobs is described in Section 7.5.6
of the User's Manual (Update 20).
REVISION OF TECHNICAL NOTE ON TAPE CONVERSION
A new edition of TN 0211-08, Procedures for Converting 7-Track Mag-
netic Tapes to 9-track Magnetic Tape has recently been issued. This note
by Sharon D. Raney is useful primarily to users who want to work with 7-
track tapes from outside sources (such as Fleet Numerical Weather Central
the EE Computer Lab) on the System 360. However, it also contains much
useful information for all users of magnetic tapes at the Center. Copies
are available at the Information Services Office, In-147..
INFORMATION SERVICES NOTES
A Suggestion.Box/Graffiti Board is located near the Dispatch Counter
in In-140. Suggestions, comp flint .,-:,w*bds :.of praise, -.or _. requests .for in-
formation maybe. submitted. by,.any .user.. Replies. iwil.1 be posted on the
bulletin.(alias "graffiti") board.:
5
Approved For Release 2003/02/27 : CIA-RDP84-00933R000200030020-7
Approved For lease 2003/02/27 : CIA-RDP84-00933 30200030020-7
Accounting Data
The user identification number issued when a user first registers
with the Computer Center is valid for as long as he is assigned to the
School. If a change takes place in a user's status, i.e., going from
student to staff, or there is a change in his organization, mailing or
section code,'the Information Services Office (In-147) should be notified
as soon as possible.
Project Numbers
With the close of Quarter III, on 23 March, class project numbers
1400 through 1458 became invalid. New numbers will be issued by the In-
formation Services Office (In-147, X2731) for Quarter IV classes. Current
individual project numbers are valid until 30 June 73.
User's Manual Update
All registered holders of the User's Manual should have received
Update Package #20 by the time this Newsletter appears. This update
corrects the listing of remote terminal locations, revises information on
dumping a tape to the printer, adds a new FORMAC procedure, contains a
rewrite on TAPEOUT, etc. If you have not received your copy, please come
to In-147.
SUBROUTINE LIBRARY CHANGES
Since the last issue of the Newsletter, the following programs have
been added to the Source Library:
C3 CDLGAM Complex Gamma Function with Error Control (COMPLEX*16)
QO NEWDEK Translates BCD (026 Punch) to EBCDIC (029 Punch)
The following routines have been revised in the Source Library and
in any other library in which they appear:
QO
CCHECK
Check Data Card Deck for Format Errors
F2
DALMAT
Eigenvalues and Vectors of Arbitrary Complex Matrix (REAL*8)
QO
LISTER
General Card Lister
QO
SEQNCE
(Re)Sequence One or More Decks
RECENT ADDITIONS TO COMPUTER CENTER LIBRARY (In-162)
Author Title
Selfridge Primer for FORTRAN IV On-Line
Jacoby Iterative Methods for Nonlinear Optimization
Problems
Approved For Release 2003/027 : CIA-RDP84-00933R000200030020-7
Approved For Re .jease 2003/02/27 : CIA-RDP84-00933 0 0200030020-7
Books (Coni:inued)
Author
Albrecht
Griswold
Bajpai
Lootsma
Peck
Gruenberger.
Walker
Freiberger
Winograd
Miller
Webster
Proceedings
Author
Title
Minker Information Storage and Retrieval.
U. S. Army Operations Research Symposium - 'Risk Analysis'
B. C. S. Steps to Practicality
ACM Measurement and Evaluation - SIGME
AFIPS Fall Joint Computer Conference, Vol. 41, Pts. I, II
AFIPS Spring Joint Computer Conference, Vol. 40
System Develop. Corp. Multi-access Computing in the 70's: Overview . . .
ACM Twenty Fifth Annual Conference - Vol. I, II
IFIPS Information Processing 71: Vols. I, II
ACM Two-dimensional Man-machine Communication
University of Colo- Second Annual Seminar for Directors of Academic
rado Centers
EDUCOM Information Networks
Rustin, Ed. Debugging Techniques in Large Systems - 1970
SIAM Studies in Numerical Analysis 1 - (Miscellaneous)
SIAM Studies in Numerical Analysis 2 - (Nonlinear Problems)
SIAM Studies in Applied Mathematics 3 - (Applied Proba-
bility)
SIAM Studies in Approximation and Analysis
Kaneff, Ed. Picture Language Machines, Canberra, Australia -
Title
Basic
Macro Implementation of Snobol4
FORTRAN and ALGOL
Numerical Methods for Non-linear Optimization
ALGOL 68 Implementation
Information Systems for Management
User/computer Interface
Statistical Computer Performance Evaluation
Understanding Natural Language
Complexity of Computer Computations
Data Communications and Business Systems
1969
Papers Presented - 5th Meeting
Defense Documentation Center (DDC)
AD Number Title
Author
748 301 Computer-Assisted Planning System Develop Corp.
751 253 Computable Error Bounds for Inner Aerospace Research
Product Evaluation Lab
Approved For Release 2003/02/27 : C3A-RDP84-00933R000200030020-7
Approved For'Iease 2003/02/27 : CIA-RDP84-00933M00200030020-7
Defense Documentation Center (DDC) (Continued)
AD Number
751 254
751 614
748 017
750 181
749 871
746 700
749 985
749 683
748 987
748 947
7.50 672
746 495
745 958
747 277
746 045
739 738
746 680
747 544
736 153
736 987
Title
A Posteriori Analysis of Crout Method in
Solving Linear Algebraic Systems
Analysis of Sorting Networks
Generating Routines of Data Descrip-
tion Language Processor
Statistical Models for Control and
Optimization Techniques
Contour Routine with Auto-Interpolation
Discrete Fourier Transform for 360/67
Computing System
Edge Detection Using Heuristic Search
Methods
Research in Computer-Assisted Documenta-
tion of Navy Computer Programs
Accuracy Improvement of the Digital
Computer Function Routine
User's Manual for Glyplit-Program to
Translate Illiac IV Glypnir-360 P/1
The Law of Averages as a Computing Tool
An Analysis of Drum Storage Units
Optimal Space Allocation on Disk
Storage Devices
Comparison of Several Gradient Algor-
ithms
Computational Algorithms for Uncon-
strained Minimization
Partial Differential Equations by
Arbitrary Grid Finite Difference
Technique
Simulation of AADC Simplex and Multi-
processor Operation
Associative Processing Applied to
Pattern Recognition
Optimal Scheduling Strategies in a
Multiprocessor System
High Speed Digital Fourier Analyzer
MIS Technology: A View of the Future
Author
Aerospace Research
Lab
Burton J. Smith
Gross
Box, et. al
Wirth
Vote
Delbrouck
Fuller & Baskett
Morgan
Miele, Tietze, et. al
Ku j awaki
Jensen
Smith
VanBlerkom, et. al
Ramamoorthy, et. al
Chwastyk
Kriebel
Distribution
List 4
Less F, F2
800 for Students (SMC Lobby)
2 copies to B-3
200 copies to B-2
Approved For Release 2003/02127 : CIA-RDP84-00933R000200030020-7