how do you reference the rrds file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
how to know that the file has 300 records how to acess it?
Should I use STOP RUN in the sub program??why?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
what is difference between the sysabend and userabend?
What is the meaning of 'TALLING' verb in cobol?
What is the difference between external and global variables in COBOL?
how can we find total no of records in a file ....is there any utility......?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
how to submit a jcl by cobol program. clear me with an example.
What are the various section in data division and briefly explain them.
I want to declare a field with data type Double in my COBOL program. how shall i do that ?