nld Manual
Converting From Binder to nld
nld Manual—528272-001
B-4
Comparing Binder With nld
Example B-1 links the object files objectx and objecty to produce objectz.
OBEY obey
OUT You can redirect output listings with the Guardian RUN
command /OUT/ option or the OSS | or > operator.
RENAME rename Use the option -rename
on page 3-12 in some cases.
REPLACE Link the object files again.
RESELECT nld does not support SELECT parameters.
RESET Not necessary because each invocation on nld resets SET
parameters.
SATISFY No equivalent available.
SELECT nld does not support SELECT parameters. See Linking Unit
Differences on page B-2 for details on using archives instead of
Binder SELECT SEARCH commands.
SET set nld supports parameters applicable to native processes.
SHOW Provided by noft.
STRIP x or s The option -x
on page 3-17 is equivalent to Binder STRIP
SYMBOLS command. The option -s on page 3-12 is equivalent
to STRIP command.
SYSTEM Use TACL SYSTEM command instead.
VERIFY Provided by noft.
VOLUME Not available. Specify the volume name in a Guardian file
name if you do not want to use the default volume.
Example B-1. Linking Two Object Files in Binder and nld (Simple Case)
Binder nld
ADD * FROM objectx
ADD * FROM objecty
BUILD objectz
objectx
objecty
-o objectz
Table B-2. Comparing Binder With nld (page 2 of 2)
Binder
Command
nld
Option Notes