Use the statements shown below to load records into a VSAM file.
| Division | ESDS | KSDS | RRDS |
|---|---|---|---|
| ENVIRONMENT DIVISION | SELECT |
SELECT |
SELECT |
| DATA DIVISION | FD entry | FD entry | FD entry |
| PROCEDURE DIVISION | OPEN OUTPUT |
OPEN OUTPUT |
OPEN OUTPUT |
related tasks
Opening an empty file
Updating records in a VSAM file