The PRCSRUNCNTL_SBP subpage is used when new run control pages are created. I've seen quite a few cases where new run control records have been created, but the PRCSRUNCNTL record is still used by the subpage for record name substitution. PRCSRUNCNTL is a SAMPLE record - it was only provided by PeopleSoft as an example!
As such, when putting in the process run control sub page (PRCSRUNCNTL_SBP), the "TO" subpage property should be set to the newly-created run control record, rather than PRCSRUNCNTL:
In such a case, the actual run control info will only be saved into the newly created run-control record, and it won't be duplicated into the PRCSRUNCNTL record (which makes sense - why put it into both run control records). You could share the same run control record among multiple components, but even then, PRCSRUNCNTL record should not be used for that purpose.
Furthermore, the component search record should also be set to the newly-created run control record, as opposed to PRCSRUNCNTL.





