f2s_write_int_file¶
Applies to: Oracle, MS SQL, MySql/MariaDB, PostgreSQL Drivers
Syntax
f2s_write_int_file {File_Number} TO {variable}
Parameter |
Description |
---|---|
File_Number |
The filelist number |
variable |
The path and name of the int file to write to |
Description
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.
- Example
f2s_write_int_file orderdetail.File_Number to "new_orderdetail.int"
Related Commands
f2s_convert_dat_structure
f2s_convert_dat_structure
f2s_copy_data
Replaces: OUTPUT_INT_FILE