Chapter 10 |
10
|
Data Transfer I/O Statements
|
10.1
|
Overview of Records and Files
|
10.2
|
Components of Data Transfer Statements
|
10.2.1
|
I/O Control List
|
10.2.1.1
|
Unit Specifier
|
10.2.1.2
|
Format Specifier
|
10.2.1.3
|
Namelist Specifier
|
10.2.1.4
|
Record Specifier
|
10.2.1.5
|
Key-Field-Value Specifier
|
10.2.1.6
|
Key-of-Reference Specifier
|
10.2.1.7
|
I/O Status Specifier
|
10.2.1.8
|
Branch Specifiers
|
10.2.1.9
|
Advance Specifier
|
10.2.1.10
|
Character Count Specifier
|
10.2.2
|
I/O Lists
|
10.2.2.1
|
Simple List Items in I/O Lists
|
10.2.2.2
|
Implied-Do Lists in I/O Lists
|
10.3
|
READ Statements
|
10.3.1
|
Forms for Sequential READ Statements
|
10.3.1.1
|
Rules for Formatted Sequential READ Statements
|
10.3.1.2
|
Rules for List-Directed Sequential READ Statements
|
10.3.1.3
|
Rules for Namelist Sequential READ Statements
|
10.3.1.4
|
Rules for Unformatted Sequential READ Statements
|
10.3.2
|
Forms for Direct-Access READ Statements
|
10.3.2.1
|
Rules for Formatted Direct-Access READ Statements
|
10.3.2.2
|
Rules for Unformatted Direct-Access READ Statements
|
10.3.3
|
Forms for Indexed READ Statements
|
10.3.3.1
|
Rules for Formatted Indexed READ Statements
|
10.3.3.2
|
Rules for Unformatted Indexed READ Statements
|
10.3.4
|
Forms and Rules for Internal READ Statements
|
10.4
|
ACCEPT Statement
|
10.5
|
WRITE Statements
|
10.5.1
|
Forms for Sequential WRITE Statements
|
10.5.1.1
|
Rules for Formatted Sequential WRITE Statements
|
10.5.1.2
|
Rules for List-Directed Sequential WRITE Statements
|
10.5.1.3
|
Rules for Namelist Sequential WRITE Statements
|
10.5.1.4
|
Rules for Unformatted Sequential WRITE Statements
|
10.5.2
|
Forms for Direct-Access WRITE Statements
|
10.5.2.1
|
Rules for Formatted Direct-Access WRITE Statements
|
10.5.2.2
|
Rules for Unformatted Direct-Access WRITE Statements
|
10.5.3
|
Forms for Indexed WRITE Statements
|
10.5.3.1
|
Rules for Formatted Indexed WRITE Statements
|
10.5.3.2
|
Rules for Unformatted Indexed WRITE Statements
|
10.5.4
|
Forms and Rules for Internal WRITE Statements
|
10.6
|
PRINT and TYPE Statements
|
10.7
|
REWRITE Statement
|
Chapter 11 |
11
|
I/O Formatting
|
11.1
|
Overview
|
11.2
|
Format Specifications
|
11.3
|
Data Edit Descriptors
|
11.3.1
|
Forms for Data Edit Descriptors
|
11.3.2
|
General Rules for Numeric Editing
|
11.3.3
|
Integer Editing
|
11.3.3.1
|
I Editing
|
11.3.3.2
|
B Editing
|
11.3.3.3
|
O Editing
|
11.3.3.4
|
Z Editing
|
11.3.4
|
Real and Complex Editing
|
11.3.4.1
|
F Editing
|
11.3.4.2
|
E and D Editing
|
11.3.4.3
|
EN Editing
|
11.3.4.4
|
ES Editing
|
11.3.4.5
|
G Editing
|
11.3.4.6
|
Complex Editing
|
11.3.5
|
Logical Editing (L)
|
11.3.6
|
Character Editing (A)
|
11.3.7
|
Default Widths for Data Edit Descriptors
|
11.3.8
|
Terminating Short Fields of Input Data
|
11.4
|
Control Edit Descriptors
|
11.4.1
|
Forms for Control Edit Descriptors
|
11.4.2
|
Positional Editing
|
11.4.2.1
|
T Editing
|
11.4.2.2
|
TL Editing
|
11.4.2.3
|
TR Editing
|
11.4.2.4
|
X Editing
|
11.4.3
|
Sign Editing
|
11.4.3.1
|
SP Editing
|
11.4.3.2
|
SS Editing
|
11.4.3.3
|
S Editing
|
11.4.4
|
Blank Editing
|
11.4.4.1
|
BN Editing
|
11.4.4.2
|
BZ Editing
|
11.4.5
|
Scale Factor Editing (P)
|
11.4.6
|
Slash Editing (/)
|
11.4.7
|
Colon Editing (:)
|
11.4.8
|
Dollar Sign ($) and Backslash (\) Editing
|
11.4.9
|
Character Count Editing (Q)
|
11.5
|
Character String Edit Descriptors
|
11.5.1
|
Character Constant Editing
|
11.5.2
|
H Editing
|
11.6
|
Nested and Group Repeat Specifications
|
11.7
|
Variable Format Expressions
|
11.8
|
Printing of Formatted Records
|
11.9
|
Interaction Between Format Specifications and I/O Lists
|