which one is the best of com and com-3.using of real time ?
Answer Posted / anuhya
comp3 is best for higher boundaries
comp is best for lower boundaries
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Why occurs cannot be used in 01 level in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the compute verb? How is it used?
What are the pertinent COBOL commands?
What are the different rules to perform a Search?
What is amode(24)?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do get the result of your program directly on your pc?
Write a program to enter and display the names of students in a class using the occurs clause.
) How do u handle errors in BMS macro?
What is the problem of ordered sequential files access?