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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between Perform para and perform asaection in cobol?
What type of Call you would use if you don;t want the control back to the calling program?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
what is level 66 means??
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
what is the advantage of using redefines instead of delaring the variables ?
Name the divisions in a COBOL program ?
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
Can 88 level variable be declared in FD section..?