Answer Posted / raghu
it is used for faster acess bcoz the data item stored in word boundaires.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are literals?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Can we redefine the field of x(200) to less than 200?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the Purpose of Pointer in the string?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are declaratives and what are their uses 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 problem of ordered sequential files access?
) How do u handle errors in BMS macro
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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 need a small 3d program using inline and outline.
Define static linking and dynamic linking.
What is the difference between structured cobol programming and object alternativelyiented cobol?