Previous Topic: SRVCALLNext Topic: SRVCOMP


SRVCCAT

SRVCCAT dynamically concatenates two DD statements by using a TSO command. It lets you add a data set without having to free and re-allocate an entire file concatenation.

SRVCCAT ddname1 ddname2

Replace ddname1 with the ddname of the concatenation to which you want to add another DD statement.

Replace ddname2 with the ddname of the statement you want to add to the concatenation.

To add an SRVPROC DD statement to the current SYSPROC concatenation, you typically would use the FREE SYSPROC command. Using this command requires that you then reallocate all entries. Instead, issue the command SRVCCAT SYSPROC SRVPROC to dynamically concatenate the DD statement.