Skip to main content

Hello all,

In the past I was using the fhredir.obj. Now ,with EXPRESS NET 5.1, how do I use it ? Because it seems there is more to fhredir.obj. Changed name?

Thanks

Joaquim


#checkboxDialogSystemNetExpress
#COBOL
#fhredir

Hello all,

In the past I was using the fhredir.obj. Now ,with EXPRESS NET 5.1, how do I use it ? Because it seems there is more to fhredir.obj. Changed name?

Thanks

Joaquim


#checkboxDialogSystemNetExpress
#COBOL
#fhredir

In what capacity were you using a fhredir.obj file and in what product version?

In Net Express 5.1 in order to use fileshare you simply use the directive:

$SET CALLFH (FHREDIR)

This does not require that any additional .obj files be linked in.

Docs for Fileshare can be found here.