9.2  FILE HEADER

The first line in this data section must say:  [ONELINER AND POWER FLOW DATA].  This is followed by the data described below.  A blank line ends the section. The program-version line is required.

1.   String delimiter: You can specify whether character strings are enclosed by single or double quotation marks. The syntax is: delimiter=’ or delimiter=”  The default is the single quotation mark. This line is optional, but if you want to use it, it should be the first one in the section.

2.   Application Program Name: The program name that follows 'app= ' is the program that created this file, enclosed by quotation marks.

3.   Program Version: The numbers that follow ‘ver=’ are the year the program was released, the version letter enclosed by quotation marks, and the major and minor version number, separated by a period.

4.   Creation Date: The date following 'date= ' is the date on which the network text file was created, enclosed by quotation marks.

An example of this section is shown below.

 

[ONELINER AND POWER FLOW DATA]

delimiter='

app= 'ASPEN OneLiner'

ver= 2014 'A' 14.0

date= 'Sat Dec 05 16:48:54 2015'