0

programming languages Online Quiz - 312

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

SQL was first developed by ?

  1. IBM

  2. Oracle

  3. Sybase

  4. Sun systems


Correct Option: A

What is default delimiter for instream data?

  1. /*

  2. //*

  3. */

  4. &&


Correct Option: D

If DISP parameter is not coded in the DD statement that what is the default value?

  1. DISP=OLD,DELETE,KEEP

  2. DISP=OLD,KEEP,KEEP

  3. DISP=NEW,DELETE,DELETE

  4. DISP=SHR,KEEP,DELETE


Correct Option: C

Which one denotes the end of the JOB?

  1. //

  2. //*

  3. /*

  4. END


Correct Option: D

What is the Normal DISP position for temporary files?

  1. OLD

  2. PASS

  3. MOD

  4. SHR


Correct Option: B

Continuation of the previous line should begin in the column

  1. 3

  2. Anywhere between 5 to 17

  3. Anywhere between 4 to 16

  4. Anywhere between 1 to 17


Correct Option: C

If the condition in the COND parameter satisfies what will happen?

  1. Step will not execute

  2. Step will abend

  3. Step will execute

  4. S0C7


Correct Option: B

Which is the correct statement which will check only for errors?

  1. TYPRUN=COMPILE

  2. TYPRUN=ERRFREE

  3. TYPRUN=HOLD

  4. TYPRUN=SCAN


Correct Option: D

What IBM utility is used to rename a dataset?

  1. IEBCOPY

  2. IEBGENER

  3. IEHPROGM

  4. IEBCOMPR


Correct Option: C

AI Explanation

To answer this question, you need to understand the utilities provided by IBM for working with datasets.

Option A) IEBCOPY - This option is incorrect because IEBCOPY is used to copy or merge datasets, not to rename them.

Option B) IEBGENER - This option is incorrect because IEBGENER is used to copy datasets, not to rename them.

Option C) IEHPROGM - This option is correct because IEHPROGM is a utility program used to rename datasets. It can be used to change the name of a dataset or to change the name of individual members within a dataset.

Option D) IEBCOMPR - This option is incorrect because IEBCOMPR is used to compare datasets, not to rename them.

The correct answer is C) IEHPROGM. This option is correct because IEHPROGM is a utility program specifically designed for renaming datasets.

Which one is the valid statement? 1 SYSIN DD DSN=DUMMY 2 SYSIN DD * 3 SYSIN DD DUMMY 4 SYSIN DD DSN=NULLFILE

  1. ALL THE ABOVE

  2. ONLY 1 AND 2

  3. ONLY 2 AND 4

  4. ONLY 2, 3 AND 4


Correct Option: D

What the JES will do?

  1. Checks for errors.

  2. Schedules the job

  3. Manages the output processing of the job.

  4. All the above


Correct Option: D

Which keyword allocates the largest available volume for the dataset?

  1. CONTIG

  2. MXIG

  3. ROUND

  4. RLSE


Correct Option: B

Which one of the following is used to pass input to the COBOL program?

  1. INPUT

  2. PARM

  3. SYSOUT

  4. COND


Correct Option: B

Which library will have the load modules of the IBM utilities?

  1. SYS1.LINKLIB

  2. SYS1.SOTREPROC

  3. SYS1.CATPROC

  4. SYS1.PROCLIB


Correct Option: A

What is keyword to make the job run for an unlimited time.

  1. TIME=(14,39)

  2. TIME=NOLIMIT

  3. TIME=UNLIMIT

  4. TIME=MAXIMUM


Correct Option: B

Which one of the following is used to print the dump of the abended job in an unformatted way?

  1. SYSOUT

  2. SYSABEND

  3. SYSUDUMP

  4. SYSMDUMP


Correct Option: D

Which one of the following keyword a PROC cannot have?

  1. EXEC

  2. SYSABEND

  3. JOBLIB

  4. SYSPRINT


Correct Option: C

What should be the DD name if we use the IBM utility IEBGENER?

  1. SYSUT1

  2. SYSIN

  3. DD1

  4. SYSPRINT


Correct Option: A

What is the default value for MSGLEVEL keyword?

  1. MSGLEVEL=(1,0)

  2. MSGLEVEL=(0,1)

  3. MSGLEVEL=(1,1)

  4. MSGLEVEL=(2,1)


Correct Option: C

What is program used to compile the COBOL program?

  1. IGYWCL

  2. IEWL

  3. IEBCOMPILE

  4. IGYCRCTL


Correct Option: D
- Hide questions