)what is retrieve?
Answer / veeru
what ever the data we entered for automatic transaction
initiation by using START() function, we able to get that
data by using RETRIEVE.......
| Is This Answer Correct ? | 1 Yes | 0 No |
If I want to increase the Limit in GDG. What should I do?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
wht r the advantages of 77 level number ?
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
what happens if we wont give timestamp in precompilation process ?
what is the diff b/w select stsmt and cursor ?
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
What is the utilization of copybook in cobol? Could we utilize a similar copybook?