What is a record in COBOL?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
In COBOL, a record is a logical unit of data that consists of one or more fields. It represents a collection of related information, such as employee details or transaction data, and is defined using a RECORD keyword. Records are used to organize and manipulate data in COBOL programs.