HP3000-L Archives

April 1999, Week 3

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:
Mark Bixby <[log in to unmask]>
Reply To:
Date:
Fri, 16 Apr 1999 10:33:02 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
I just discovered that :LISTFILE isn't computing pattern length correctly:

:listfile [A-Z][A-Z][A-Z]????[A-Z],2
                          ^
File name is more than eight characters long. (CIERR 532)

Bzzzt!  Wrong!  That pattern is indeed an eight character standard MPE file
name.

But for an easy workaround you can use HFS syntax:

:listfile ./[A-Z][A-Z][A-Z]????[A-Z],2
 PATH= /SYS/CCCDMGR/

 CODE  ------------LOGICAL RECORD-----------  ----SPACE----  FILENAME
         SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX

           1B  BA    13716803   16384000   1    53584 30 32  BRWKXF3A
           1B  BA    11487125   16384000   1    44880 26 32  BWRKXG7A
           1B  BA     1580579   16384000   1     6176  7 32  DICKXD5A
           1B  BA     1823301   16384000   1     7136  7 32  SYCKXD9A
           1B  BA     4092493   16384000   1    16000 11 32  SYDKXD8A
           1B  BA     1676539   16384000   1     6560  7 32  SYRKXH7A

I haven't checked the other commands that support [A-Z] pattern syntax, but
it wouldn't surprise me if they had this same problem too.
--
Mark Bixby                      E-mail: [log in to unmask]
Coast Community College Dist.   Web: http://www.cccd.edu/~markb/
District Information Services   1370 Adams Ave, Costa Mesa, CA, USA 92626-5429
Technical Support               Voice: +1 714 438-4647
"You can tune a file system, but you can't tune a fish." - tunefs(1M)

ATOM RSS1 RSS2