Answer Posted / ajay dwivedi
Subscript refers to an array occurrance, whereas Index
shows the displacement in number of bytes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
Explain about different table spaces.
Name some of the examples of COBOl 11?
Why would you use find and get rather than to obtain?
how do you reference the printer file formats from cobol programs
What the difference is between continue and next sentence?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is Pic 9v99 Indicates in COBOL?
In COBOL, what is the different between index and subscript?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
how do you reference the variable unblock file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that