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 function of the steplib dd statement?
What is the motivation behind coding class parameter in job statement?
What is the difference between the positional and keyword parameters? Give examples.
Brief description of inline procedure of jcl.
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is the JCL statement consists of?
How can the submitting users racf authority be overridden in a job stream?
What is the function of dd disp parameter?
which parameter is used to check the syntax of a jcl without executing it?
What dd statement is used to supply the name of a dataset?
What is the format of comment statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is a jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
what are the statements that are not valid to be included in an include statement?