
{ RHP$MLI_GET_PERMANENT_FILE
{
{       The purpose of this procedure is to link to a partner job
{ on the NOS/170 side and have a NOS/170 permanent file copied to
{ a NOS/VE local file.
{
{          RHP$MLI_GET_PERMANENT_FILE (PERMANENT_FILE_NAME,
{           USER_NUMBER, PASSWORD, LOCAL_FILE_INFO,
{           CONVERSION, STATUS)
{
{ PERMANENT_FILE_NAME: (input) This parameter specifies the name of
{          a direct or indirect NOS/170 file to get.
{
{ USER_NUMBER: (input) This parameter specifies the NOS/170 user
{          number of the owner of the file.  This parameter is
{          necessary if the file is registered in a catalog
{          whose user number is different than the user number
{          specified on the last SET_LINK_ATTRIBUTES command.
{
{ PASSWORD: (input) This parameter specifies the NOS/170 file password
{          needed to gain access to the file.  It is required when the
{          file does not belong to the requesting user.
{
{ LOCAL_FILE_NAME: (input) This parameter specifies the name of the
{          NOS/VE local file to which the file is copied.
{
{ CONVERSION: (input) This parameter gives the method of conversion
{          of the 170 file into a NOS/VE file.
{
{ STATUS: (output) This parameter specifies the request status.
{
{
