| SCALES | 
SCALES(YSDATA,YSCODEN) ;output all scales for a test
;input :YSCODEN AS 601.71 IEN
;output scalename^601.82 ENTRY
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
YSCODEN | 
Input | 
IEN of file 601.71, to indicate the instrument
 
 | 
YSDATA | 
Output | 
output scalename^601.82 ENTRY in an array
 
 | 
 
 | 
SHOWALL | 
Returns the text, introductions and repsonses for all
questions in an instrument.
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
CODE | 
Input | 
Name of TEST infile 601.71
 
 | 
YSDATA | 
Output | 
Array of data first node question sequence, second:
"I" for intro, "T" for text or "R" for responses. Third node is running count.
 
 | 
 
 | 
ONECR(YSCODEN,YSLIMIT) | 
ONECR(YSCODEN,YSLIMIT) ;FUNCTION check one test for
CR
;input YSCODEN ien OF 601.71
;      YSLIMIT # OF QUESTIONS (25 DEFAULT)
;output 1: OK for CR
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
YSCODEN | 
Input | 
input YSCODEN ien OF 601.71
 
 | 
YSLIMIT | 
Input | 
YSLIMIT # OF QUESTIONS (25 DEFAULT)
 
 | 
 
 |