You are on page 1of 2

Version:

1. What are routines attached in a Version? - 9 routines


2. Use of GTS.CONTROL? Control the error and overrides
3. Maximum number of authorizer we can assigned through version record 2
4. When will be the ID routine get triggered after V$FUNCTION EQ INP
5. Which common variable used to hold the current field value in Validation routine
6. Can we create version record for all the application available in the T24
7. What is the purpose of Auto new content – To display the default values
8. What is the purpose of using VERSION.CONTROL,- call the routines irrespective of version
record
9. How many times the validation routines calls till the record commit? – Twice the time. If it is
set has hot field/hot validate then it could be thrice time
10. How

Enquiry

1. How many routines are used in Enquiry application- Build routine and conversion routine
2. What are the application involved in Nofile enquiry – Standard.selection and Enquiry
3. Why do we use NOFILE as prefix in the ID of the STANDARD.SELECTION . – to identify it as
Nofile enquiry and also by pass the file control verification
4. What is the common variable used in build routine to get the enquiry details – ENQ.DATA
5. What is the common variable used in Nofile enquiry to get the enquiry details –
ENQ.SELECTION
6. Which insert file is used to hold the enquiry related common variables –
I_ENQUIRY.COMMON
7. What is the application used to execute the enquiry – ENQUIRY.SELECT
8. What is the common variable used to hold current field details in conversion routine –
O.DATA
9. Types of Enquiry in T24- File enquiry Nofile enquiry context enquiry fast path enquiry
graphical representation enquiry( EB.ENQUIRY.GRAPH)
10. Can we generate the report during cob using enquiry – Yes by using ENQUIRY.REPORT

Programming:

1. If the records is opened newly which common variable hold the value – R.NEW
2. What it the significance of function EQS – Used to company two dimensional array
3. What is the command used for compile and catalog the routine – EB.COMPILE in TAFJ –
tCompile
4. When can be used the CACHE.READ in our routine . When we read any parameter table we
can use this read command because we have only one record to read it
5. In Multithread routine the routine doesn’t contain write command - .LOAD
6. Is it necessary to have EB.API record for all the local routine why? – Yes then only T24
understand it is a routine
7. What is the difference between L and H type application- H type we can input modify and
delete it but live file only gets updated during the authorization of another application
record for example FT is H type application and STMT.ENTRY is L type when we commit the
FT transaction the corresponding entries will get updated in STMT.ENTRY record
8. T type application have only -Live records
9. Can we create all type of Template using EB.TABLE.DEFINITION – Yes
10. What is the difference between COUNT and DCOUNT

COUNT will calculate the exact value

DCOUNT will calculate the exact value +1

You might also like