example for sub strings ? and refernce modifications whit output pls
No Answer is Posted For this Question
Be the First to Post Answer
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
What are the pertinent COBOL commands?
When and how can we use index & subscript ?
What is CALL statement in COBOL?
What type of SDLC u followed? Why?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
How to read the last 100 records from a COBOL file. The file contains N number of records.
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
what is the difference between implicit and explicit scope terminator with example?
How many bytes do a s9 (7) comp-3 field occupy?