{
{   This request concatentates a string pattern and a string together to form a
{ pattern that matches a subject string containing the "left" pattern followed
{ immediately by the "right" string.
{
{       CLP$SP_PATTERN_CONCAT_STRING (LEFT_PATTERN, RIGHT_STRING, WORK_AREA,
{         RESULT_PATTERN, STATUS)
{
{ LEFT_PATTERN: (input)  This parameter specifies the left operand pattern of
{       the concatentation.
{
{ RIGHT_PATTERN: (input)  This parameter specifies the right operand string 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.
{
