×
Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…
TAFJ Techncial Commands
- sudheep
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 7
10 years 9 months ago #16342
by sudheep
TAFJ Techncial Commands was created by sudheep
Hi All,
Can any one tell me about the JQL commands in TAFJ. (like how to write and edit routines)
Eg : to edit TSA.SERVICE the below command is used,.
tJed -s F.TSA.SERVICE COB 3=TWO;6=START;
Regards
Sud
Can any one tell me about the JQL commands in TAFJ. (like how to write and edit routines)
Eg : to edit TSA.SERVICE the below command is used,.
tJed -s F.TSA.SERVICE COB 3=TWO;6=START;
Regards
Sud
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 9 months ago #16343
by jpb
Replied by jpb on topic TAFJ Techncial Commands
When you read the complete example in TAFJ-DBTools you may understand that tJed -s is the scripting mode for JED to manipulate records in the DB.
"To update the record you just have to add "-s" to the command and know the field(s) number you want to change and provide the associated values. "
So you have to understand jBase format in general and know the layout of the files in T24 to use this scripting. If you are not familiar with this just use tJed interactive to see the fields/numbers within an application.
To write and edit routines better use TAFJ-Eclipse and read its "User Guide" Enterprise Frameworks > Platform Framework > TAFJ > TAFJ-Eclipse.
"To update the record you just have to add "-s" to the command and know the field(s) number you want to change and provide the associated values. "
So you have to understand jBase format in general and know the layout of the files in T24 to use this scripting. If you are not familiar with this just use tJed interactive to see the fields/numbers within an application.
To write and edit routines better use TAFJ-Eclipse and read its "User Guide" Enterprise Frameworks > Platform Framework > TAFJ > TAFJ-Eclipse.
Please Log in or Create an account to join the conversation.
- sudheep
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 7
10 years 9 months ago #16344
by sudheep
Replied by sudheep on topic TAFJ Techncial Commands
Thanks JPB.
Please Log in or Create an account to join the conversation.
- sudheep
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 7
10 years 9 months ago #16348
by sudheep
Replied by sudheep on topic TAFJ Techncial Commands
Hi JPB,
Thanks for your previous answers. Please help me for the below queries.
1. How to write routines in jshell ( TAFJ)
I have created local BP called "SUD.BP" by using the below command.
DBTools
JQL CREATE-FILE SUD.BP TYPE=UD
Now if i want to write a routine (say TEST.RTN) in SUD.BP what should i do? Is it possible to write routines in jshell other than eclipse??
Thanks in Advance...
Regards
Sud
Thanks for your previous answers. Please help me for the below queries.
1. How to write routines in jshell ( TAFJ)
I have created local BP called "SUD.BP" by using the below command.
DBTools
JQL CREATE-FILE SUD.BP TYPE=UD
Now if i want to write a routine (say TEST.RTN) in SUD.BP what should i do? Is it possible to write routines in jshell other than eclipse??
Thanks in Advance...
Regards
Sud
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 9 months ago #16351
by jpb
Replied by jpb on topic TAFJ Techncial Commands
I don't actually use TAFJ, just had a short "look into"...
But it should work if you use
tJed SUD.BP TEST.RTN
and then use tCompile after finishing the routine . . .
But it should work if you use
tJed SUD.BP TEST.RTN
and then use tCompile after finishing the routine . . .
Please Log in or Create an account to join the conversation.
- sudheep
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 7
10 years 9 months ago #16357
by sudheep
Replied by sudheep on topic TAFJ Techncial Commands
Thanks JPB.
I can write routines over there,. but routines are not getting saved in SUD.BP. I have saved the routine by typing 's' command and when i list my local BP(SUD.BP) Its showing empty list.
Please find the attached document.
Regards
Sud.
I can write routines over there,. but routines are not getting saved in SUD.BP. I have saved the routine by typing 's' command and when i list my local BP(SUD.BP) Its showing empty list.
Please find the attached document.
Regards
Sud.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 9 months ago #16359
by jpb
Replied by jpb on topic TAFJ Techncial Commands
The doc is missing (look at top of page after attaching a file, there might be an error displayed).
The "normal" command in JED to save a record is FI, can't remember if tJed uses different commands . . .
The "normal" command in JED to save a record is FI, can't remember if tJed uses different commands . . .
Please Log in or Create an account to join the conversation.
- lkourbali
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
10 years 4 months ago #17008
by lkourbali
Replied by lkourbali on topic TAFJ Techncial Commands
Hi all,
I tried to create a routine using ECLIPSE (it's actually working). But when trying to call a core routine like EB.READLIST, it's not reconized. I_COMMON and I_EQUATE were Inserted. What should be done ?
Thanks
I tried to create a routine using ECLIPSE (it's actually working). But when trying to call a core routine like EB.READLIST, it's not reconized. I_COMMON and I_EQUATE were Inserted. What should be done ?
Thanks
Please Log in or Create an account to join the conversation.
- armin
-
- Offline
- Elite Member
-
- “So long - and thanks for all the fish!”
Less
More
- Posts: 300
- Thank you received: 57
10 years 4 months ago #17009
by armin
Replied by armin on topic TAFJ Techncial Commands
Checked your TAFj-paths and -runtime settings?
Please Log in or Create an account to join the conversation.
- sharidas
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 1
7 years 6 months ago #21465
by sharidas
Replied by sharidas on topic TAFJ Techncial Commands
Hi: I suggest to create a new section in this site, just for TAFJ. i.e. how to "map" what we used to do in TAFC to how it should be done in TAFJ.
Please Log in or Create an account to join the conversation.
- darthadhi
-
- Offline
- New Member
-
- Temenos Transact(R10 - R22)
Less
More
- Posts: 16
- Thank you received: 2
7 years 5 months ago #21556
by darthadhi
Valar Dohaeris
Replied by darthadhi on topic TAFJ Techncial Commands
buddy u need to create a file in any BP in UD and go to ur BP and tCompile RTN
and after compilation check if class file is generated in this path TAFJ\data\tafj\classes\com\temenos\t24
if the class file is present for ur routine then ur routine is succesfully compiled
and after compilation check if class file is generated in this path TAFJ\data\tafj\classes\com\temenos\t24
if the class file is present for ur routine then ur routine is succesfully compiled
Valar Dohaeris
Please Log in or Create an account to join the conversation.
Time to create page: 0.050 seconds