programming languages Online Quiz - 242
Description: programming languages Online Quiz - 242 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which keyword allocates the largest available volume for the dataset?
What is the effect of evaluation of following expression? Select the one correct answer. ${(5*5) ne 25}
Which one of the following is used to print the dump of the abended job in an unformatted way?
What is the effect of evaluation of following expression? Select the one correct answer. ${'cat' gt 'cap'}
Which one of the following keyword a PROC cannot have?
How many numbers are printed, when the following JSTL code fragment is executed? Select the one correct answer. ${item} a)1 b)5 c)6 d)11
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.
What gets printed when the following JSTL code fragment is executed? Select the one correct answer.
Which one of the following is used to pass input to the COBOL program?
The JSTL code does not compile as attribute for if tag are not correct.
What should be the DD name if we use the IBM utility IEBGENER?
What gets printed when the following JSTL code fragment is executed? Select the one correct answer.
How many numbers gets printed when the following JSTL code fragment is executed? Select the one correct answer.
If DISP=(,CATLG) which is the correct one?
Which numbers gets printed when the following JSTL code fragment is executed? Select the two correct answers.
Which numbers gets printed when the following JSTL code fragment is executed? Select the two correct answers.
Which number gets printed when the following JSTL code fragment is executed? Select the one correct answers.
Which of these represent the correct path for the core JSTL library in JSTL version 1.1? Select the one correct answer.
A JSP file uses a tag as . The myTag element here should be defined in the tag library descriptor file in the tag element using which element. Select the one correct answer.