what is static and dynamic call with examples?
Answer Posted / vasanth
But looking at the program we can find if the called
program is static or dynamic by below ways :
If the called program is mentioned as a literal in the main
program , then you can say that it is a static program if
the compiler option is NODYNAM else it is a dynamic
program .If the called program name is mentioned as a
variable in the main program , then it is a dynamic program
irrespective of the compiler option.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
Explain the purpose of dd * statement in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How gdg are concatenated?
How do you submit a job for execution?
What is the maximum length of a single line of jcl?
how would you create a temporary dataset? And where will you use them?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
In job processing, what happens in conversion stage?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Differentiate between addressing mode and run mode.
Is it possible to left uncode disp? If yes, how?
How can a fb file convert to vb file using sort program?
What do you understand by the terms: joblib and steplib?
How is the record format of an output dataset specified?