Tag: mainframe

Questions Related to mainframe

State TRUE or FALSE, A default break point is set on the PROCEDURE DIVISION section when a program is invoked bt XPEDITOR

  1. True

  2. False


Correct Option: B

State the command to release a program from XPEDITOR

  1. CEMT REL PROG()

  2. CECI REL PROG()

  3. CECI RELEASE PROG

  4. REL PROG()


Correct Option: B

'WHEN’ command is used to analyze the outcome of a program in XPEDITOR for a particular condition, syntax is given below WHEN , Here VARIABLE can be

  1. System time parameter and ‘X’ is the time

  2. A storage variable which is used in the program for which the program behavior changes differently for different values and ‘X’ is one of the possible value

  3. A storage variable which is used in the program for which the program behavior changes differently for different values and ‘X’ is one of the non-possible value

  4. None of the above


Correct Option: B

What is the command line option to start batch XPEDITOR

  1. EX

  2. XP

  3. SXP

  4. X


Correct Option: B
  1. The program should not have any COPY book

  2. The program should be compiled with XPEDITOR option

  3. The program load module should present in the allocated DDIO listing file

  4. The program load should not have any subroutine modules


Correct Option: C

What is the command to monitor variable values in XPEDITOR

  1. KEEP

  2. SHOW

  3. VIEW

  4. DISPLAY


Correct Option: A

What is the command to monitor group variable values in XPEDITOR

  1. GROUP

  2. PEEK

  3. VIEW < group name>

  4. DISPLAY


Correct Option: B

Which of the following is a wrong SEND command?

  1. EXEC CICS SEND MAP(.........) MAPSET(....) CURSOR(100) ERASE END-EXEC.

  2. EXEC CICS SEND MAP(.........) MAPSET(....) CURSOR ERASE END-EXEC.

  3. EXEC CICS SEND MAP(.........) MAPSET(....) CURSOR(EIBCPOSN) ERASE END-EXEC.

  4. EXEC CICS SEND MAP(.........) MAPS(…….) CURSOR(EIBCPOSN) ERASE END-EXEC.


Correct Option: D

Which is the correct way of defining a BMS

  1. DFHMDF Field Definition in a Map - Field 1 DFHMDI Map Definition - Map 1 DFHMSD Mapset Definition - Start

  2. DFHMDF Mapset Definition - Start DFHMDI Map Definition - Map 1 DFHMSD Field Definition in a Map - Field 1

  3. DFHMSD Mapset Definition - Start DFHMDI Map Definition - Map 1 DFHMDF Field Definition in a Map - Field 1

  4. DFHMDI Map Definition - Map 1 DFHMSD Mapset Definition - Start DFHMDF Field Definition in a Map - Field 1


Correct Option: C

BMS is Interface between the ___________ logic and ____________ logic implemented using a LINK command and commarea

  1. Business, Database

  2. Business, Presentation

  3. Presentation, Database

  4. Database, User


Correct Option: B