What is the maximum length of a field you can define using COMP-3 in COBOL?
Answer Posted / sruthy
18 decimal digits
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the usage of comp fields in cobol?
What is a report item?
What is inspect in cobol ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the different data types in cobol?
What is the difference between PIC 9.99 and PIC9v99?
Can we redefine the field of x(200) to less than 200?
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
i want a program using by if, evaluate , string, unstring, perform, occurs?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between binary search and sequential search?