Murach's Mainframe COBOL
|
|
|
|
How to define a one-level
table that uses subscripts |
276 |
|
How to initialize a
table |
278 |
|
How to define a table
with constant values |
278 |
|
How to refer to entries
in a one-level table using subscripts |
280 |
|
How
to load a one-level table using subscripts |
282 |
|
How to search a one-level
table using subscripts |
284 |
|
|
How to define a multi-level
table |
286 |
|
How to refer to entries
in a multi-level table using subscripts |
288 |
|
How to load a two-level
table using subscripts |
288 |
|
How to search a two-level
table using subscripts |
290 |
|
|
How to define a table
with an index |
292 |
|
How to refer to table
entries using an index |
292 |
|
How to load a table
using an index |
294 |
|
How to code the Set statement |
296 |
|
How to perform a sequential
search |
298 |
|
How to perform a binary
search |
300 |
|
How to search a two-level table using indexes |
302 |
|
|
How to define a variable-length
table |
304 |
|
How to load a variable-length
table |
306 |
|
How to search a variable-length
table |
306 |
|
Another technique for
working with variable-length tables |
308 |
|
|
How to use the Perform
Varying statement to vary more than one index or subscript |
310 |
|
How to use intrinsic
functions with tables |
312 |
|
|
t |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|