HP3000-L Archives

January 2012, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
donna hofmeister <[log in to unmask]>
Reply To:
Date:
Mon, 30 Jan 2012 10:40:32 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (78 lines)
DSCLOSE.CMD
parm x=@
setvar ds_line ups("!x")

if ds_line = "?" or ds_line = "HELP"
  echo
  echo This command accepts a MPE node name
  echo and closes the dsline for the given site.
  echo The default value is [log in to unmask]
  echo
  deletevar ds_@
  return
endif

dsline !ds_line;close
deletevar ds_@

DSL.CMD
parm x=?
setvar ds_line ups("!x")

if ds_line = "?" or ds_line = "HELP"
  echo
  echo This command accepts a MPE node name
  echo and attempts to establish a dsline with the
  echo site followed by issuing the remote command.
  echo
  deletevar ds_@
  return
endif

dsline !ds_line
remote
deletevar ds_@

DSSHOW.CMD
parm x=@
setvar ds_line ups("!x")

if ds_line = "?" or ds_line = "HELP"
  echo
  echo This command accepts a MPE node name
  echo and shows the dsline attributes for the given site.
  echo The default value node name is [log in to unmask]
  echo
  deletevar ds_@
  return
endif

dsline !ds_line;show
deletevar ds_@


Donna Hofmeister
Allegro Consultants, Inc.
408-252-2330


-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]] On Behalf
Of Stanfield, Randy (Carrollton, TX)
Sent: Monday, January 30, 2012 10:13 AM
To: [log in to unmask]
Subject: [HP3000-L] DSLINE commands

Does anyone have command files built for evaluating DSLINE connections?

1. Is a DSLINE OPEN for specific system? Have multiple machines 2.
evalulating remote logon(user/account)?



* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2