Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL522631-001
7-2
OLDFILENAME_TO_FILENAME_
Converts a C-series internal file name to a D-series file name.
OLDSYSMSG_TO_NEWSYSMSG_
Converts a C-series system message to its D-series equivalent.
Attribute
Code Attribute Description Value Representation
1 Binder timestamp INT (3 words)
2 minimum tos version INT
3 Inspect length INT(32)
4 Binder length INT(32)
5 Inspect on INT
6 high PIN INT
7 high requesters INT
8 run named INT
9 PFS size INT(32)
10 target processor INT
11 accelerator timestamp INT (4 words)
12 compilation mode (accelerated or not accelerated) INT
13 run mode (will or will not run accelerated) INT
error := OLDFILENAME_TO_FILENAME_ ( oldfilename
,filename:maxlen
,filename-length );
error, INT returned value
oldfilename, INT .EXT:ref:12 input
filename:maxlen, STRING .EXT:ref:*,INT:value output:input
filename-length, INT .EXT:ref:1 output
error := OLDSYSMSG_TO_NEWSYSMSG_ ( oldmsg:length
,newmsg:maxlen
,newmsg-length
,[ error-detail ] );