What is link edit in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
which is better either static call or dynamic call? and why?
comp-3 field occupy?
What is XDC ?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
88 class is used for
1)what is use of linkage section? 2)what is difference between comp and comp-3
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
why we are using set in searchall?
Explain about level numbers?