System Generation Manual for G-Series RVUs
Using Preprocessing Commands
System Generation Manual for G-Series RVUs—523407-001
3-12
PARAM REUSEDP2
PARAM REUSEDP2
You can use this PARAM to tell SYSGENR to reuse a previously built SYSDP2 file. 
Doing this saves system generation time by not invoking BIND, XLLINK, and NLD to 
rebuild this file. The syntax is shown below. 
1 | YES
causes the SYSDP2 file to be reused. You must also enter the following ASSIGN 
command to tell SYSGENR where the SYSDP2 file is located:
ASSIGN SYSDP2, [[$volume.]subvolume.]filename 
where filename is the location of the SYSDP2 file to be reused.
Example
Enter the following commands to specify that SYSGENR reuse a previously built 
SYSDP2 file and to indicate the location of that SYSDP2 file:
> PARAM REUSEDP2 YES
> ASSIGN SYSDP2, $GEN.REUSE.SYSDP2
PARAM REUSESYSFILES
If you have not modified the CONFTEXT file to add your own accelerated object code 
to system code and system library, you can pass this information to SYSGENR by 
using a PARAM REUSESYSFILES command before running SYSGENR. Doing this 
saves system generation time by not invoking BIND, XLLINK, and NLD to rebuild these 
files. 
You must also specify the corresponding ASSIGN commands described below. These 
commands cause SYSGENR to reuse the following previously built files:
The syntax is shown below.
> PARAM REUSEDP2 { 1 | YES }
File Name File Content Program
SYSCOD00 System code  SYSGENR
SYSLIB00 System library  SYSGENR
SYSCLR Native system code and system library  SYSGENR
PARAM REUSESYSFILES { ALL | YES | 3 }
 { NATIVE | 2 }
 { TNS | 1 }










