Question { 10555 }
What are the different data types available in COBOL?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between a physical BMS mapset and a
logical BMS mapset?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
What are the three ways available for a program to position
the cursor on the screen?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 7451 }
A mapset consists of three maps and 10 fields on each map .
How many of the following will be needed ?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
What does ?Pseudo Conversational? mean?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 8713 }
What is the effect of including the TRANSID in the EXEC
CICS RETURN command?
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
Question { 27161 }
Can you code instream data in a PROC ?
Answer
Is This Answer Correct ? | 3 Yes | 1 No |
Question { 16541 }
Determine the total no of bytes in the following.
01 rec1.
02 a pic x(6)
02 b redefines a.
03 c occus 6 times pic 9.
02 d occurs 6 times pic 9.
03 e pic x(5)
03 f pic 999.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 18996 }
Can a REDEFINES clause be used along with an OCCURS clause?
if yes,
01 WS-TABLE.
03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'.
03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you
expect?
if no,why?
Answer
Is This Answer Correct ? | 0 Yes | 2 No |
Question { Cap Gemini, 20410 }
How do you fetch current date in normal cobol pgm and in
cobol-db2 pgm?
Answer
Is This Answer Correct ? | 3 Yes | 1 No |