How do u write test cases?
No Answer is Posted For this Question
Be the First to Post Answer
) How do u handle errors in BMS macro?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
How many types of sorts are there in cobol?
how can we find total no of records in a file ....is there any utility......?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
DATAONLY, MAPONLY functionality?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
What is the difference between CALL BY VALUE and CALL BY CONTENT?