[Download-List] RE: All fields in FILE download

David L. Rotman ROTMAND at cedarville.edu
Mon Dec 8 13:49:57 EST 2003


One more thing to try, then, is to check for problems in DICT.DICT.

Try this:
LIST DICT PERSON TYPE

TYPE should come out D (data item), I (i-descriptor), etc.

"TYPE" must be defined in DICT.DICT for the @RECORD login in
DOWNLOAD to work.

The entry in DICT.DICT (Unidata, version 6.03):
001: I
002: FIELD(FIELD(@RECORD, at FM,1,1),' ',1,1)    
003:
004: TYPE
005: 3L
006: S




Dave Rotman
Director of Computer Services
Cedarville University
251 N. Main Street
Cedarville, OH 45314
rotmand at cedarville.edu
voice 937-766-7905
fax 937-766-8819

>>> kpdavis at ilstu.edu 12/8/2003 12:35:58 PM >>>
I have now tried this on PERSON with the same results.  I get @ID's,
but
no other data fields output.  I tried both with and without DEFAULT
NUM.VALUES ALL

I am writing all output to the screen (see line 7).

001: PA

002: SELECT PERSON SAMPLE 10

003: SAVE.LIST XKPD.PERSON.LIST

004: GET.LIST XKPD.PERSON.LIST

005: DOWNLOAD PERSON @RECORD DEFAULT NUM.VALUES ALL

006: *DOWNLOAD PERSON @RECORD

007: *FILE _HOLD_ XKPD.PERSON.DOWNLOAD OVERWRITING

008: DELETE.LIST XKPD.PERSON.LIST            

I still wonder if it is getting confused with the save list
processing.
I need to find a smaller file to try this out on or create a subset of
PERSON or ROOMS so I can take the SELECT/SAVE/GET off and see if that
makes a difference.


OUTPUT:

:XKPD.PERSON.DOWNLOAD

 

10 records selected to list 0.

 

10 key(s) saved to 1 record(s).

10 records retrieved to list 0.

DOWNLOAD version 7.02

Creating temporary list DLKPDAVIS40794

10 key(s) saved to 1 record(s).

10 records retrieved to list 1.

Using input file PERSON

Output to screen

 

0000551

0022545

0008406

0027258

0011548

0002122

0013119

0030400

0006835

0033542                            

---

Kriss

-------------------------
Kriss Davis, CCP
Illinois State University
kpdavis at ilstu.edu 
-------------------------
_______________________________________________
download-list mailing list
download-list at cedarville.edu 
http://mail.cedarville.edu/mailman/listinfo/download-list



More information about the download-list mailing list