BATCH - using RANE in batch.

Description:

RANE may be used in batch instead of OBJLIB. For most simple updates it will be faster because it does the edit in place.

Examples:

$     ident   *,banner
$     note    Compile and edit a routine into a library
$     fort77
   <source file> 
$     select  uw_tools/rane
$     prmfl   ot,w,r,<libraryfile>
$     endjob

Simple update:

For the common compile and update operations a job like the above is all that is required. RANE will default to updating the library attached to file code OT, and reads object decks collected from R* (and B* if directed by R*).

More complex editing:

More complex editing can be specified by placing a command line after the $SELECT card. See "expl rane" for a decription of the command line.

Examples:

$	ident	*,banner
$	fort77
   <source file> 
$	select	uw_tools/rane
rane update=fc*ot fc*r* +clear
$	prmfl	ot,w,r,<libraryfile>
$	endjob

See Also:

expl rane

expl rane file

Copyright © 1996, Thinkage Ltd.