Focal Point
Output ? FILEDEF to a file

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/55410454

March 15, 2009, 12:14 PM
Efrem
Output ? FILEDEF to a file
I'm trying to find a way to route the output of ? FILEDEF to a file so that it can
later be read in by -READ statements.
If anyone has an idea on how to do this please let me know.
March 15, 2009, 03:46 PM
Danny-SRL
In the good old days of Mainframe, you could allocate SYSPRINT to a file. I didn't find this feature existed in WF.


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

March 16, 2009, 04:32 AM
GamP
Check out this post on writing defines to a file, it may be of help to you.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
March 16, 2009, 06:44 AM
Efrem
These commands give me the Reporting Server trace for the commands between turning on and off the trace.

I would like to find a way to just route the output from ? FILEDEF to a file.
March 16, 2009, 08:23 AM
GamP
That IS the way. There is no other method of getting it into a file....


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
March 16, 2009, 09:32 AM
Rhonda
Yes you can code a FILEDEF on all platforms in WebFOCUS so that it can be -READ.

FI[LEDEF] filename DISK appname/physical_name
-READ filename fld1.An, fld2.An

There are many examples on the IBI website and in the help section showing the syntax depending upon the platform. Hope this helps.


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
March 16, 2009, 10:27 AM
GamP
Rhonda,

Efrem knows that, I'm sure.
He was looking for a way to write the result of ? FILEDEF command to a file. And that is defenitely NOT in any help section.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988