Accelerator Manual (G06.24+, H06.03+)
Preparing Your Program for the Accelerator
Accelerator Manual—527303-002
3-14
Procedure Name Conflicts
Example
•
In this example, the procedure File_Close_ in the user library returns four words
and the procedure File_Close_ in the system library returns two words.
-- Options to resolve procedure name conflict
? UL_Scope
-- options following apply to user library code space
ReturnValSize File_Close_ 4
? SC_Scope
-- options following apply to system library code space
ReturnValSize File_Close_ 2