{
{   This request concatentates a string and a string pattern together to form a
{ pattern that matches a subject string containing the "left" string followed
{ immediately by the "right" pattern.
{
{       CLP$SP_STRING_CONCAT_PATTERN (LEFT_STRING, RIGHT_PATTERN, WORK_AREA,
{         RESULT_PATTERN, STATUS)
{
{ LEFT_STRING: (input)  This parameter specifies the left operand string of
{       the concatentation.
{
{ RIGHT_PATTERN: (input)  This parameter specifies the right operand pattern of
{       the concatentation.
{
{ WORK_AREA: (input, output)  This parameter specifies an area of storage that
{       will be used to construct the resulting string pattern.  The current
{       position of this sequence pointer is updated to reflect the amount of
{       storage used by the request.  The resulting string pattern is contained
{       completely within the used part of this sequence.
{
{ RESULT_PATTERN: (output)  This parameter specifies the result string pattern.
{
{ STATUS: (output)  This parameter specifies the request completion status.
{
