Previousnew Up
intrinsic
sizeNext

intrinsic Method newClass

Return a template which can be used when creating collections. Length of template must be specified. Hence only data of the same length can be stored in collections. If you need to store variable length Intrinsics in collections, then you need to create instances of the intrinsic subclasses and store those.

Using Parameters
alength PIC S9(9) COMP-5
Returning Parameter
lnkclass OBJECT