Tafc To Tafj Migration

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Dominik Wietrzak
D
Dominik Wietrzak
Community Contributor
Quizzes Created: 1 | Total Attempts: 125
Questions: 17 | Attempts: 125

SettingsSettingsSettings
Tafc To Tafj Migration - Quiz


Questions and Answers
  • 1. 

    It is mandatory to provide the VOC path during DBUpdate.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    During DBUpdate, it is not mandatory to provide the VOC (Voice of the Customer) path. The VOC path is optional and can be provided if there is a need to include customer feedback or suggestions during the update process. However, it is not a requirement for the update to be successful. Therefore, the correct answer is False.

    Rate this question:

  • 2. 

    The only way to supply arguments for DBImport is through the wizard.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The statement is false because DBImport can also accept arguments through command-line options or configuration files, in addition to the wizard.

    Rate this question:

  • 3. 

    Which of the following is an invalid argument to DBImport?

    • A.

      –d

    • B.

      –makeDDL

    • C.

      –startwithfile

    • D.

      –endwithfile

    • E.

      None of these

    Correct Answer
    E. None of these
    Explanation
    The given options are all valid arguments to DBImport. Therefore, the correct answer is "None of these" as there is no invalid argument among the given options.

    Rate this question:

  • 4. 

    DBImport doesn’t support JR files.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The statement "DBImport doesn't support JR files" is false. DBImport does support JR files.

    Rate this question:

  • 5. 

    DBImport related logs are available under:

    • A.

      %TAFJ_HOME%\log\dbimport.log

    • B.

      %TAFJ_HOME%\log\database.log

    • C.

      %TAFJ_HOME%\log\T24.log

    • D.

      %TAFJ_HOME%\log\db.log

    Correct Answer
    A. %TAFJ_HOME%\log\dbimport.log
    Explanation
    The correct answer is "%TAFJ_HOME%\log\dbimport.log". This is because the question asks for the location of the DBImport related logs, and the given answer specifies the file "dbimport.log" under the directory "%TAFJ_HOME%\log".

    Rate this question:

  • 6. 

    It is possible to create UD directories in the RDBMS as part of DBImport process.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The statement is true because during the DBImport process, it is possible to create UD directories in the RDBMS. This means that when importing data into the database, the process can also create user-defined directories to store the imported data. This allows for better organization and management of the data within the RDBMS.

    Rate this question:

  • 7. 

    What does option (3) in DBUpdate do?

    • A.

      Single byte is converted to double byte.

    • B.

      For R13 releases. This is because view names were different in R13.

    • C.

      Single byte characters are left untouched. In tafj_conf.properties set the single byte related JVM setting.

    • D.

      None of the above

    Correct Answer
    A. Single byte is converted to double byte.
    Explanation
    Option (3) in DBUpdate does not convert single byte to double byte. Instead, it leaves single byte characters untouched. To handle single byte characters, the single byte related JVM setting should be configured in the tafj_conf.properties file.

    Rate this question:

  • 8. 

    What is the name of the configuration file for DBUpdate?

    • A.

      TAFJDBUpdate.default

    • B.

      TAFJDBImport.default

    • C.

      Tafj.properties

    • D.

      None of the above

    Correct Answer
    B. TAFJDBImport.default
    Explanation
    The correct answer is TAFJDBImport.default. This is the name of the configuration file for DBUpdate.

    Rate this question:

  • 9. 

    Design Studio is required for compiling jBC code in TAFJ.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    Design Studio is not required for compiling jBC code in TAFJ. jBC code can be compiled using the jcompile command or by using the jBC compiler directly. Design Studio is a development environment for designing and building applications in TAFJ, but it is not necessary for compiling jBC code.

    Rate this question:

  • 10. 

    Complex I-Descriptors (SUBR) are not supported with TAFJ.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    Complex I-Descriptors (SUBR) are not supported with TAFJ. This means that TAFJ does not have the capability to handle or process complex I-Descriptors. Therefore, the statement "Complex I-Descriptors (SUBR) are not supported with TAFJ" is true.

    Rate this question:

  • 11. 

    Though CALLC is not supported, CallDotNet can still be used with TAFJ.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The statement suggests that even though CALLC is not supported, CallDotNet can still be used with TAFJ. However, this is not true. CALLC and CallDotNet are both methods used for integrating external programs with TAFJ, but they are not interchangeable. CALLC is used for C-based programs, while CallDotNet is used for .NET-based programs. Therefore, if CALLC is not supported, it is unlikely that CallDotNet can be used with TAFJ.

    Rate this question:

  • 12. 

    It is possible to run DBImport for a specific file alone.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    DBImport is a tool used for importing data into a database. It allows users to specify the input file(s) they want to import. Therefore, it is possible to run DBImport for a specific file alone by providing the file path or name as an argument or parameter when executing the tool.

    Rate this question:

  • 13. 

    The property temn.tafj.jdbc.default.dict.type is set to CLOB while executing DBUpdate in TAFC RDBMS environment.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The property temn.tafj.jdbc.default.dict.type being set to CLOB indicates that the default dictionary type for the TAFC RDBMS environment is a CLOB (Character Large Object). This means that when executing a DBUpdate, any text or character data will be stored as a CLOB type in the database. Therefore, the statement "True" is correct.

    Rate this question:

  • 14. 

    Suppose that view for a particular table is not created properly during DBImport, what is the best approach to rebuild the views in TAFJ?

    • A.

      Use REBUILD.SYS.FLDS in SS

    • B.

      Create view manually

    • C.

      Copy the DDL statement from another table

    • D.

      None of these

    Correct Answer
    A. Use REBUILD.SYS.FLDS in SS
    Explanation
    The best approach to rebuild the views in TAFJ is to use REBUILD.SYS.FLDS in SS. This command is specifically designed for rebuilding views and will ensure that the view is created properly during the DBImport process. Manually creating the view or copying the DDL statement from another table may not guarantee that the view is correctly created and could lead to further issues. Therefore, using the REBUILD.SYS.FLDS command is the recommended approach.

    Rate this question:

  • 15. 

    What are the activities performed by DBImport during the JBASE to RDBMS conversion?

    • A.

      Create VOC entries for tables

    • B.

      Insert Records

    • C.

      Create Views

    • D.

      All of the above

    Correct Answer
    D. All of the above
    Explanation
    During the JBASE to RDBMS conversion, the DBImport tool performs various activities. Firstly, it creates VOC entries for tables, which are essential for defining the structure and properties of the tables in the RDBMS. Secondly, it inserts records from JBASE into the RDBMS tables, ensuring that the data is accurately transferred. Lastly, it creates views, which are virtual tables that provide a customized view of the data in the RDBMS. Therefore, all of the mentioned activities are performed by DBImport during the JBASE to RDBMS conversion.

    Rate this question:

  • 16. 

    A J4 Distributed file has 5 part files in a TAFC area. What will happen to the part files during DBImport?

    • A.

      All the part files will be converted as separate tables in RDBMS.

    • B.

      All the part files will be converted as a single table in RDBMS.

    • C.

      DBImport does not support the conversion of distributed files.

    • D.

      None of these.

    Correct Answer
    B. All the part files will be converted as a single table in RDBMS.
    Explanation
    During DBImport, all the part files in a J4 Distributed file will be converted as a single table in the Relational Database Management System (RDBMS). This means that the data from all the part files will be combined and stored in a single table in the RDBMS, allowing for easier management and analysis of the data.

    Rate this question:

  • 17. 

    Which of the following values needs to be set for the temn.tafj.locking.mode property in properties file if the database is MS SQL?

    • A.

      MSQL

    • B.

      ORCL

    • C.

      DATABASE

    • D.

      MEM

    Correct Answer
    A. MSQL
    Explanation
    The correct answer is MSQL because the temn.tafj.locking.mode property needs to be set to MSQL in the properties file if the database being used is MS SQL. This indicates that the locking mode for the database should be set to MSQL in order to ensure proper functionality and compatibility.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 17, 2017
    Quiz Created by
    Dominik Wietrzak
Back to Top Back to top
Advertisement