Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

write external file with webfocus

Status
Not open for further replies.

gn090256

Programmer
May 8, 2011
1
0
0
DE
Hi, I want to create an external file with webfocus:
TABLE xxxxxx
:
field1
field2
:

I find the command -write. But how to use?
host system MVS
browser IE7
WF 6(?)
 
The typical WF output syntax begins with a verb such as PRINT or SUM. After identifying the fields to be output, the syntax provides a way of designating the output file format such as
ON TABLE PCHOLD FORMAT PDF
Looking at the documentation is highly recommended.
HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top