OUTPUT_INT_FILE¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
This command is used to output the int file of an opened table. If the file to be output to does not exist, it will be created upon execution of this command. Note that the INT file can be output into multiple types of files i.e. .doc, .txt, .int.
Syntax
OUTPUT_INT_FILE for {FileNumber} to {variable}
Parameter |
Description |
---|---|
FileNumber |
The file number |
variable |
Path of the file being output to @Example OUTPUT_INT_FILE for Customer.File_Number to “C:TempCustomer.int” |