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