Answer Posted / dimpy19
cobol subroutines
1.internal subroutines - like PERFORM statement.
2.external subroutines - using CALL verb (call by value and call by reference).
-----default------
subroutine can be compiled stand alone but cannot be executed independently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between run mode and addressing mode?
which utility is used to sort a file in jcl?
Explain in DD statement what is the use of DCB parameter?
What is concatenating?
In job processing, what happens in execution stage?
how to do automated restart when a job abends?
How can a stopped job be started again?
Explain the function of a dd statement?
what is the JCL statement consists of?
Is automatic restart possible in jcl?
when can a job time-out occur? How to overcome that?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How jcl is used for testing batch programs?
what sort card you will use to copy the data from one dataset to another dataset?
what is the use of IEBGENER utility?