what is static and dynamic call with examples?
Answer Posted / chaitanya
can any one give me a sample code regarding the static call
and dynamic call?
how can u go to conclusion when we saw the code in the first
look at the code?
plzzzzzzzzzzzzz tell me reply......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is condition checking possible in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Explain the job statement in jcl?
What is the purpose of the dd keylen parameter?
What are the difference between jcl and jes?
Explain the jcl exec statement?
What are the utility programs in jcl?
How can the submitting users racf authority be overridden in a job stream?
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
Explain in DD statement what is the use of DCB parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
How to submit jcl through a cobol program?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What are the rules employed while naming the steps in a job?