Skip to main content

cobol "accept before time" operand TIMEOUT is not declared

  • May 28, 2019
  • 2 replies
  • 0 views

actuall using Merant Micro Focus 3.1.11. Before Object COBOL V3.4.

Now I get following "error":

    66  accept taste timeout 10
12-S*************************
** Operand TIMEOUT is not declared

 

PLEASE HELP ASAP. Thanks

 


#accepttimeout
#netexpress

2 replies

Chris Glazier
Forum|alt.badge.img+2
  • Moderator
  • 3697 replies
  • May 29, 2019

actuall using Merant Micro Focus 3.1.11. Before Object COBOL V3.4.

Now I get following "error":

    66  accept taste timeout 10
12-S*************************
** Operand TIMEOUT is not declared

 

PLEASE HELP ASAP. Thanks

 


#accepttimeout
#netexpress

Neither one of those old product versions is supported anymore but the error you are receiving is most likely because the DIALECT directive you are using does not support that syntax.

Try using

$SET DIALECT"MF"


Fano Razafinimanana

actuall using Merant Micro Focus 3.1.11. Before Object COBOL V3.4.

Now I get following "error":

    66  accept taste timeout 10
12-S*************************
** Operand TIMEOUT is not declared

 

PLEASE HELP ASAP. Thanks

 


#accepttimeout
#netexpress

I was unable to reproduce this issue with Net Express 5.1, but it does fail on both Net Express 3.1 and 4.0.

It sounds like an issue that was resolved in Net Express 5.1 onward.