0

mainframe Online Quiz - 117

Description: mainframe Online Quiz - 117
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

Can I specify dummy VSAM dataset with AMP = 'AMORG' in a JCL?

  1. True

  2. False


Correct Option: A
  1. Bldindex

  2. non-VSAM datasets

  3. VSAM base cluster

  4. Define path


Correct Option: C
  1. Bldindex

  2. non-VSAM datasets

  3. VSAM base cluster

  4. Define path


Correct Option: B
  1. SHAREOPTION (1,3)

  2. SHAREOPTION (2,3)

  3. SHAREOPTION (3,1)

  4. SHAREOPTION (3,2)


Correct Option: B

How can submitting user's RACF authority be overridden in a job stream?

  1. Through the USER parameter

  2. Through the USER and PASSWORD parameter

  3. Through the RACF parameter

  4. By notifying the console operation to override authority


Correct Option: B

Many JCL statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

  1. Linkage variables

  2. Parameters

  3. Control libraries

  4. Includes


Correct Option: B

Can an individual step be restricted from using all the job's allowed CPU time?

  1. Yes

  2. No

  3. Only in catalogued procedures

  4. Through the STEPTIME parameter


Correct Option: A

What is the maximum length of a single line of JCL?

  1. 72

  2. 74

  3. 73

  4. 71


Correct Option: D
  1. Marks a deleted DD statement

  2. Begins an interpreted command stream

  3. Specifies no space allocation & no disposition processing

  4. Suppress command processing


Correct Option: D
  1. No , we can't check the return code for internal sort however for external sort it can be done

  2. YES,by using SORT-RETURN special register

  3. YES, we can test via Run jcl.

  4. YES,by checking in listing of the proram


Correct Option: B

What will happen if I change the below code MOVE ZERO TO TOTAL . PERFORM VARYING I FROM 1 BY 1 UNTIL I > 100 COMPUTE TOTAL = TOTAL + ITEM(i) * DISCOUNT END-PERFORM to the follwing code MOVE ZERO TO TOTAL PERFORM VARYING I FROM 1 BY 1 UNTIL I > 100 COMPUTE TOTAL = TOTAL + ITEM(i) END-PERFORM COMPUTE TOTAL = TOTAL * DISCOUNT

  1. NO ERROR but offcourse the result will differ.

  2. syntax error will occur

  3. Run time error

  4. NO ERROR with same result


Correct Option: D

If you are accessing ESDS VSAM file , then in cobol if you don't prefix the ddname with 'AS-' Then which abend might occur when attempting to open a dataset??

  1. S213

  2. S806

  3. S000 U4038

  4. S001-5


Correct Option: A

MERGE statement can have

  1. O/P PROCEDUE and INPUT PROCEDURE both

  2. O/P PROCEDUE but not INPUT PROCEDURE

  3. INPUT PROCEDURE but not O/P PROCEDUE

  4. can't use both of them


Correct Option: B

For KSDS or RRDS ,when DELETE statement is used the file must be opened in

  1. Input mode

  2. outout mode

  3. I/O mode

  4. extend


Correct Option: C
  1. DEFINE CLUSTER

  2. DEFINE ALIAS

  3. DEFINE PATH

  4. DEFINE BASE


Correct Option: C
  1. SYSPRINT and SYSOUT

  2. SYSIN and SYSOUT

  3. SYSPRINT and SYSIN

  4. The question is wrong


Correct Option: C
  1. YES

  2. NO, any condition along with equal can be checked

  3. Except Equal condition any condition can be chencked

  4. It Depends on the use of Search statement on perticular scenario


Correct Option: A
  1. alphanumeric

  2. numeric

  3. alphanumeric and numeric

  4. none of the above


Correct Option: C
- Hide questions