How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
Write the code implementing the perform … varying.
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
what is amode(24), amode(31), rmode(24) and rmode(any)?
can anyone explain me the concept of COMP-4 PLEASE??
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
What is an index for tables?
What is the difference between goback, stop run and exit program in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between next sentence and continue in cobol programing language?
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.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?