HP Integrity NonStop J-Series User Manual
Page 73

DEVELOPING A DATA BASE
Using FUP to Create Your Files
Using FUP to Create Your Files
To use FUP to create your files, enter the FUP command from the
command interpreter using the following FUP command syntax:
-----------------------------------------------------------------
| |
| FUP/IN
| |
|
| |
| is the name of an edit-type file containing FUP commands. |
| |
-----------------------------------------------------------------
Consider, for example, the following command:
FUP/IN fupsrc1/
This command tells FUP to execute the commands in the edit-type
file named "fupsrc1."
After you create the appropriate data base files, you are ready
to use ENABLE to generate the application. Section 4 provides
you with guidelines for generating and running an application
that can access a single data base file. Section 5 provides
guidelines for generating and running an application that can
access two or more data base files.
3-22