Answer Posted / rams
I agree with Rashmi and Ram G. 3 Bytes is the right answer as S,V,P are not counted in determining size
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
What is a scope terminator give example?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is the use of outrecord?
What do you understand by psb and acb?
What are the different types of condition in cobol and write their forms.
HOw can I get the negative sign while deduct high value from low value
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the use of intialize verb?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What rules are followed by the search verb.
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.
In which area will you utilize 88 level items in cobol?