HP3000-L Archives

March 2000, 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:
"Gates, Scott" <[log in to unmask]>
Reply To:
Gates, Scott
Date:
Wed, 29 Mar 2000 16:14:39 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
                I have only a passing familiarity with POSIX on HP-3000. I
know it's there but it's  never bothered me before. I need to copy some
production archive files from one machine to another.  I originally thought
I could use DSCOPY and a REPEAT loop in MPEX like below, but the twist is
that the filename are in the POSIX format instead of MPE.
                 I'm sure this would have worked for MPE style filenames.

                This is the code:
                %   REPEAT
                %>     DSCOPY !MPEXCURRENTFILE,HP1 TO !MPEXCURRENTFILE,HP2
                %>   FORFILES ../ARCHIVE/WAREHOUS/CHECK@

                This is the response:

                  Source file: /AMISYS/ARCHIVE/WAREHOUS/CHECK_9_19
                  FILE ID IS TOO LONG.  (NFT/3000 ERR 22)
                  INVALID SOURCE FILE ID.  (NS/NFTERR 49)

                  Source file: /AMISYS/ARCHIVE/WAREHOUS/CHECK_9_20
                  FILE ID IS TOO LONG.  (NFT/3000 ERR 22)
                  INVALID SOURCE FILE ID.  (NS/NFTERR 49)


                ************************************************************
                * Scott Gates-ext 7994  | There is no problem in the world *
                * UPMC Health Plan      | that cannot be made worse by     *
                * 412-454-7994          | overreacting to it.              *
                ************************************************************

ATOM RSS1 RSS2