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.
Questions
What is the use of CA7
- Job schedule
- Job log
- Job details
- None of above
what is the use of below command "FSTRUC,LVL=999,JOB="
- Reverse structure
- Forward structure
- Job details
- Last execution
How can you view last run of an JCL (PF key)?
- PF1
- PF3
- PF7
- PF9
In which command, one can see the job is supressed of not?
- PF4
- PF3
- PF8
- PF9
How do u log off from CA7
- PF6
- PF4
- PF8
- PF9
What is the command to view list of late job in the queue
- LACT,SEQ=JOB
- LQ,ST=LATE
- LQ,SEQ=JOB,JOB=
- None of above
What is virtual requirement?
- Used for scheduling
- Aviold reqource contentation
- To validate program
- None of above
I want to view requirement of a job, what command I need to use
- LJOB,LIST=RQMT,JOB=
- LJOB,LIST=TRIG,JOB=
- LJOB,LIST=RQJOB,JOB=
- LJOB,LIST=NODD,JOB=
What is the command used to list all dependent jobs
- LJOB,LIST=ALL ,JOB=
- LJOB,LIST=RQMT,JOB=
- LJOB,LIST=DEPJ,JOB=
- LJOB,LIST=NODD,JOB=
Displays a list of all jobs waiting in the queue, order sequenced by Job name.
- LQ,SEQ=JOB
- LACT,SEQ=JOB
- LREQ,SEQ=JOB
- LREQ,LATE
How many security level are in CA7?
- 2
- 3
- 1
- 4
Which PF key is used for viewing reverse structure
- PF7
- PF8
- PF9
- PF10
To use a variable from a main progam in the sub program
- it should be defined as GLOBAL
- should be included in the linkage section
- Both a and b
- Cannot be used
________ command can be used to retreive the last accessed dataset name from reflist
- NRETRIEV
- RETP
- REF
- LIST
What does the && refers to, when it is used in front of a dataset name in JCL
- Permanent dataset
- Temporary dataset
- Dummy dataset
- Variable dataset
I want my jcl to abend in 1 min. What parameter can be used in the job card to achieve this?
- TIME=(1,0)
- ABEND(1,0)
- TIME=60
- TIME=1
How can I set the return code of JCL from my program
- cannot set the return code
- using the RETURN-CODE variable in program
- passing as an ouput from program
- Using the SET-CODE statement in program
How to view/edit the mainframe clipborad after CUT command
- CUT DISPLAY
- CUT CLIPBOARD
- SHOW CLIPBOARD
- EDIT CLIPBOARD
Command to find out the changes since last save
- Compare *
- Compare Session
- comp *
- comp session
What is the utility to execute a REXX EXEC from a JCL?
- IEBGENER
- IKJEFT01
- IEBPTPCH
- IEHPROGM