record
Marks the start of the program block which handles the reading of each record from the file.
Syntax
record { program block }
Comments
The record block of the template program is called every time the file reader needs to read a record (or time step).
This section should read in all the requests (or fields) for the given time step or record.
Example
record
{
do numrequests
{
read request
}
}