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


Please Help Members By Posting Answers For Below Questions

Explain about LMQUERY�give a dialog information about a data set

907


what is the JCL statement consists of?

699


what is the difference between JES3 and JES2?

686


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

857


Is their any set of rules for dd? Explain.

664






What is condition checking in jcl? Is this possible?

628


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

925


How to execute 2nd and 4th steps among 5 steps in jcl proc?

751


What do you understand by the term notcat 2 – gs?

759


which utility is used to sort a file in jcl?

751


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

835


How to submit a jcl from cics?

670


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

751


Why include statement is used in a jcl?

691


What is the purpose of dd dummy statement?

949