**************************************************************************** * Program Name :FDTOCDD * * Author :Kevin McLaurin (MVRTA) * * Date Developed :Sep 25, 1990 * * Called By :None * * Calls To :Fdpass1, Fdpass2, Fdpass3 * * -------------------------------------------------------------------------* * Purpose: This program converts a COBOL FD file to a CDD for VAX/VMS. * *--------------------------------------------------------------------------* * Variables * * margin - The character number to start on when processing a record. This* * will be 1 unless the records contain line numbers. * * Filename- Stores the name of the FD file to convert. * * Variant - A 1000,2 table that stores the data element names of each * * redefine. n,1 = The original data element name. * * n,2 = The redefined data element name. * ****************************************************************************