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

Post New Answer

More COBOL Interview Questions

if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?

2 Answers  


What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


What is static and dynamic call in cobol?

0 Answers  


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

0 Answers  






What is the mode in which you will OPEN a file for writing?

4 Answers  


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.

1 Answers   Mind Tree,


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


How do you submit JCL via a Cobol program?

5 Answers   IBM,


Categories