Loading...
Select Version
&pagelevel(4)&pagelevel
Task
New loaders are to be generated and installed for a product. Before this can be done, both the loaders and the software configuration must be defined in the depot.
Procedure using the statement interface
Start up RMS and select the product for which loaders are to be generated:
CALL-PROC SYSPRC.RMS.071,(FAM=TEST,V7SYNTAX=YES,MODE=BATCH)
SELECT-REPFILE-TO-BUILD PROD=SPOOL V4.9A
All loaders which have SPOOL V4.9A in their software configuration are selected. Now the selected loaders can be generated.
BUILD-REPFILE
END