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?
What is the maximum number of DD stmt a step can have?
Which is the correct statement which will check only for errors?
If DISP parameter is not coded in the DD statement that what is the default value?
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 pass input to the COBOL program?
What does the cursor attribute ‘%rowcount’ do?
What are the types of cursors available in plsql?
In which property does a NUMBER datatype differs from a PLS_INTEGER datatype
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?