TAFJ Supported Commands

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Doc u m e n t Hist o r y

Revi si o
Dat e Ame n d e d Na m e De s c r i p t i o n
n
18 th Octobe r
1 TAFJ Tea m Initial Version
2019
M.
2 25 th Marc h 2020 R20 AMR Review
Siranje evi

M.
3 12 th April 2021 R21 AMR Review
Siranje evi

4 25 th Marc h 2022 Nasi m Uddin R22 AMR Review

5 6 th April 2023 M.Kum a r R23 AMR Review

2
TAFJ S u p po rt e d Co m m a n d s

Copyri g h t

Copyrig h t © Teme n o s Hea d q u a r t e r s SA 2009- 2023.


All right s rese rv e d.
This docu m e n t cont ain s prop rie t a r y inform a tio n that is prote c t e d by copyrig h t. No part of this docu m e n t may
be repro d u c e d , tra ns m i t t e d , or mad e availa ble direc tly or indirec tly to a third party without the expr e s s
writt e n agre e m e n t of TEMENOS UK Limite d. Receipt of this mate ri al direc tly TEMENO S UK Limite d
constit u t e s its expr e s s per mis sion to copy. Per mis sion to use or copy this docu m e n t expr e s sly exclud e s
modifying it for any purpo s e , or using it to cre a t e a derivative the r ef ro m .

Errat a and Com m e n t s


If you have any com m e n t s reg a r di n g this man u al or wish to repor t any error s in the docu m e n t a t i o n ,
plea s e docu m e n t the m and send the m to the add r e s s below:
Technology Depa r t m e n t
Teme no s Hea d q u a r t e r s SA
2 Rue de l’Ecole- de- Chimie,
CH - 1205 Geneva,
Switze rl a n d

Tel SB: +4 1 (0) 22 708 1150


Fax: +4 1 (0) 22 708 1160

Pleas e includ e your na m e , comp a n y, addr e s s, and telep h o n e and fax num b e r s , and email add r e s s if
applica bl e. TAFJdev@t e m e n o s . c o m

3 Teme no s Application Fra m e w o r k Java – (TAFJ)


Ta b l e o f C o n t e n t s

Intro d u c t i o n

TAFJ is not TAFC and in many case s does not acce p t som e of the com m a n d s that TAFC does. When a
custo m e r migr a t e s from TAFC to TAFJ, custo m e r s need to know the suppo r t e d com m a n d s . This
docu m e n t aims at providin g this inform a ti o n.

EXECUTE key word

What goes betw e e n the quot e s of an EXECUTE stat e m e n t is tran sl a t e d into a SQL stat e m e n t in most
case s. Ther efor e , one SHOULD NOT put OS com m a n d s in an EXECUTE claus e (altho u g h som e are
suppo r t e d )

4
TAFJ S u p po rt e d Co m m a n d s
In JBC, TAFJ - Su p p o r t e d Com m a n d s

EXECUTE “ ”
EXECUTE “LOGOFF etc“ In effect does nothin g in TAFJ
EXECUTE “SPOOL etc“ In effect does nothin g in TAFJ
EXECUTE “CD DVOC etc“
EXECUTE “PHANTOM”
EXECUTE “BASIC”
EXECUTE “CATALOG” “ In effect does nothin g in TAFJ as once a file is com pile d, the .class file is
cat alog e d
EXECUTE “ICOMP etc”
EXECUTE “COMO etc”
EXECUTE “HUS H etc”
EXECUTE “GET.LIST etc”
EXECUTE “SAVE.LIST etc”
EXECUTE “SETPTR etc”
EXECUTE “CLEARSELECT”
EXECUTE “SH –c etc”
EXECUTE “DOS –c etc”
EXECUTE “DOS /c etc”
EXECUTE “COUNT MYFILE etc” W h e r e MYFILE is a valid file as a RECID in the TAFJ_VOC table
EXECUTE “SELECT MYFILE etc” W h e r e MYFILE is a valid file as a RECID in the TAFJ_VOC tabl e. If
MYFILE is a UD, no WITH claus e is allowe d, ie only EXECUTE “SELECT MYFILE”.
EXECUTE “SSELECT MYFILE etc” Wher e MYFILE is a valid file as a RECID in the TAFJ_VOC table. If
MYFILE is a UD, no WITH claus e is allowe d, ie only EXECUTE “SSELECT MYFILE”.
EXECUTE “DELETE MYFILE etc” W h e r e MYFILE is a valid file as a RECID in the TAFJ_VOC tabl e. If
MYFILE is a UD, no WITH claus e is allowe d, ie only EXECUTE “DELETE MYFILE”
EXECUTE “DELETE- FILE MYFILE”
EXECUTE “CLEAR- FILE MYFILE”
EXECUTE “CREATE- FILE MYFILE”
EXECUTE “CREATE- FILE MYFILE 1 1” H e r e the “1 1” is ignor e d
EXECUTE “CREATE- FILE MYFILE Type = U D” T h i s will crea t e a UD file wher e the key
tem n. t afj.r u n ti m e . di r e c t o r y.c u r r e n t points in the tafj.prop e r t i e s file
EXECUTE “CREATE- FILE MYFILE Type = ( CLOB |XML|BLOB|VARCHAR)” T h i s will cre a t e a table with
the given type. Only availabl e in TAFJ afte r R13.SP 2 and after.

In JBC - TAFJ - Un s u p p o r t e d Com m a n d s


EXECUTE “SELECT”
EXECUTE “SELECT DATA MYFILE”
EXECUTE “SELECT DICT MYFILE”
EXECUTE “SELECT ../MYFILE” whe r e MYFILE is a UD file (WE SHOULD NOT BE USING UD FILES!!!)

5 Teme no s Application Fra m e w o r k Java – (TAFJ)


EXECUTE “SELECT MYFILE WITH etc” wher e MYFILE is a UD file (WE SHOULD NOT BE USING UD
FILES!!!)
EXECUTE “ESEARCH etc”
EXECUTE “SEARCH etc”
EXECUTE “LIST etc”
EXECUTE “LIST- ITEM etc”
EXECUTE “REFORMAT etc”
EXECUTE “SREFORMAT etc”
EXECUTE “SDUMP etc”
EXECUTE “TLOAD etc”
EXECUTE “SORT etc”
EXECUTE “SORTITEM etc”
EXECUTE “SORTLABEL etc”
EXECUTE “STAT etc”
EXECUTE “SUM etc”
EXECUTE “TDUMP etc”
EXECUTE “TLOAD etc”

You might also like