ltthere is a direct read access to a data objectwith a unique key (e.g., DB2-SELECT, IMS-GU, ...
),which otthe following return codes is possible?
Reveal answer details Close answer details
Correct answerA
IBM · C6030-042
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
ltthere is a direct read access to a data objectwith a unique key (e.g., DB2-SELECT, IMS-GU, ... Reveal answer details Close answer detailsCorrect answerA
Single choice
In a multithreading environment, when can a deadlock occur between two threads, if at all? Reveal answer details Close answer detailsCorrect answerC
Single choice
An online, non-conversational main program (for CICS or IMS) contains all of the logic for a one-screen (MAP or FORMAT) application. Which of the following will NOT be required? Reveal answer details Close answer detailsCorrect answerA
Single choice
Requirement: Reveal answer details Close answer detailsCorrect answerC
Single choice
In the following example how many lines, if any, will be printed? GRAPH: PROC OPTIONS(MAIN); Reveal answer details Close answer detailsCorrect answerD
Single choice
Which of the following will definitely NOT cause an unresolved external entry? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following declarations uses the LEAST memory? DCL 1 S1 ALIGNED, 2 A CHAR(3), 2 C DEC FIXED(5), DCL 1 S4 ALIGNED, Reveal answer details Close answer detailsCorrect answerB
Single choice
What happens after executing the following code? CLOSE FILE(OUTFILE); Reveal answer details Close answer detailsCorrect answerA
Single choice
When a program reads a variable record format dataset via LOCATE mode, what happens? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following is the most appropriate way of avoiding a recursive deadlock? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which of the following steps is NOT required to use the IBM Debug Tool on a PL/I program? Reveal answer details Close answer detailsCorrect answerB
Single choice
Requirement: Reveal answer details Close answer detailsCorrect answerC
Single choice
What happens after the following statements? DCLI,J CHAR(5) INIT('54321'); Reveal answer details Close answer detailsCorrect answerD
Single choice
Which software model is LEAST appropriate it requirements keep changing? Reveal answer details Close answer detailsCorrect answerA
Single choice
The following code is supposed to find the earlier date between today's date and the given input date which is input to the program in YYYYMMDD format. What happens when the program is executed? DCL DATE JN CHAR (8); Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following is the most appropriate reason to explicitly use COMMIT or ROLLBACK? Reveal answer details Close answer detailsCorrect answerA
Single choice
Given the lollowing declarations, what statement will raise STRINGSIZE condition if enabled? DCLA_STR CHAR (100) VARYING; Reveal answer details Close answer detailsCorrect answerC
Single choice
What is a program specification document? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which compiler option causes the compiler to flag any IF, WHILE, UNTIL and WHEN clauses that do not have the attributes BIT(1) NONVARYING? Reveal answer details Close answer detailsCorrect answerB
Single choice
Given the following declarations, which code is likely to perform best and correctly initialize structure 3? DCL 1 S UNALIGNED, Reveal answer details Close answer detailsCorrect answerD
Single choice
What happens to STATIC variables declared in a procedure when the procedure is called recursively? Reveal answer details Close answer detailsCorrect answerA |