M
Member 310024
Guest
... with apologies to Bob Wills & his Texas Playboys.
Is there a way of making a PC COBOL (Microsoft,which I believe is re-badged Microfocus COBOL V4.5)program go to sleep for a while?
I have a program which I use to load records from a sequential file into an ISAM file.
I would like to issue an ACCEPT statement after every
100,000 records, to allow me to say Y (keep going) or N (stop). But ... if I haven't responded after say 1 minute,
I would like the program to continue.
I also want to avoid the PERFORM UNTIL using ACCEPT TIME to
decide when 1 minute is up.
Is there a way of making a PC COBOL (Microsoft,which I believe is re-badged Microfocus COBOL V4.5)program go to sleep for a while?
I have a program which I use to load records from a sequential file into an ISAM file.
I would like to issue an ACCEPT statement after every
100,000 records, to allow me to say Y (keep going) or N (stop). But ... if I haven't responded after say 1 minute,
I would like the program to continue.
I also want to avoid the PERFORM UNTIL using ACCEPT TIME to
decide when 1 minute is up.