{
{      The purpose of this request is to obtain a copy of a NOS/170
{ permanent file.  A NOS/170 indirect or direct access permanent file
{ that resides on online family storage can be copied.
{
{      A prior LINK_USER command identifies the NOS/170 family to
{ which the file belongs as well as the requesting user's accounting
{ and user identification information needed to access the family and
{ file.  RHP$GET will generate NOS/170 GET or ATTACH commands using
{ these values to gain access to the file.  If access is granted the
{ file is copied to a NOS/VE file.
{
{           RHP$GET (TO_LOCAL_FILE, FROM_PERMANENT_FILE,
{             CONVERSION, USER_NAME, PASSWORD, STATUS)
{
{ TO_LOCAL_FILE: (input) This parameter specifies the NOS/VE file
{           to which the file is copied.
{
{ FROM_PERMANENT_FILE: (input) This parameter specifies the NOS/170
{           permanent file to be copied to a local NOS/VE file.
{
{ CONVERSION: (input) This parameter specifies the type of conversion
{           to be done during the file copy.  The conversion options
{           are:
{
{           amc$bcd (b60):   Each 60-bit C170 word is placed into the
{                right most bits of each 64-bit C180 word.  The left most
{                4-bits of each C180 word are set to zero.
{
{           amc$ascii (b56): The right most 56-bits of each C170 word
{                are packed into contiquous C180 bits.  The left most
{                4-bits of each C170 word are ignored.
{
{           amc$as6 (a6):   The C170 file contains character data in the
{                6/12 ASCII format.  Each character is converted to
{                an 8-bit ASCII character.
{
{           amc$as8 (a8):   The C170 file contains character data in the
{                8/12 ASCII format.  Each character is converted to
{                an 8-bit ASCII character.
{
{           amc$dis4 (d64):  The C170 file contains display code data
{                according to the 64 character set representation.  Each
{                character is converted to a 8-bit ASCII character.
{
{           Default is amc$bcd (b60).
{
{ USER_NAME: (input) This parameter specifies the NOS/170 user
{           identification of the owner of the file.  This parameter
{           is only necessary if the file is registered in a catalog
{           belonging to a user whose identification is different
{           than the requesting user's NOS/170 identification.
{
{ PASSWORD: (input) This parameter specifies the NOS/170 file password
{           needed to access the file.  It is only required when the
{           file does not belong to the requesting user.
{
{ STATUS: (output) The status of the request will be returned with
{           this parameter.
{
