You declare a record part of type indexedRecord in an EGL source file, which is described in EGL source format.
Record myIndexedRecordPart type indexedRecord { fileName = "myFile", keyItem = "myKeyItem" } 10 myKeyItem CHAR(2); 10 myContent CHAR(78); end
Related concepts
EGL projects, packages, and files
References to parts
Parts
Record parts
References to variables in EGL
Resource associations and file types
Typedef
Related tasks
Syntax diagram for EGL statements and commands
Related reference
Arrays
DataItem part in EGL source format
EGL source format
Function part in EGL source format
MQ record part in EGL source format
Naming conventions
Primitive types
Program part in EGL source format
Properties that support variable-length records
Relative record part in EGL source format
Serial record part in EGL source format
SQL record part in EGL source format
Structure field in EGL source format