1 PROGRAM The PROGRAM statement allows you to identify a main program with a name other than the filename. The PROGRAM statement must be the first statement in a main program and can only be preceded by comment fields. Example PROGRAM calculating_pay 2 Syntax PROGRAM prog-name