CDL File format
Worklist and CDL files consist of a sequence of commands that occupy single or multiple lines.
The file structure is sequential and fixed in length, with 80-character records. The following table defines the record layout of the worklist file and the record layout of the CDL file:
Column number | Layout | Description |
---|---|---|
1 | Line identifier | A dash (-) that indicates the beginning of a command An asterisk (*) indicates a comment. If there is no indicator, then this line is a continuation of the previous Command line. |
2-5 | Command identifier | A four-character code that identifies the command The command identifier appears only on the first line of the command. |
6 | Blank | A blank character (required) |
7-12 | Command sequence number | A six-digit number, right-justified and zero-filled, that indicates the command sequence Each command has a unique number. These numbers must remain in order. You might add and delete commands, however, you must keep the commands in ascending sequence. Command sequence numbers are generated in increments of 50 to allow you to insert commands as needed. Although you can change a command sequence number, doing so results in a hash failure. The command sequence number appears only on the first line of a command. |
13 | Blank | A blank character (required) |
14-72 | Command text | Free-format text that includes the information that is needed to execute the command For continuation lines, the text appears in columns 2 through 72. |
73-80 | Hash verification number | A numerical hash value that indicates the contents of the command Several components use the number to detect changed and inserted commands. Do not insert or modify this code. The hash number appears only on the last line of command. |
Related topic