|
|
Hilda,
String school(a1).
Compute school=substr(id,1,1).
Compute class=number(substr(id,2,1),f1.0).
Compute student=number(substr(id,3,3),f3.0).
It would be good to read up on these functions. They are described in the
Univesals section of the syntax reference pdf.
Gene Maguin
|