How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What is binary search?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
I have a File that has duplicate records. I need only those records that occur more than thrice.?
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
What is XDC ?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
if a file has 1000 recods how copy the records from 1 to 100 records using sort
wht is structured cobol pgm and non structred cobol pgm ?
What is the difference between PIC 9.99 and 9v99?
In which area will you utilize 88 level items in cobol?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.