× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

Incompatible with Browser,Desktop, OFS. Do not use

  • VigneshGautam
  • Topic Author
  • Visitor
  • Visitor
13 years 7 months ago #6986 by VigneshGautam
Hi All,

While compiling the source codes of any routine that involves CRT/PRINT statements, I get the attached error.How to avoid this warning? Just curious to know. Not a show stopper as such.
Attachments:

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #6990 by jpb
Look in F.EB.COMPILE.TEXT

Please Log in or Create an account to join the conversation.

  • VigneshGautam
  • Topic Author
  • Visitor
  • Visitor
13 years 7 months ago #6991 by VigneshGautam
Replied by VigneshGautam on topic Re: Incompatible with Browser,Desktop, OFS. Do not use
It seems it says for what all strings in the code, warning has to be thrown. I guess there is no way to avoid the error while using CRT/PRINT in routines.

1.10 SEARCH.TEXT.... CRT
3.10. 1 IGNORE.PROG. EB.COMPILE
3.10. 2 IGNORE.PROG. JBASE.TEXT.SCAN
4.10 IGN.NO.ICOMMON. NO
5.10 PREV.CHAR.LIST. ;
6.10 MSG.TYPE....... WARNING
7.10. 1 CORR.ACTION. Incompatible with Browser, Desktop and OFS. Do not use
1.11 SEARCH.TEXT.... PRINT
3.11. 1 IGNORE.PROG. I_COMMON
3.11. 2 IGNORE.PROG. EB.COMPILE
3.11. 3 IGNORE.PROG. JBASE.TEXT.SCAN
4.11 IGN.NO.ICOMMON. NO
5.11 PREV.CHAR.LIST. ;
6.11 MSG.TYPE....... WARNING
7.11. 1 CORR.ACTION. Incompatible with Browser, Desktop and OFS. Do not use

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #6993 by jpb
You can edit this file and throw out warnings you find useless (remove 10/11) or add more IGNORE.PROG ;-)
The following user(s) said Thank You: VigneshGautam

Please Log in or Create an account to join the conversation.

  • VigneshGautam
  • Topic Author
  • Visitor
  • Visitor
13 years 7 months ago #6994 by VigneshGautam
Replied by VigneshGautam on topic Re: Incompatible with Browser,Desktop, OFS. Do not use
:D Thats mean. But I like it. Thanks.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #6997 by stefano
...apart of all the above...

Try to compile the routine with FIBC instead of the other way...for sure you will not see that message...

:-)

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #6999 by jpb
What's that - FIBC ?

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #7000 by stefano
...you can compile the routine by this...

150 usd if you want more details jpb!!!

ha ha ha

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #7002 by stefano
...actually, you save and compile the routine...

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #7003 by jpb
Why should I pay when BASIC is for free ?

But beside, a tool for win, unix, both ?

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #7005 by stefano
...no is just a command...Instead of FI , type FIBC ...This will save and compile your routine/program...
The following user(s) said Thank You: VigneshGautam

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #7007 by jpb
Another undocumented feature in JED !

But as it only performs BASIC (without CATALOG) and you can't pass -I (or is there another hidden trick?) for the inserts the benefit is somehow restricted ...

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #7008 by stefano
...totally agree with your comments but anyway is a "stupid" solution for the Gautam's post here...!

Please Log in or Create an account to join the conversation.

  • VigneshGautam
  • Topic Author
  • Visitor
  • Visitor
13 years 7 months ago #7009 by VigneshGautam
Replied by VigneshGautam on topic Re: Incompatible with Browser,Desktop, OFS. Do not use

Another undocumented feature in JED !

But as it only performs BASIC (without CATALOG) and you can't pass -I (or is there another hidden trick?) for the inserts the benefit is somehow restricted ...


Indeed. Unknown command to many. I had to include path of I_COMMON,I_EQUATE explicitely to use FIBC. It compiled and cataloged successfully.

Record 'READSAMPLE' written to file 'VICKY.BP'
BASIC VICKY.BP READSAMPLE
READSAMPLE
Source file READSAMPLE compiled successfully
CATALOG VICKY.BP READSAMPLE
READSAMPLE
Object READSAMPLE cataloged successfully
Library /pool/t24admin/T24R09/R09MB/bnk/bnk.run/lib/lib33.so.232 rebuild okay

Please Log in or Create an account to join the conversation.

Time to create page: 0.100 seconds