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
How do u write test cases?
how do you reference the ksds vsam file formats from cobol programs
what are the diferences b/w sub-script and index?
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
what is record label is empty or standard in file description of data division?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
Is It Possible to Update or change in VIEW Mode?
give the examples of strings in cobol
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Write down the divisions of cobol program?