Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Activating optional REPs

&pagelevel(4)&pagelevel
Task

Optional REPs for the loader of a SPOOL version are to be activated. Optional REPs are always deactivated and must be activated in the depot before a loader is created.

Procedure using the statement interface

First the desired optional REP packet must be created. To do this, start up RMS as follows and generate the packet using the corresponding RMS statement:

CALL-PROC SYSPRC.RMS.071,(FAM=TEST,V7SYNTAX=YES,MODE=BATCH)
   CREATE-OPT-PACKET NAME='OPT.SPOOL.049A.2',INPUT=*SYSDTA
   ADD=(A1111111,A2222222)
   ADD=A3333333
   END
   END

Now connect the optional REP packet with the loader.

MODIFY-REPFILE-DEFINITION NAME='LADER.SPOOL.049.2',-
                          ADDOPTS='OPT.SPOOL.049A.2'
END