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

David L. Rotman ROTMAND at cedarville.edu
Mon Dec 8 14:59:46 EST 2003


The @RECORD functionality in DOWNLOAD relies on
the following entry in DICT.DICT:

001: I
002: FIELD(FIELD(@RECORD, at FM,1,1),' ',1,1)
003:
004:
005: 3L
006: S

On some systems, the entry for TYPE looks like this:
001: D
002: 1
003:
004:
005: 3L
006: S

This latter definition will only work if the dictionary
entries do not have any text (other than D, I, PH, etc.)
in field one.

Kevin revised the entry for TYPE and everything seems
to be working now.



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