Home | Previous Page | Next Page   Unloading Data from a Database > Unload Job Windows >

Using the Command-Line Information

If you select an existing job in the Unload Job Select window, the Command Line text box shows the onpload command that ipload generated for that unload job. Figure 106 shows the Command Line portion of an Unload Job Select window. The Command Line text box displays the onpload command generated for the job shown in Figure 105.

Figure 106. Fragment of the Unload Job Select Window
begin figure description - This graphic depicts the ipload graphical user interface. The onpladm command line utility provides the same functionality. - end figure description

The command line, onpload -p testum -j testum2_out -fu, contains the following elements.

Argument
Description
-p testum
The project where the job is stored
-j testum2_out
The name of the job
-fu
The job that unloads (rather than loads) data

You can copy the onpload command from the Command Line text box and paste it at a system prompt to run the unload job. If you need to run the unload job multiple times (for example, every evening at 5:00 P.M.), you can save the onpload command and execute it later.

You do not need to start ipload to run a job from the system prompt. Both ipload and onpload use the onpload database, but each one uses it independently.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]