programming languages Online Quiz - 283
Description: programming languages Online Quiz - 283 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which keyword allocates the largest available volume for the dataset?
Which one of the following keyword a PROC cannot have?
What is the maximum number of DD stmt a step can have?
Which is the correct statement which will check only for errors?
What IBM utility is used to rename a dataset?
If DISP parameter is not coded in the DD statement that what is the default value?
Which one of the following is used to print the dump of the abended job in an unformatted way?
Which one of the following is used to pass input to the COBOL program?
How many types of triggers are there?
What does the cursor attribute ‘%rowcount’ do?
What are the types of cursors available in plsql?
The structure of simple explicit cursor is
The data type returned by a ‘%FOUND’ cursor attribute is
In which property does a NUMBER datatype differs from a PLS_INTEGER datatype
A database storage is stored in the database as
The default mode of parameters that can be passes to a procedure?
What are the modes of parameters that can be passes to a procedure?
True of False :A package specification can exist without a body