{
{    The purpose of this request is to acquire a connection for a job submitted
{ by jmp$submit_detached_job.  The effect of this request is similar to an
{ attach_job command in that the acquired connection is the job's nominal
{ connection and all terminal files are connected to the new connection.
{
{    The parameters to this request are defined to allow the request to be
{ issued from a COBOL or FORTRAN program.
{
{       JMP$ACQUIRE_CONNECTION (SERVER_NAME, SERVICE_DATA, SERVICE_DATA_LENGTH,
{             STATUS);
{
{ SERVER_NAME: (input)  This parameter specifies the network server name for
{       which a connection will be acquired.
{
{ SERVICE_DATA: (output)  This parameter returns the value that was specified
{       on the CDCNET create connection command service data parameter, if any.
{
{ SERVICE_DATA_LENGTH: (output)  This parameter returns the length of the
{       service_data parameter.  Zero will returned if there is no service
{       data.
{
{ STATUS: (output) This parameter specifies the completion status of
{         the request.
