Programming Languages
COBOL
Subjective
Mar 15, 2013
How will you define your record descriptions in the FILE SECTION if you want to use three different record descriptions for the same file?
Detailed Explanation
FD filename
DATA RECORDS ARE rd01, rd02, rd03.
01 rd01 PIC X(n).
01 rd02 PIC X(n).
01 rd03 PIC X(n).
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts