JCL and XML Programming Languages Quiz

Test your knowledge of Job Control Language (JCL) and XML programming concepts including JCL statements, parameters, utilities, and job control, plus XML syntax, validation, DTDs, and document structure.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How can an in-stream dataset be terminated?

  1. //
  2. //*
  3. /*
  4. //**
  5. none of the above
Question 2 True/False

All elements need not have a closing tag

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

SYSUT2 used in JCLs identifies the ----- to UTILITY PROGRAMS

  1. Input file
  2. Output file
  3. Temp file
  4. None of the above
Question 4 Multiple Choice (Single Answer)

Which of the following Utilities is the syntax of the SORT command?

  1. SORT FIELDS = (start-location, end-location, sort sequence, format)
  2. SORT FIELDS = (start-location, length, format, sort sequence)
  3. SORT FIELDS = (start-location, end-location, sort sequence, length)
  4. SORT FIELDS = (start-location, end-location, length, format)
Question 5 True/False

XML tags are not case sensitive

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

What is the format of comment statement?

  1. //
  2. //*
  3. /*
  4. None of the above
Question 7 True/False

XML elements must follow some naming rules

  1. True
  2. False
Question 8 True/False

This tag is correct

  1. True
  2. False
Question 9 True/False

attributes can contain multiple values

  1. True
  2. False
Question 10 Multiple Choice (Single Answer)

How can an abnormally terminated job be started again?

  1. Specify RESTART = STEPNAME in the JOB step.
  2. Specify RESTART = Y in the JOB step.
  3. Specify RESTART = N in the JOB step.
  4. None of the above
  5. All of the above
Question 11 True/False

XML validated against a DTD is "Well Formed" XML

  1. True
  2. False
Question 12 True/False

Errors in XML documents will not stop your XML applications

  1. True
  2. False
Question 13 True/False

With CSS (Cascading Style Sheets) you can add display information to an XML document

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

What DD statement is used to supply the name of a dataset?

  1. Name
  2. Dsname
  3. Label
  4. File
  5. None of the above
Question 15 Multiple Choice (Single Answer)

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
  5. None of the above
Question 16 Multiple Choice (Single Answer)

Which of the following is TRUE about Symbolic parameters?

  1. They can be used to override parameters on the DD statement.
  2. They are used in cataloged and In-stream procedures.
  3. They are used to assign values to commonly used JCL parameters.
  4. None of the above
  5. All of the above
Question 17 Multiple Choice (Single Answer)

Which of the following is used to copy sequential files

  1. IEFBR14
  2. IEBCOPY
  3. IEBGENER
  4. IEBCOMPR
  5. None of the above
Question 18 Multiple Choice (Single Answer)

If the location of the program is to be specific to a job step, then the location can be specified in the following JCL parameter

  1. JOBLIB
  2. PGM
  3. STEPLIB
  4. Any of the above
Question 19 Multiple Choice (Single Answer)

Which of the following is true about the SECONDARY Sub parameter used in the SPACE parameter?

  1. Specifies storage space for recording of name and location of partitioned datasets
  2. Specifies additional storage space if the originally specified space is insufficient
  3. Specifies storage space at the time the dataset is created
  4. Specifies the space required in cylinder
Question 20 Multiple Choice (Single Answer)

What is the term used when JCL statements are grouped together and given a name?

  1. Procedure or PROC
  2. Cataloged Procedures
  3. In-stream Procedure
  4. None of the above