Answer Posted / srinivas adilapuram
Linkage section is used to define any data passed across
programs.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
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 do you reference the variable block file formats from cobol programs
What is static and dynamic call in cobol?
Define cobol?
how do you reference the fixed unblock file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between next sentence and continue in cobol programing language?
How do you define a variable of comp-1 and comp-2?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.