You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CBL01016.cbl I've seen somthing that is not as it is recommended.
The table / array 01 OVERLIMIT. is indexed with a separate variable: 05 SUB1 PIC 99..
Recommendation says,that an array should be addressed with e.g. 'indexed by SUB1.'. That normally improves performance (in this case irrelevant). Cause this is an educational site, students should be shown how to do it right and not how it was done in the beginning of COBOL.
Reproduction Steps
...
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Course Details
GitHub
Description
In CBL01016.cbl I've seen somthing that is not as it is recommended.
The table / array
01 OVERLIMIT.
is indexed with a separate variable:05 SUB1 PIC 99.
.Recommendation says,that an array should be addressed with e.g. 'indexed by SUB1.'. That normally improves performance (in this case irrelevant). Cause this is an educational site, students should be shown how to do it right and not how it was done in the beginning of COBOL.
Reproduction Steps
...
Additional Context
No response
The text was updated successfully, but these errors were encountered: