What does the end= in this code snippet mean?
read(portNum, 100, end =900) readline
P.S. I already tried Google to find this, without luck.
@user3600286:
Quoted directly from this pdf:
END=900 instructs the program to go to heading 900 in the event all records have been read
The 'readline' at the end appears to be a string variable (would have been defined earlier in the program) that temporarily holds each line read in from the file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With