if we compile the cobol+ db2 program now ofter 5 years we
need to compile again?

Answer Posted / vinay sonar

You need not to compile it again until and unless you
doesnt change the COBOL or DB2 program

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of dd name parameter with a 2 part structure; audit.report?

898


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

583


how do you access an uncataloged dataset in a jcl?

841


What do you understand by jcl?

629


What are steplib and joblib?

725






which utility is used to sort a file in jcl?

750


Define concatenating?

667


How would you understand error(execution phase)?

630


Name a few IBM utility programs, and explain its function.

4440


define cond parameter in jcl?

777


How can an in-stream dataset be terminated?

848


In job processing, what happens in conversion stage?

742


what is a jcl?

689


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1616


//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 /*

911