What is the difference between static call & Dynamic call ?
Answer Posted / guest
In the case of Static call, the called program is a stand
along program, it is an executable program . During run time
we can call it in our called program. As about Dynamic call,
the called program is not an executable program it can
executed thru the called program
Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Can I send output of job to my remote device careerride123?
What is the function of a dd statement?
What is the purpose of the dd keylen parameter?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How is the record format of an output dataset specified?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are hierarchy levels in jcl?
what are the statements that are not valid to be included in an include statement?
what is use of dcb parameter in dd statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to do automated restart when a job abend?
what is DSN in JCL and what are the parameters to declare the DSN?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
In sms datasets, what is the function of the dd avgrec keyword?