How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1264How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
1208How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
1306
Explain what you understand by passing by value.
) How do u handle errors in BMS macro?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What rules are followed by the search verb.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how can i see junk values in dclgen or in hostvariable of comp ?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you reference the ksds vsam file formats from cobol programs
In COBOL, what is the different between index and subscript?
What is the difference between structured cobol programming and object alternativelyiented cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between Call and a Link?
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
What is comp-1 and comp-2?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)