How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What are subroutines ? and how do we pass data to the sub routines?
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
If I want to increase the Limit in GDG. What should I do?
Which mode is used to operate the sequential file?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
In an EVALUATE statement, can I give a complex condition on a when clause?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
What is SSRANGE, NOSSRANGE ?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is the Importance of GLOBAL clause According to new standards of COBOL?
What is difference between comp & comp-4?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?