SCH014
/* This is the source for schema SCH014 (VMS/RSX systems) */
/* Created : 10/28/92 (RK) */
/* Last modified : 11/5/92 (RK) */
/* Schema for ASCII text data stored in DAFLIB format */
01 SCHNAM TYPE STRING LENGTH 8
01 RECLNT /* in blocks */
01 ANID TYPE STRING LENGTH 12
01 DSID TYPE STRING LENGTH 12
01 DATE TYPE STRING LENGTH 8
01 TIME /* in 10ths of seconds since midnight */
01 EXTYP TYPE STRING LENGTH 4
/* The above completes the mandatory header */
01 NRECS /* number of records */
01 LDUMMY
01 DUMMY LENGTH LDUMMY /* Extra space for future use */
01 TXTDAT TYPE VECTOR RG OCCURS NRECS TIMES /* Start 1st word new block */
02 LREC /* Length of record in #chars*/
02 TXREC TYPE STRING LENGTH LREC /* Each record of ascii text */
00
If you have questions or suggestions about this page,
please send e-mail to
kochhar@neurophys.wisc.edu
Return to Data Schemas Page
Return to Computing Page
Return to Basement Page