Upon an implementation of a new Deliver release, the client receives the following messages when doing a report print:
RMOBPC05 Card 070 Invalid symbolic variable GEN - Banner Page DEFAULT
RMOBPC06 Card 070 Missing symbolic variable anem - Banner Page DEFAULT
The RMOBPC05 and RMOBPC06 messages indicate a problem, with a symbolic variable, on a Deliver banner page that is being requested:
RMOBPC05 Card 070 Invalid symbolic variable GEN - Banner Page DEFAULT
RMOBPC06 Card 070 Missing symbolic variable anem - Banner Page DEFAULT
The above indicate that there is something not right with the banner called DEFAULT.
In this instance, the client would like to use a banner page from one of their Deliver production banner libraries, to move to their test environment.
For that procedure, in Deliver:
. Go to the Deliver Primary panel
. Issue command "DISP B", and it should show a list of the banners that are resident on the Deliver database.
To load a banner to Deliver and call it "XXXXXXXX", you can do so identifying the corresponding library member, and then running that library member as input to BLOAD:
//XXXXXXXX JOB ...
//RMODBASE EXEC PGM=RMODBASE
//STEPLIB DD DISP=SHR,DSN=DLVR.CVDELOAD <=== Modify, if used
//RMOBLIB DD DISP=SHR,DSN=....CVDED133(XXXXXXXX)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
NAME dlvr_hlq
BLOAD
/*
//
The banners in the target database, except for XXXXXXXX, are unaffected, as the function will only add the XXXXXXXX banner to the database.