Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Building loaders in interactive mode

&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