TAFJ EB.READLIST
- Risteard
- Topic Author
- Visitor
-
running on R15 TAFJ, is the an alternative way of selecting file in TAFJ from routine
Please Log in or Create an account to join the conversation.
- A.bishlawy
- Offline
- New Member
-
- Posts: 14
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- Moe_T24
- Offline
- Senior Member
-
- T24 Technical
- Posts: 57
- Thank you received: 1
Cannot find file /source/r15/TAFJR15SP2/EB.READLIST
is there an Insert file for this routine?
Best Regards
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
- Posts: 1209
- Thank you received: 158
what's wrong with:
EXECUTE 'SELECT MY.TABLE' CAPTURING output RTNLIST ret_list RETURNING ret_code
Or it doesn't work anymore in TAFJ?
Cheers
VK
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
- Posts: 2859
- Thank you received: 650
EB.READLIST isn't banned in R15 or above, also not with TAFJ as far as I know.
Have you checked if the routine is correctly 'cataloged'?
Please Log in or Create an account to join the conversation.
- Moe_T24
- Offline
- Senior Member
-
- T24 Technical
- Posts: 57
- Thank you received: 1
HI
what's wrong with:EXECUTE 'SELECT MY.TABLE' CAPTURING output RTNLIST ret_list RETURNING ret_code
Or it doesn't work anymore in TAFJ?
Nothing wrong with the EXECUTE, but I'm modifying an existing routine which I didn't write and it will be a pain to change all the existing EB.READLIST to EXECUTE SELECT .
Best Regards
Please Log in or Create an account to join the conversation.
- Moe_T24
- Offline
- Senior Member
-
- T24 Technical
- Posts: 57
- Thank you received: 1
Looks more like an istallation/setup problem.
EB.READLIST isn't banned in R15 or above, also not with TAFJ as far as I know.
Have you checked if the routine is correctly 'cataloged'?
There is no catalog in TAFJ , but it is compiled (tCompile) and it when I run it in DEBUG mode ,it goes through all the routine until it reaches the EB.READLIST command then throws the exception.
What could be missed in Setup/Installation?
Best Regards
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
- Posts: 2859
- Thank you received: 650
Cannot find file /source/r15/TAFJR15SP2/EB.READLIST
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
- Posts: 1209
- Thank you received: 158
Try to skip "diving" into it (s instead of S), who knows maybe it helps?
Cheers
VK
Please Log in or Create an account to join the conversation.
- Moe_T24
- Offline
- Senior Member
-
- T24 Technical
- Posts: 57
- Thank you received: 1
I wonder why it asks for a source? Or it's mandatory in DEBUG mode to have all sources?
Try to skip "diving" into it (s instead of S), who knows maybe it helps?
It won't continue until I type 'I' Ignore ,but then it skips code and do nothing.
I can't find the source for it. Seems it has to have all sources when in DEBUG mode.
I'm stuck !!
Best Regards
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
- Posts: 1209
- Thank you received: 158
Try to put your DEBUG statement right after EB.READLIST.
Generally, I would rather send my complaints to Temenos.
Another thought - maybe it's time to get rid of EB.,READLIST.. :))) I know that there's many of them but it might be faster...
Cheers
VK
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
- Posts: 2859
- Thank you received: 650
Do you get the error only in DEBUG mode?
B.t.w.: To check the "catalog" use
tShow EB.READLIST
Please Log in or Create an account to join the conversation.
- manoj@1993
-
- Offline
- New Member
-
- t24 CONSULTANT
- Posts: 18
- Thank you received: 0
Execute with RTNLIST will not work in TAFJ because of absence of shell prompt.
Hope this will help.
BR,
Manoj J
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
- Posts: 1209
- Thank you received: 158
My colleagues were complaining a lot about I-descriptors with a routine that stopped working...
Cheers
VK
Please Log in or Create an account to join the conversation.
- jafar
- Offline
- New Member
-
- Posts: 1
- Thank you received: 1
tShow give result source and class.
and EB.READLIST works on test mainline routine.
Please Log in or Create an account to join the conversation.