0

mainframe Online Quiz - 61

Description: mainframe Online Quiz - 61
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

What is the use of CA7

  1. Job schedule

  2. Job log

  3. Job details

  4. None of above


Correct Option: A

AI Explanation

To answer this question, you need to understand the purpose of CA7.

CA7, also known as Control-M/Enterprise Manager, is a job scheduling software that is widely used in mainframe environments. It helps automate and manage the execution of batch jobs, ensuring that they are executed according to predefined schedules and dependencies.

Option A) Job schedule - This option is correct. CA7 is primarily used for job scheduling. It allows users to define and manage schedules for batch jobs, specifying when and how often they should run.

Option B) Job log - This option is incorrect. While CA7 does provide logging capabilities, its primary purpose is not to manage job logs. Job logs are typically used for tracking the execution and status of individual jobs, while CA7 focuses on the scheduling and management of multiple jobs.

Option C) Job details - This option is incorrect. While CA7 does provide information about job details, such as job names, dependencies, and resource requirements, its primary purpose is not to manage or display detailed information about individual jobs.

Option D) None of the above - This option is incorrect. CA7 is specifically designed for job scheduling and management, so it does have a purpose and use.

Therefore, the correct answer is A) Job schedule. This option is correct because CA7 is primarily used for scheduling batch jobs.

what is the use of below command "FSTRUC,LVL=999,JOB="

  1. Reverse structure

  2. Forward structure

  3. Job details

  4. Last execution


Correct Option: B

How can you view last run of an JCL (PF key)?

  1. PF1

  2. PF3

  3. PF7

  4. PF9


Correct Option: D

In which command, one can see the job is supressed of not?

  1. PF4

  2. PF3

  3. PF8

  4. PF9


Correct Option: B

How do u log off from CA7

  1. PF6

  2. PF4

  3. PF8

  4. PF9


Correct Option: A

What is the command to view list of late job in the queue

  1. LACT,SEQ=JOB

  2. LQ,ST=LATE

  3. LQ,SEQ=JOB,JOB=

  4. None of above


Correct Option: B

AI Explanation

To view a list of late jobs in the queue, the correct command is:

B. LQ,ST=LATE

This command will display a list of jobs that are currently late in the queue.

What is virtual requirement?

  1. Used for scheduling

  2. Aviold reqource contentation

  3. To validate program

  4. None of above


Correct Option: B

I want to view requirement of a job, what command I need to use

  1. LJOB,LIST=RQMT,JOB=

  2. LJOB,LIST=TRIG,JOB=

  3. LJOB,LIST=RQJOB,JOB=

  4. LJOB,LIST=NODD,JOB=


Correct Option: A

What is the command used to list all dependent jobs

  1. LJOB,LIST=ALL ,JOB=

  2. LJOB,LIST=RQMT,JOB=

  3. LJOB,LIST=DEPJ,JOB=

  4. LJOB,LIST=NODD,JOB=


Correct Option: C

Displays a list of all jobs waiting in the queue, order sequenced by Job name.

  1. LQ,SEQ=JOB

  2. LACT,SEQ=JOB

  3. LREQ,SEQ=JOB

  4. LREQ,LATE


Correct Option: C

How many security level are in CA7?

  1. 2

  2. 3

  3. 1

  4. 4


Correct Option: A

Which PF key is used for viewing reverse structure

  1. PF7

  2. PF8

  3. PF9

  4. PF10


Correct Option: A

To use a variable from a main progam in the sub program

  1. it should be defined as GLOBAL

  2. should be included in the linkage section

  3. Both a and b

  4. Cannot be used


Correct Option: C

________ command can be used to retreive the last accessed dataset name from reflist

  1. NRETRIEV

  2. RETP

  3. REF

  4. LIST


Correct Option: A

What does the && refers to, when it is used in front of a dataset name in JCL

  1. Permanent dataset

  2. Temporary dataset

  3. Dummy dataset

  4. Variable dataset


Correct Option: B

I want my jcl to abend in 1 min. What parameter can be used in the job card to achieve this?

  1. TIME=(1,0)

  2. ABEND(1,0)

  3. TIME=60

  4. TIME=1


Correct Option: A

How can I set the return code of JCL from my program

  1. cannot set the return code

  2. using the RETURN-CODE variable in program

  3. passing as an ouput from program

  4. Using the SET-CODE statement in program


Correct Option: A

How to view/edit the mainframe clipborad after CUT command

  1. CUT DISPLAY

  2. CUT CLIPBOARD

  3. SHOW CLIPBOARD

  4. EDIT CLIPBOARD


Correct Option: A

Command to find out the changes since last save

  1. Compare *

  2. Compare Session

  3. comp *

  4. comp session


Correct Option: A,B,C,D

What is the utility to execute a REXX EXEC from a JCL?

  1. IEBGENER

  2. IKJEFT01

  3. IEBPTPCH

  4. IEHPROGM


Correct Option: B
- Hide questions