Tag: technology

Questions Related to technology

You need to do a join on 2 flows and the output should have the matching records as well as the unmatching records from In0. What type of join will you use?

  1. Inner Join

  2. Explicit Join ( record-required 0 = true, record-required 1 = true )

  3. Explicit Join ( record-required 0 = false, record-required 1 = true )

  4. Explicit Join ( record-required 0 = true, record-required 1 = false )


Correct Option: C
  1. Library Division

  2. Environment Division & Activity Division

  3. Activity Division

  4. None of the above


Correct Option: C
  1. RECORD-LENGTH(DDName)

  2. RECLEN(DDName)

  3. RECLN(DDName)

  4. It is not possible in Easytrieve


Correct Option: A
  1. EVALUATE … END-EVALUATE

  2. SWITCH CASE

  3. CASE … END-CASE

  4. None of the above


Correct Option: C
  1. MATCH cannot be used on multiple files

  2. MATCH can be used on multiple files

  3. MATCH can be used when key is defined

  4. MATCH can be used with JOB statement


Correct Option: A
  1. Compile listing in Easytrieve cannot be produced

  2. Data map alone can be produced

  3. Compile listing alone can be produced

  4. Data map and Compile listing can be produced using DMAP and PMAP option in DEBUG


Correct Option: D
  1. Both State-Code and Account-Entity refer to the 16th byte of the Account-Recored

  2. This definition would throw invalid referencing error while executing

  3. Account-Number refers to the 10th byte of Account-Record

  4. Account-Entity refers to the 15th byte of the Account-Record


Correct Option: A
  1. This statement is used to copy record from PERSNL to MYFILE if the entire record is identical in both the files

  2. This statement moves the like named field values from PERSNL to MYFILE

  3. This statement moves the record from PERSNL to MYFILE if the record-length matches

  4. Both a & c are correct


Correct Option: B
  1. The POINT statement will only establish the position within an ISAM, VSAM relative record (RRDS), VSAM (KSDS) indexed file.

  2. Data in the file will be available only after the next successful sequential retrieval by a file input statement.

  3. both a & b

  4. None of the above


Correct Option: C