Post New Answer View All Answers
What is link edit in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the problem of ordered sequential files access?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between PIC 9.99 and PIC9v99?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why did you choose to work with ibm mainframe cobol programming?
What is redefines clause in COBOL?
What is length is cobol?
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.
What is rmode(24)
For rewrite, why is it mandatory that file needs to be opened?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..