{
{    The purpose of this request is to establish job local queue communication
{  between the parent and child tasks.  The request is made by the child task.
{
{       NFP$BEGIN_ASYNCHRONOUS_COMMUNICATION (PARAMETERS, CONNECTED_TASK,
{             QUEUE_ID, STATUS);
{
{  PARAMETERS: (input) This parameter specifies the program parameters that
{        are passed by the parent task.
{
{  CONNECTED_TASK: (output) This parameter is the task id of the parent task.
{
{  QUEUE_ID: (output) This parameter is the queue connection for the child
{        task.
{
{  STATUS: (output) This parameter specifies the request_status.
{        CONDITIONS:
{              nfe$redundant_begin_task
{              nfe$async_task_timeout
{
{              pmp$define_queue error conditions
{              pmp$connect_queue error conditions
{
{        IDENTIFIER: 'NF'
{
