.script
;
;=============================================================== 
.input pr8600, 2, 70
.placement 1, 1
.title ' SSN Verification ', highlight
.paint _

.field type, a1, pos(1,1), prompt("File type"), fpos(1,12), -
 help(PRW2WAGE), select(0,3,,"Submission","Returned file")

.field name, a60, pos(2,1), prompt("File name"), fpos(2, 12), -
help(PRSSNVNAME), required

.structure rec1, type, name
.set set1, rec1, type, name
.end

