DATATRAN: a data transformation facility

Ken Jacobs, L. Cooprider, R. F. Teitel
{"title":"DATATRAN: a data transformation facility","authors":"Ken Jacobs, L. Cooprider, R. F. Teitel","doi":"10.1145/1198277.1198278","DOIUrl":null,"url":null,"abstract":"DATATRAN was designed to meet the need for a general, easy-to-use data transformation facility. This need exists because of the requirements most statistical processors impose as to the nature of input data. Although several of these processors include limited data transformation abilities (such as the BMD package) and almost all permit user supplied FORMAT descriptions of the data, several serious drawbacks can be seen. First, these capabilities, when present , differ widely from program to program. Second, users often find such facilities difficult to use, and even harder to debug. Lastly, no matter how general such a facility is, it is likely that some user will have data in a form which the program is unequipped to handle, or will desire a transformation which the program cannot perform. The intended use of DATATRAN is as a preliminary job step to prepare data for processing by a statistical processor of some sort. However , DATATRAN does include some arithmetic and functional abilities to allow limited data processing. The philosophy of the design of DATATRAN called for maximum transformational capabilities completely under the user's control in an easy-to-read and write syntax. Hopefully, this philosophy has been fulfilled. DATATRAN operates on data groups, or observations. If, for example, a survey produces 2 cards of data per respondent, the transformations the user desires are performed on the data in 2 card blocks. A block of data is read, each of the DATATRAN statements is executed, and the transformed block of data is placed on the output file the user designates. Each record in the block is designated by a letter of the alphabet. Thus a block which contains four records contains records A,B,C, and D. The length and number of the records in both the input and output blocks are specified by the user. Within a record, positions are referred to by column number. Thus, A3 refers to the third column on the first record, while B33-40 refers to columns 33 through 40 of the second record of a block. DATATRAN recognizes three data types: punch, value, and literal. Although it is expected that DATATRAN input will most often be from tape or disk, it is especially easy to picture these data types with respect to a punched card. The following descriptions are applicable to data placed on any type of device, though the references will be to card data. A punch variable consists …","PeriodicalId":129356,"journal":{"name":"ACM Sigsoc Bulletin","volume":"34 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"1969-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"ACM Sigsoc Bulletin","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/1198277.1198278","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

Abstract

DATATRAN was designed to meet the need for a general, easy-to-use data transformation facility. This need exists because of the requirements most statistical processors impose as to the nature of input data. Although several of these processors include limited data transformation abilities (such as the BMD package) and almost all permit user supplied FORMAT descriptions of the data, several serious drawbacks can be seen. First, these capabilities, when present , differ widely from program to program. Second, users often find such facilities difficult to use, and even harder to debug. Lastly, no matter how general such a facility is, it is likely that some user will have data in a form which the program is unequipped to handle, or will desire a transformation which the program cannot perform. The intended use of DATATRAN is as a preliminary job step to prepare data for processing by a statistical processor of some sort. However , DATATRAN does include some arithmetic and functional abilities to allow limited data processing. The philosophy of the design of DATATRAN called for maximum transformational capabilities completely under the user's control in an easy-to-read and write syntax. Hopefully, this philosophy has been fulfilled. DATATRAN operates on data groups, or observations. If, for example, a survey produces 2 cards of data per respondent, the transformations the user desires are performed on the data in 2 card blocks. A block of data is read, each of the DATATRAN statements is executed, and the transformed block of data is placed on the output file the user designates. Each record in the block is designated by a letter of the alphabet. Thus a block which contains four records contains records A,B,C, and D. The length and number of the records in both the input and output blocks are specified by the user. Within a record, positions are referred to by column number. Thus, A3 refers to the third column on the first record, while B33-40 refers to columns 33 through 40 of the second record of a block. DATATRAN recognizes three data types: punch, value, and literal. Although it is expected that DATATRAN input will most often be from tape or disk, it is especially easy to picture these data types with respect to a punched card. The following descriptions are applicable to data placed on any type of device, though the references will be to card data. A punch variable consists …
DATATRAN:数据转换工具
DATATRAN的设计是为了满足对通用的、易于使用的数据转换设施的需求。这种需求的存在是因为大多数统计处理程序对输入数据的性质提出了要求。尽管这些处理器中有几个包含有限的数据转换能力(例如BMD包),并且几乎所有处理器都允许用户提供数据的FORMAT描述,但是可以看到一些严重的缺点。首先,这些能力在不同的程序之间差别很大。其次,用户经常发现这些工具很难使用,甚至更难调试。最后,不管这种工具有多通用,很可能有些用户的数据形式是程序无法处理的,或者他们希望进行程序无法执行的转换。DATATRAN的预期用途是作为准备数据以供某种统计处理器处理的初步工作步骤。然而,DATATRAN确实包括一些算术和功能,以允许有限的数据处理。DATATRAN的设计理念要求在易于读写的语法中实现完全在用户控制下的最大转换功能。希望这个理念已经实现了。DATATRAN对数据组或观测值进行操作。例如,如果一项调查为每个应答者生成2张数据卡,则用户希望的转换将在2张卡片块中对数据执行。读取一个数据块,执行每个DATATRAN语句,并将转换后的数据块放在用户指定的输出文件中。块中的每个记录由字母表中的一个字母指定。因此,包含4条记录的块包含记录a、B、C和d。输入和输出块中记录的长度和数量由用户指定。在一个记录中,位置是通过列号来引用的。因此,A3指的是第一个记录的第三列,而B33-40指的是块的第二个记录的33到40列。DATATRAN识别三种数据类型:打孔、值和文字。虽然预计DATATRAN输入将经常来自磁带或磁盘,但是用穿孔卡片来描绘这些数据类型是特别容易的。下面的描述适用于放置在任何类型设备上的数据,尽管参考将是卡数据。一个punch变量包含……
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 求助全文
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信