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.
Questions
How can an in-stream dataset be terminated?
- //
- //*
- /*
- //**
- none of the above
All elements need not have a closing tag
- True
- False
SYSUT2 used in JCLs identifies the ----- to UTILITY PROGRAMS
- Input file
- Output file
- Temp file
- None of the above
Which of the following Utilities is the syntax of the SORT command?
- SORT FIELDS = (start-location, end-location, sort sequence, format)
- SORT FIELDS = (start-location, length, format, sort sequence)
- SORT FIELDS = (start-location, end-location, sort sequence, length)
- SORT FIELDS = (start-location, end-location, length, format)
XML tags are not case sensitive
- True
- False
What is the format of comment statement?
- //
- //*
- /*
- None of the above
XML elements must follow some naming rules
- True
- False
This tag is correct
- True
- False
attributes can contain multiple values
- True
- False
How can an abnormally terminated job be started again?
- Specify RESTART = STEPNAME in the JOB step.
- Specify RESTART = Y in the JOB step.
- Specify RESTART = N in the JOB step.
- None of the above
- All of the above
XML validated against a DTD is "Well Formed" XML
- True
- False
Errors in XML documents will not stop your XML applications
- True
- False
With CSS (Cascading Style Sheets) you can add display information to an XML document
- True
- False
What DD statement is used to supply the name of a dataset?
- Name
- Dsname
- Label
- File
- None of the above
How can a job send a status message to a TSO user at the completion of a job?
- STATUS
- NOTIFY
- ENDMSG
- USER
- None of the above
Which of the following is TRUE about Symbolic parameters?
- They can be used to override parameters on the DD statement.
- They are used in cataloged and In-stream procedures.
- They are used to assign values to commonly used JCL parameters.
- None of the above
- All of the above
Which of the following is used to copy sequential files
- IEFBR14
- IEBCOPY
- IEBGENER
- IEBCOMPR
- None of the above
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
- JOBLIB
- PGM
- STEPLIB
- Any of the above
Which of the following is true about the SECONDARY Sub parameter used in the SPACE parameter?
- Specifies storage space for recording of name and location of partitioned datasets
- Specifies additional storage space if the originally specified space is insufficient
- Specifies storage space at the time the dataset is created
- Specifies the space required in cylinder
What is the term used when JCL statements are grouped together and given a name?
- Procedure or PROC
- Cataloged Procedures
- In-stream Procedure
- None of the above