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

TAFJ S u p p o r t e d

Co m m a n d s
(TAFC-TAFJ M i g r a t i o n )
R20
TAFJ Suppo r t e d Com m a n d s
(TAFC- TAFJ Migr a tio n)

Amendment History:

Revisio
Date Amended Name Description
n
1 18th October 2019 TAFJ Team Initial Version
2 25th March 2020 Siranjeevi M R20 AMR Review

Page 2
TAFJ Suppo r t e d Com m a n d s
(TAFC- TAFJ Migr a tio n)

Contents
Copyright................................................................................................................................................ 4
Errata and Comments............................................................................................................................ 4
Introduction............................................................................................................................................. 4
EXECUTE key word............................................................................................................................... 4
In JBC, TAFJ - Supported Commands.................................................................................. 4
In JBC - TAFJ - Unsupported Commands............................................................................. 6

Page 3
TAFJ Suppo r t e d Com m a n d s
(TAFC- TAFJ Migr a tio n)

Copyri g h t
Copyright © Temenos Headquarters SA 2009-2020.
All rights reserved.
This document contains proprietary information that is protected by copyright. No part of this document may
be reproduced, transmitted, or made available directly or indirectly to a third party without the express
written agreement of TEMENOS UK Limited. Receipt of this material directly TEMENOS UK Limited
constitutes its express permission to copy. Permission to use or copy this document expressly excludes
modifying it for any purpose, or using it to create a derivative therefrom.

Errat a and Com m e n t s


If you have any comments regarding this manual or wish to report any errors in the
documentation, please document them and send them to TAFJdev@temenos.com

Intro d u c t i o n

TAFJ is not TAFC and in many cases does not accept some of the commands that TAFC
does. When a customer migrates from TAFC to TAFJ, customers need to know the
supported commands. This document aims at providing this information.

EXECUTE key word

What goes between the quotes of an EXECUTE statement is translated into a SQL
statement in most cases. Therefore, one SHOULD NOT put OS commands in an EXECUTE
clause (although some are supported)

In JBC, TAFJ - Sup p o r t e d Com m a n d s

EXECUTE “ ”

EXECUTE “LOGOFF etc“  In effect does nothing in TAFJ

EXECUTE “SPOOL etc“ In effect does nothing in TAFJ

EXECUTE “CD DVOC etc“

Page 4
TAFJ Suppo r t e d Com m a n d s
(TAFC- TAFJ Migr a tio n)

EXECUTE “PHANTOM”

EXECUTE “BASIC”

EXECUTE “CATALOG” “ In effect does nothing in TAFJ as once a file is compiled, the
.class file is cataloged

EXECUTE “ICOMP etc”

EXECUTE “COMO etc”

EXECUTE “HUSH 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”Where MYFILE is a valid file as a RECID in the


TAFJ_VOC table

EXECUTE “SELECT MYFILE etc”Where MYFILE is a valid file as a RECID in the


TAFJ_VOC table. If MYFILE is a UD, no WITH clause is allowed, ie only EXECUTE
“SELECT MYFILE”.

EXECUTE “SSELECT MYFILE etc” Where MYFILE is a valid file as a RECID in the
TAFJ_VOC table. If MYFILE is a UD, no WITH clause is allowed, ie only EXECUTE
“SSELECT MYFILE”.

EXECUTE “DELETE MYFILE etc”Where MYFILE is a valid file as a RECID in the


TAFJ_VOC table. If MYFILE is a UD, no WITH clause is allowed, ie only EXECUTE
“DELETE MYFILE”

EXECUTE “DELETE-FILE MYFILE”

EXECUTE “CLEAR-FILE MYFILE”

EXECUTE “CREATE-FILE MYFILE”

EXECUTE “CREATE-FILE MYFILE 1 1”Here the “1 1” is ignored

Page 5
TAFJ Suppo r t e d Com m a n d s
(TAFC- TAFJ Migr a tio n)

EXECUTE “CREATE-FILE MYFILE Type=UD”This will create a UD file where the key
temn.tafj.runtime.directory.current points in the tafj.properties file

EXECUTE “CREATE-FILE MYFILE Type=(CLOB|XML|BLOB|VARCHAR)”This will create


a table with the given type. Only available in TAFJ after R13.SP2 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” where MYFILE is a UD file (WE SHOULD NOT BE


USING UD FILES!!!)

EXECUTE “SELECT MYFILE WITH etc” where 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”

Page 6

You might also like