 ====================================================================================================
step-1                                                                                              |
 |  (selection-3)--Create Data-Entry program.                                                       |
 |   ----------------------------------------                                                       |
 |   Give File-Name (8-char) for Data and Definitions Program.                                      |
 |   Create step by step a data-entry program with : labels, input-fields, constants-output.        |
 |      * ____________________________                                                              |
 |      * Record length for Data file.                                                              |
 |      R:00115                                                                                     |
 |      * __________________                                                                        |
 |      * Header for screen.  (Row, Col).                                                           |
 |      H:"  *-=<[ File: DataTypC ]>=-*  ",01,23                                                    |
 |      H:"==*----~~~~~~~^^^^^^^^~----*==",02,23                                                    |
 |      * ______________________________________                                                    |
 |      * Label-Title for Input field at screen. (Row, Col, Length).                                |
 |      T:"Field-10.:",05,05,10                                                                     |
 |      * ___________________________________________________________________                       |
 |      * Input field (Row, Col, Len, Rec-Position)  (N/Z/X)=Numeric/Numeric/Character.             |
 |      I:05,16,10,0001(X)                                                                          |
 |      * ____________________________________________                                              |
 |      * Output constant to Rec. (Len, Rec-Position).                                              |
 |      O:"Constant",08,0050                                                                        |
 |      *                                                                                           |
 |                                                                                                  |
 ===================================================================================================|
step-2                                                                                              |
 |  (selection-1)--Run previous data-entry program.                                                 | 
 |   ----------------------------------------------                                                 | 
 |   Give File-Name (8-char) for Data and Definitions to run the Program.                           |
 |                                                                                                  |
 ===================================================================================================|
step-3                                                                                              |
 |  (selection-2)--Export data.                                                                     |
 |   --------------------------                                                                     |
 |   Export data from previous created data-file (*.DAT) to an ASCII file (*.TXT).                  |
 |                                                                                                  |
 ====================================================================================================
