Database file processing: Runtime considerations

 

Before a database file is opened for processing, consider how you want to use the file in the program or job. A better understanding of the runtime file processing parameters can help you avoid unexpected results and improve the performance of your program.

When a file is opened, the attributes in the database file description are merged with the parameters in the program. Normally, most of the information the system needs for your program to open and process the file is found in the file attributes and in the application program itself.

Sometimes, however, it is necessary to override the processing parameters found in the file and in the program. For example, if you want to process a member of the file other than the first member, tell the system to use the member you want to process. The Override with Database File (OVRDBF) command allows you to do this. The OVRDBF command also allows you to specify processing parameters that can improve the performance of your job, but that cannot be specified in the file attributes or in the program. The OVRDBF command parameters take precedence over the file and program attributes.

These topics describe the file processing parameters and other methods or considerations that can be used to affect database file processing. The parameter values are determined by the high-level language program, the file attributes, and any open or override commands processed before the high-level language program is called.

 

Parent topic:

Processing database files

 

Related concepts

ILE Concepts PDF
Control language

 

Related reference


Create Physical File (CRTPF) command
Create Logical File (CRTLF) command
Create Source Physical File (CRTSRCPF) command
Add Physical File Member (ADDPFM) command
Add Logical File Member (ADDLFM) command
Change Physical File (CHGPF) command
Change Physical File Member (CHGPFM) command
Change Logical File (CHGLF) command
Change Logical File Member (CHGLFM) command
Change Source Physical File (CHGSRCPF) command
Override with Database File (OVRDBF) command
Open Database File (OPNDBF) command
Open Query File (OPNQRYF) command
Close File (CLOF) command