Answer Posted / s.v.venkata sivaprasad
scope terminator is used to terminate the cobol statements
instead of period.
ex perform
st1
end-perform.,
search
st1
end-search.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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.
What is the difference between comp and comp-3 usage?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
i need a small 3d program using inline and outline.
In which area will you utilize 88 level items in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How to remove 2 duplicate records and copy only one using job control language?
Explain how to differentiate call by context by comparing it to other calls?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Name the divisions, which are available in a cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
What is Pic 9v99 Indicates in COBOL?