How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / maria
we can declare the internal table in both the called and calling program with the key word EXTERNAL .By doing this, the table data can be accessed in both the programs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What type of SDLC u followed? Why?
What are all the divisions of a COBOL program?
What is Pic 9v99 Indicates in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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.
What is the difference between comp and comp-3 usage?
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 the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the problem of ordered sequential files access?
What is link edit in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?