Skip to main content

my work environment :

Solaris 9

Server Express 5.0 

my question is how to redirect the SYSOUT of mfsort to a file
I am confused if I change or enable OUTDD  on Solaris 9  (UNIX pseudo)
and where I should change it.

tanks


#cobolserverexpress

my work environment :

Solaris 9

Server Express 5.0 

my question is how to redirect the SYSOUT of mfsort to a file
I am confused if I change or enable OUTDD  on Solaris 9  (UNIX pseudo)
and where I should change it.

tanks


#cobolserverexpress

Hello drpereyra,

Welcome to the Micro Focus Community Forums. As mentioned in the Server Express 5.0 documentation on Mfsort , you can redirect the output file generated by Mfsort by defining the SYSOUT environment variable.

• If you do not use the SYSOUT environment variable, it is written to a file named SYSOUT.

• If you do specify the SYSOUT environment variable, you specify the filename to be written to.

For future reference, you can find the Server Express 5.0 documentation at this link.

Then, on the left, look under the heading "Programming" and click on "File Handling". Chapter 8 in the File Handling book covers the Mfsort utility.


my work environment :

Solaris 9

Server Express 5.0 

my question is how to redirect the SYSOUT of mfsort to a file
I am confused if I change or enable OUTDD  on Solaris 9  (UNIX pseudo)
and where I should change it.

tanks


#cobolserverexpress

Tanks Blair, I'm going to try it  and it comment you.