Answer Posted / ananta bajpai
it is the section of data division. it is used for linking
two cobol sub-programes(call calling )as well as passing
the value from jcl by parm parameter.
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is the difference between goback, stop run and exit program in cobol?
What is the difference between Global and External Variables?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between structured cobol programming and object alternativelyiented cobol?
Difference between array and sub-script ?
Explain the configuration section of a cobol program with examples of syntax.
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 many sections are there in data division in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
What is amode(31)
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to remove 2 duplicate records and copy only one using job control language?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between comp and comp-3 usage?