0

programming languages Online Quiz - 246

Description: programming languages Online Quiz - 246
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

How can an in-stream dataset be terminated?

  1. //

  2. //*

  3. /*

  4. //**

  5. none of the above


Correct Option: C

All elements need not have a closing tag

  1. True

  2. False


Correct Option: B

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

  1. Input file

  2. Output file

  3. Temp file

  4. None of the above


Correct Option: B
  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)


Correct Option: B

XML tags are not case sensitive

  1. True

  2. False


Correct Option: B

What is the format of comment statement?

  1. //

  2. //*

  3. /*

  4. None of the above


Correct Option: B

XML elements must follow some naming rules

  1. True

  2. False


Correct Option: A

attributes can contain multiple values

  1. True

  2. False


Correct Option: B
  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


Correct Option: A

Errors in XML documents will not stop your XML applications

  1. True

  2. False


Correct Option: B

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


Correct Option: B

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


Correct Option: E
  1. IEFBR14

  2. IEBCOPY

  3. IEBGENER

  4. IEBCOMPR

  5. None of the above


Correct Option: C

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


Correct Option: C
  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


Correct Option: B
  1. Procedure or PROC

  2. Cataloged Procedures

  3. In-stream Procedure

  4. None of the above


Correct Option: A
- Hide questions