can we read records in a file from botom to top. if
possible how can we read
Answer Posted / jayant
Sorry..the answer given by me was wrong...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
What is perform what is varying?
What is the difference between external and global variables in COBOL?
What is the problem of ordered sequential files access?
What is the difference between perform … with test after and perform … with test before?
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
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.
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 to convert the recors form vsam file to db2 table tru file aid
What the difference is between continue and next sentence?
What is amode(31)
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is static and dynamic call in cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what are decleratives in cobol?