Answer Posted / kiran
r-mode means 24 bit address mode ,a-mode means 31 bit
address mode
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What is rmode(any) ?
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.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
) what is the difference between AID and HANDLE AID?
How you can characterize tables in cobol?
What is length is cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is a SSRANGE and NOSSRANGE?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is the difference between COBOL2 AND COBOL390?
What do you understand by psb and acb?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.