Skip to content

Commit fb892e7

Browse files
authored
fix: Add assign statement to sort-file
1 parent c345107 commit fb892e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cob

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENVIRONMENT DIVISION.
1111
ACCESS SEQUENTIAL.
1212

1313
*> Sort work file (internal to SORT statement)
14-
SELECT Sort-File
14+
SELECT Sort-File ASSIGN TO "SortWork.txt"
1515
ORGANISATION LINE SEQUENTIAL
1616
ACCESS SEQUENTIAL.
1717

0 commit comments

Comments
 (0)