Mainframe JCL, ISPF and CA7 Operations

Test your knowledge of mainframe job control (JCL), ISPF commands, and CA7 job scheduling including utilities, syntax, commands, and operations.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the use of CA7

  1. Job schedule
  2. Job log
  3. Job details
  4. None of above
Question 2 Multiple Choice (Single Answer)

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

  1. Reverse structure
  2. Forward structure
  3. Job details
  4. Last execution
Question 3 Multiple Choice (Single Answer)

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

  1. PF1
  2. PF3
  3. PF7
  4. PF9
Question 4 Multiple Choice (Single Answer)

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

  1. PF4
  2. PF3
  3. PF8
  4. PF9
Question 5 Multiple Choice (Single Answer)

How do u log off from CA7

  1. PF6
  2. PF4
  3. PF8
  4. PF9
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

What is virtual requirement?

  1. Used for scheduling
  2. Aviold reqource contentation
  3. To validate program
  4. None of above
Question 8 Multiple Choice (Single Answer)

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=
Question 9 Multiple Choice (Single Answer)

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=
Question 10 Multiple Choice (Single Answer)

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
Question 11 Multiple Choice (Single Answer)

How many security level are in CA7?

  1. 2
  2. 3
  3. 1
  4. 4
Question 12 Multiple Choice (Single Answer)

Which PF key is used for viewing reverse structure

  1. PF7
  2. PF8
  3. PF9
  4. PF10
Question 13 Multiple Choice (Single Answer)

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
Question 14 Multiple Choice (Single Answer)

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

  1. NRETRIEV
  2. RETP
  3. REF
  4. LIST
Question 15 Multiple Choice (Single Answer)

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
Question 16 Multiple Choice (Single Answer)

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
Question 17 Multiple Choice (Single Answer)

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
Question 18 Multiple Choice (Single Answer)

How to view/edit the mainframe clipborad after CUT command

  1. CUT DISPLAY
  2. CUT CLIPBOARD
  3. SHOW CLIPBOARD
  4. EDIT CLIPBOARD
Question 19 Multiple Choice (Multiple Answers)

Command to find out the changes since last save

  1. Compare *
  2. Compare Session
  3. comp *
  4. comp session
Question 20 Multiple Choice (Single Answer)

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

  1. IEBGENER
  2. IKJEFT01
  3. IEBPTPCH
  4. IEHPROGM