mainframe Online Quiz - 111
Description: mainframe Online Quiz - 111 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
What will happen when a file that doesnt exist is opened in I-O mode?
What is an 88 level used for in COBOL?
What happens when the access mode of an indexed file is DYNAMIC?
What is the number of characters in COBOL-85 character set?
What is the name of the area from character positions 73 to 80?
What does a disposition of (MOD,KEEP,) mean?
Temporary datasets are created by
What is COND=EVEN ?
What is COND=ONLY ?
What happens if both JOBLIB & STEPLIB is specified ?
The DISP in the JCL is MOD, the dataset is already available and the program opens the file in OUTPUT mode. What happens ?
Maximum number of steps in a job
Which of the following DB2 data types CANNOT be used to contain the date an employee was hired?
Which of the following is defined on the dependent table to implement a referential constraint?
Given the DDL statement: CREATE TABLE newtab LIKE tab. Which of the following would occur as a result of the statement execution?
Which of the following occurs if an application ends abnormally during an active unit of work?
Given the table: COUNTRY NAME CITIES PERSON Argentina 30 1 Cuba 20 2 Canada 10 2 Germany 40 1 Given the statement: SELECT name,cities FROM country Which of the following clauses must be added to the statement for it to return rows sorted by NAME ascending and then sorted by CITIES ascending?
Given the table COUNTRY: NAME CITIES PERSON Argentina 30 1 Cuba 20 2 Canada 10 2 Germany 40 1 Given the statement: SELECT name,cities FROM country Which of the following clauses must be added to the statement for it to return rows sorted by NAME ascending and then sorted by CITIES ascending?
Given the table COUNTRY: NAME CITIES PERSON Argentina 30 1 Cuba 20 2 Canada 10 2 Germany 40 1 Given the statement: SELECT name,cities FROM country Which of the following clauses must be added to the statement for it to return rows sorted by NAME ascending and then sorted by CITIES ascending?
Use OCCURS clause at 01 level