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
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the function of job statement in jcl?
how you can access an uncataloged dataset in a JCL?
Can I send output of job to my remote device careerride123?
How dummy is used in jcl?
Explain the job statement in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Differentiate between the joblib and the steplib statements?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Can I share my data with other jobs? How?
What is the use of symbol // in jcl?
Define concatenating?
When output dataset space is required, what quantity categories are used?
What do you understand by the term notcat 2 – gs?