- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- Incompatible with Browser,Desktop, OFS. Do not use
Incompatible with Browser,Desktop, OFS. Do not use
- VigneshGautam
- Topic Author
- Visitor
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.
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
- Posts: 2859
- Thank you received: 649
Please Log in or Create an account to join the conversation.
- VigneshGautam
- Topic Author
- Visitor
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.
- jpb
- Offline
- Moderator
- retired
- Posts: 2859
- Thank you received: 649
Please Log in or Create an account to join the conversation.
- VigneshGautam
- Topic Author
- Visitor
Please Log in or Create an account to join the conversation.
- stefano
- Offline
- Senior Member
- Posts: 65
- Thank you received: 1
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.
- jpb
- Offline
- Moderator
- retired
- Posts: 2859
- Thank you received: 649
Please Log in or Create an account to join the conversation.
- stefano
- Offline
- Senior Member
- Posts: 65
- Thank you received: 1
150 usd if you want more details jpb!!!
ha ha ha
Please Log in or Create an account to join the conversation.
- stefano
- Offline
- Senior Member
- Posts: 65
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
- Posts: 2859
- Thank you received: 649
But beside, a tool for win, unix, both ?
Please Log in or Create an account to join the conversation.
- stefano
- Offline
- Senior Member
- Posts: 65
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
- Posts: 2859
- Thank you received: 649
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.
- stefano
- Offline
- Senior Member
- Posts: 65
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- VigneshGautam
- Topic Author
- Visitor
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.
- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- Incompatible with Browser,Desktop, OFS. Do not use