4124: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 2: Line 2:
|4124
|4124
|Invalid [[header record]] for [[internal file]]
|Invalid [[header record]] for [[internal file]]
|Invalid header record for internal file. Usually caused by porting an internal file between machines with Intel and non-Intel CPUs, without running the file conversion program to change the header record.
|#Invalid header record for internal file. Usually caused by porting an internal file between machines with Intel and non-Intel CPUs, without running the file conversion program to change the header record.
|End the program and run the proper conversion program (either [[wb2unix]] or [[wb2dos]]).
#kfname and name segments of your open statement specify the same file name
|#End the program and run the proper conversion program (either [[wb2unix]] or [[wb2dos]]).
#correct the incorrect file name
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 15:58, 23 October 2015

Summary:

Invalid header record for internal file

Cause:

  1. Invalid header record for internal file. Usually caused by porting an internal file between machines with Intel and non-Intel CPUs, without running the file conversion program to change the header record.
  2. kfname and name segments of your open statement specify the same file name

Remedy:

  1. End the program and run the proper conversion program (either wb2unix or wb2dos).
  2. correct the incorrect file name