You are on page 1of 3

PAGE SOLUTIONS

Name:
Date:

1. Name the files which are used to set environment variables for UNIX and Windows
respectively?
Name files used to set environment variables for UNIX is .PROFILE
Name files used to set environment variables for Windows is REMOTE.CMD

2. Explain primary classifications of an application?


Primary classifications:
INT: Installation – This covers files like COMPANY, USER, LANGUAGE, where only one
version of the file will exist regardless of the number of companies.
CUS: Customer – For files where the data can be shared between companies. Primarily static
information and tables.
FIN: Financial – For files that hold financial level details (amounts, balances,etc.) where the
data cannot be shared with other companies.

3. Write the commands for creating the UD and J4 type file?

CREATE.FILE FILENAME TYPE=UD


CREATE.FILE FILENAME TYPE=J4 3999 1

4. i) What is the use of environmental variable JBCOBJECTLIST?


Used to set to alternate path(s) for user subroutine libraries.

ii) Name the environmental variable which holds the home directory of TAFC?

TAFC_HOME

5. Write about the file types in T24?


LIVE,UNAUTH,HISTORY

6. How to Concat 2 files in unix and in which file the concat data will be stored, write with
syntax?

cat filename1>filename2 , the concat data will be stored in filename2

7. How to create VOC with example?


PA
EX
ETS
DATA SIGN.ON.NAME
DATA PASSWORD

8. List the number of functions user can access in T24?


A2CDEHILPQRSV

9. Name any 3 mandatory fields in Customer and Account Application?


Customer- Mnemonic,language,sector
ACCOUNT – Customer,currency,category
PAGE SOLUTIONS
Name:
Date:

10. Draw T24 Directory structure?

11. i) Which command is used to display last ten lines?


tail

ii) Which command is used to compress number of files into a single file with syntax?
tar -cvf filename.tar filename

12. List any four Core parameter files?


SPF, HOLIDAY,DATES,SS,FILE.CONTROL

13. Significance of a USER as a SUPER.USER in ATTRIBUTES field?


User can access to all features

14. Which type of files are stored in bnk.data and bnk.dict?

bnk.data : Holds all the data files of T24. Contains subdirectories. Each of the subdirectories
refer to the various products installed. Data files of applications are stored under the
appropriate subdirectories
bnk.run : Home directory for all t24 users. Contains globusbin, globuslib which store the
business logic of T24. Bin and lib are used to store any local dev business logic

15. Explain current T24 Architecture?

16. Which commands are used to list file in unix?

ls
17. Can we reverse a FT after authorization? True/False
True

18. Can we delete any record after authorization or a live record? True/False
False

19. Both Credit amount and Debit amount must be specified in a funds Transfer Transaction?
True/False
False

20. Is it possible to transfer between accounts of different currencies in T24 using FT?
True/False
True
21. Which environment variable shows the path where jbase executables and Libraries?
JBCRELEASEDIR
22. When the user first time inputs the customer record 111678, After committing what will
be the RECORD.STATUS of Customer record 111678?
INAU
PAGE SOLUTIONS
Name:
Date:

23. How many times user can try unsuccessful attempts to SIGN.ON, before the Password is
disabled?
9

24. What is the use of COMPANY.CODE in USER Application?


Specifies the company or companies whose records this User can access

25. Which file records the User SIGNS.ON or SIGNS.OFF details?


PROTOCOL

26. What is the unix command to display the contents of a file?


cat

27. What is the T24 filename which stores file classification?


FILE.CONTROL

28. In Customer application, is Mnemonic field accepts the first character as Numeric?
True/False
False

29. After Authorizing the Account record, can we change Currency? True/False
False

30. Can we create multiple Accounts for a single customer? True/False


True

31. Where can we define the transactions that a teller can perform?
TELLER.TRANSACTION

32. Where are the denominations of currency to be used in Teller defined?


TELLER.DENOMINATION

33. What is the length of Teller ID?


The total length of the Teller id is ‘ 4’

34. Give any two types of Accounts?


Saving Account, Current Account

35. What are the two kinds of Deposits?

Fixed Deposits ,Recurring Deposits

You might also like