Can we use icetool in cobol program?
Answers were Sorted based on User's Feedback
Answer / giri12
Deepu, u said we cannot use icetool in cobol program. can
you please give us the valid reason for that?
| Is This Answer Correct ? | 1 Yes | 0 No |
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
What are the divisions in a cobol program?
what is the difference between implicit and explicit scope terminator with example?
how do you define single dimensional array and multidimensional array in your cobol?
What is R-mode and A-mode?
what happens if we wont give timestamp in precompilation process ?
What is the difference between Global and External Variables?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
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.
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,
Why did you choose to work with ibm mainframe cobol programming?
how can we fetch 3 records in cobol pgm any coding pls ?