how do u indetify files succesfully executed or not ?
Answer Posted / kiran
00 coder
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
HOw can I get the negative sign while deduct high value from low value
In which area will you utilize 88 level items in cobol?
What are declaratives and what are their uses in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Whats the difference between search & search ALL?
What is amode(31)
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how do you define single dimensional array and multidimensional array in your cobol?
What is difference between static and dynamic call in cobol?
What are the different data types in cobol?
How do define dynamic array in cobol.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between external and global variables in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?