1⟩ How can a job send a status message to a TSO user at the completion of a job?
(1) STATUS
(2) NOTIFY
(3) ENDMSG
(4) USER
Answer is 2
“JCL Interview Questions and Answers will guide us now that Job Control Language (JCL) is a scripting language used on IBM mainframe operating systems to instruct the system on how to run a batch job or start a subsystem. The term Job Control Language can also be used generically to refer to all languages which perform these functions, such as Burroughs WFL and ICLs OCL. Learn JCL or get preparation for the job of JCL by the help of this JCL Interview Questions with Answers guide”
(1) STATUS
(2) NOTIFY
(3) ENDMSG
(4) USER
Answer is 2
(1) Marks the end of a job
(2) Marks the beginning of an instream procedure
(3) Marks the beginning of a job & assigns a name to the job
(4) Assigns an execution priority to a job
Answer is 3
(1) Positional, Keyword
(2) Keyword, Control
(3) Dynamic, Static
(4) Named, Dynamic
Answer is 1
(1) Begins an input data prompt at the system console
(2) Begins an in-stream dataset
(3) Marks the end of a command stream
(4) Includes all datasets within a naming pattern
Answer is 2
(1) RECORG parameter
(2) STORCLAS parameter
(3) RECFM parameter
(4) None of the above
Answer is 3
(1) Tells the system what to do with the dataset following normal termination of the step
(2) Describes the status of the dataset
(3) Tells the system what to do with the dataset following abnormal termination of the step
(4) All of the above
Answer is 4
(1) Name
(2) Dsname
(3) Label
(4) File
Answer is 2
(1) Specifies average length of records in a file
(2) Specifies the multiplier to be used for primary & secondary space allocation
(3) Directs the system to allocate space based on average record length
(4) Specifies word blocking factor
Answer is 2
(1) As the (0) generation
(2) As the (+1) generation
(3) As the (-1) generation
(4) Without the generation number
Answer is 2
(1) Name, DD, Space, Device
(2) Format, Name, DD, Space
(3) DD, parameter, device, format
(4) Name, DD, parameter, comments
Answer is 4
(1) //
(2) //*
(3) /*
(4 ) None of the above
Answer is 2
(1) Disks
(2) Megabytes
(3) Cylinders, Tracks, Blocks
(4) Bytes
Answer is 3
(1) Using DD like parameter
(2) Using DD Copy parameter
(3) Using DD Refer parameter
(4) Attributes cannot be copied within SMS datasets
Answer is 1
(1) Marks a deleted DD statement
(2) Begins an interpreted command stream
(3) Specifies no space allocation & no disposition processing
(4) Suppress command processing
Answer is 3
(1) Linkage Variables
(2) Parameters
(3) Control Libraries
(4) Includes
Answer is 2
(1) 71 bytes
(2) 60 bytes
(3) 55 bytes
(4 ) 80 bytes
Answer is 1
(1) Begins the subparameters of the DCB
(2) Begins the DASD control block
(3) Marks the close of the DCB
(4) Modifies the record type parameters
Answer is 1
(1) All parameters & Keywords are optional
(2) Dsname, SPACE, RECFM
(3) Dsname, SPACE, UNIT
(4) Dsname, DISP, SPACE
Answer is 1
(1) //
(2) //*
(3) /*
(4) None of the above
Answer is 3