Hello
Here is an other problem I am encountering.
I would like to use TSCOM3 to run Fex files (batch).
Here is my .bat file :
C:\ibi\srv71\wfs\bin\edastart -f myfile.t3i
Here is myfile.t3i :
%connect
%begin
EX MYFEX
%end
%disconnect
%stop_server
My question is : How could...
Hello,
Thank you for your help,
We decided to use a Cobol program to make the file "FTPable".
FYI : A IBM Utility called IceTool could have been used too.
Tks
The file was created using a cobol program. So the numeric numbers are PIC S9(14)V9(4) COMP-3 , PIC 9(11) ,...
You are right.
If the file is ascii FTPed :
- I can read alpha fields using Webfocus but I am not able to read the numeric fields.
If the file is binary FTPed :
- I can read...
Hello,
I FTP'd a file, containing numbers and characters, from MVS OS/390 to a webfocus server using "binary" option. When I try to read the file, only numbers are readable. If I use "ascii" FTP option for transfert : only characters are readable.
I am affraid Webfocus try to read the ebcdic...
OK, problem solved.
I have done a big mistake. Instead of typing "SET ASNAMES=ON" I typed "-SET ASNAMES=ON".
Thank you for your help, sorry for the mistake
Hello
?FF HOLD1 run from the editor returned "NEWNAME" (renamed field).
?FF HOLD1 run from ReportCaster returned "MYFIELD" (original field).
WHENCE HOLD1 MASTER returned the file path but Icannot find the file HOLD1.MAS because it was already deleted I think.
Hello,
I tried to do what you said.
&FOCFEXNAME return ADHOCRQ (without "_") when run from the editor.
But it returns an error when run from the saved procedure (erro 32026) or from ReportCaster (error 32073).
Hello,
Me again...
I have a problem using AS to rename a field.
Here is the source code :
TABLE FILE MYFILE
PRINT MYFIELD AS 'NEWNAME'
ON TABLE HOLD AS HOLD1
END
TABLE FILE HOLD1
PRINT NEWNAME
END
This works when I run it from the editor or from the saved procedure but it does not work when...
Here are some details after a new test.
Fex executed from studio developer while in editor retrieve : '_ADHOCRQ'
Fex executed from saved procedure retrieve : '_fexname'
Fex executed from Report Caster retrieve : 'RCASTER'
&FOCFOCEXEC retrieved the fex name when executed as a saved...
Hello Vendor,
The fex is on the server, not in the MRE repository.
I run it from the editor and from the saved procedure too (Right click 'RUN'). In both situations I have the same problem, I have never retrived the fex name.
Thanks for your help Vendor
Hello, using Webfocus 7.1,
I would like to retrieve the procedure name from the procedure during batch execution.
I tried with &focfocexec but it returned '_ADHOCRQ'
I tried with GETUSER() but it returned 'SYSTEM'
I tried with CNCTUSR() but it returned my username.
Which instruction, variable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.