When a file is defined in the data dictionary, the file attributes are automatically supplied to any CA Culprit program referencing the file. The file attributes include record size, record type, block size, file type, device type, user module name, and label type.
You can use standard files that are defined in the data dictionary and revise already existing data dictionary definitions.
To use the data dictionary definitions of a standard file, code:
To revise data dictionary definitions, code:
Data dictionary file definition: record size is 100. CA Culprit code redefinition: IN 80
Dictionary field definition: T-ACCOUNT with PIC X(5). CA Culprit code redefinition: REC T-ACCOUNT 1 10 'ACCOUNT'
|
Copyright © 2014 CA.
All rights reserved.
|
|