how do u link sub pgm to main pgm ?
Answers were Sorted based on User's Feedback
Answer / ankit
linking of pgm is done by 'call statements ' linking of pgm
is done by o/s we need to just use call statements in cobol
pgm, we cannot explicitly link pgms
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / muttaiah
By Call stmt and compiler option dynam or nodynam.
| Is This Answer Correct ? | 1 Yes | 0 No |
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
can you declare redefine in level 01?
What are the ways you can generate a copybook?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
What is the compute verb? How is it used?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
what r the types of perform statement
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
Define in-line perform?
How are the next sentence and continue different from each other?