Focal Point
[SOLVED] SYSCOLUM for FILES

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

August 01, 2009, 05:31 PM
Doug
[SOLVED] SYSCOLUM for FILES
I know we get the FILE info from SYSCOLUM and how to do that. But, I cannot remember where to get the data for the ACX files and FOCEXECs? Who Knows? Thanks in advance for passing it on...

This message has been edited. Last edited by: Doug,
August 02, 2009, 04:59 AM
Danny-SRL
SYSFILES will give you all the MASTER files.

APP LIST HOLD will create the FOCAPPL file which lists all the APP directories

APP QUERY directorylist HOLD will create the FOCAPPQ file which lists all the files in the applications of the directorylist


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

August 02, 2009, 11:59 AM
Doug
Thanks for that info. But, what I'm looking for is something within WebFOCUS that provides the info for ACX files and FOCEXECs similar to that information provided from SYSCOLUM for the MFDs, as follows:
TBNAME TBTYPE SEGNO SEGNAME SEGTYPE LOCSEGNAME SKEYS FILENAME NAME     COLNO COLTYPE LENGTH 
CAR    FOC        1 ORIGIN  S       ORIGIN         1 CAR      COUNTRY      1 CHAR        10 
CAR    FOC        2 COMP    S       COMP           1 CAR      CAR          2 CHAR        16  etc...


I know that I can do some various DOS commands on the App Folders and read the directory of fexes and the the fexes themselves and I just may do that. But, is that info available within WebFOCUS for the ACX / FOCEXECs like that of SYSCOLUM? ... Yes: Smiler, No: Frowner ...
August 02, 2009, 05:42 PM
Waz
SYSFILES will give you any type of file.

SQL FMI SET SYSFILES ACCESS
TABLE FILE SYSFILES
PRINT *
END


As for ACX file info, not sure how much, but some is accessed from SYSTABLE


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

August 02, 2009, 11:21 PM
Doug
Thanks Waz, that tells me about the files. But, I want the contents of those files... I'll just make a fex to read the acx and fex files... -READ or something like that... Smiler
August 02, 2009, 11:33 PM
Waz
As mentioned, some of the info is found when you table SYSTABLE.

e.g.

SERVER
REALNAME


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

August 03, 2009, 11:44 AM
Darin Lee
Actually, there IS something to show you the contents of the ACX and FEX files. Right click and chose Edit in Textfor stating the obvious, but it seems like you're going to a lot of trouble for something that already has an easy solution. If you don't want to know about the files, but rather their contents, it sounds like you want a focexec to read a focexec - which doesn't make much sense unless you're trying to get around restrictions that limit what you can currently see.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
August 03, 2009, 01:21 PM
Doug
I’m sorry that I did not explain myself clearly enough… So, I’ll try again.

First off, this was spurred on by the post regarding documentation a while back.
Secondly, the below code
TABLE FILE SYSCOLUM
PRINT TBNAME TBTYPE …
WHERE TBNAME EQ 'MyFile'
END
provides the “contents” of “MyFile” via “TABLE FILE SYSCOLUM” … WHERE TBNAME EQ ‘MyFile’

Now, finally, I am wondering (and doubtfully so, imho) if there is something out in WebFOCUS Land such as “TABLE FILE FEXFILES” which would work something like this:
TABLE FILE FEXFILES” … PRINT FEXLINE … WHERE FEXNAME EQ ‘MyFex’
Now, I do know how to do this using a created MFD and associated FILEDEFs, MacGyver stuff, etc… But, I just don’t want to “reinvent the wheel” again if there’s already a wheel out there that does what I want…

Thanks again...
August 03, 2009, 01:53 PM
GinnyJakes
I do all of that by hand, i.e. a generic master.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
August 03, 2009, 05:34 PM
Darin Lee
There isn't really anything like that. The fex files under MRE (at least for now) don't exists in any sort of structure that could be read like. They are just text files buried under the basedir directory.

For files in the server's application path there are a couple of statements that get you part way there that you may want to chekc out.

APP LIST [HOLD] lists the applications under approot. The HOLD option creates focappl.ftm which you can then write a report against.

APP QUERY app [HOLD] lists all the files under the specified location. The HOLD option creates focappq.ftm. You could then report against that hold file selection only thoses record where the filename contains ".fex".

Maybe those would be of some help...


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
August 03, 2009, 05:45 PM
Waz
The only thing that would come close as automated, would be the Impace Analysis functions on the WF server.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

August 03, 2009, 06:12 PM
Doug
Thanks Everyone...

I'll do something with the "generic master" and the "focapp*" files... I'll get back to this later and close it for now.

Thanks Again,
Doug




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206