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
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Does jcl support automatic restart?
What are the difference between jcl and jes?
How can return codes be tested before execution of a job step?
How gdg are concatenated?
whats the diff bw the evaluate also and and?
what are the types of abends that occur on job failure? And explain the possible causes of these
how do you access an uncataloged dataset in a jcl?
What are the jcl procedures?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the function of the steplib dd statement?
What dd statement is used to supply the name of a dataset?
Explain how can an in-stream dataset be terminated?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one