When you enter FSCAN, FSCAN displays as much as it can of the root segment of the data source. For example, if you view the EMPLOYEE data source with FSCAN, using the following command
FSCAN FILE EMPLOYEE
you will see the following screen:
1. FSCAN FILE EMPLOYEEFOCUS A1 CHANGES: 0 2. EMP_ID LAST_NAME FIRST_NAME HIRE_DATE DEPARTMENT ------ --------- ---------- --------- ---------- 3. == 071382660 STEVENS ALFRED 800602 PRODUCTION 4. == 112847612 SMITH MARY 810701 MIS == 117593129 JONES DIANE 820501 MIS == 119265415 SMITH RICHARD 820104 PRODUCTION == 119329144 BANNING JOHN 820801 PRODUCTION == 123764317 IRVING JOAN 820104 PRODUCTION == 126724188 ROMANS ANTHONY 820701 PRODUCTION == 219984371 MCCOY JOHN 810701 MIS == 326179357 BLACKWOOD ROSEMARIE 820401 MIS == 451123478 MCKNIGHT ROGER 820202 PRODUCTION ------------------------------INPUT--------------------------------- 5. == 6. ==> 7. MORE=>
This screen displays the contents of the root segment of the EMPLOYEE database. Each record on the screen is one instance in the root segment. The numbers in the diagram refer to the notes below:
The key field value in each record appears highlighted.
This section discusses various functions of the FSCAN facility. For an alphabetic summary of commands, see Syntax Summary.
The FSCAN facility displays one segment at one time. (For the root segment, FSCAN displays all instances in the segment; for descendant segments, FSCAN displays all instances sharing the same parent instance.) Each record on the screen is one segment instance. The first instance at the top of the screen is called the current instance.
The FSCAN facility also displays segments in SINGLE mode, that is, one instance at one time. SINGLE mode is discussed in Displaying a Single Instance on One Screen: The SINGLE and MULTIPLE Commands.
Note the different types of commands:
LEFT RIGHT RESET ? QQUIT
The following rules apply to commands:
NEXT 5; CHILD
|
Information Builders |