if we compile the cobol+ db2 program now ofter 5 years we
need to compile again?
Answer / 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 |
What is catelog procedure and how many catelog procedure to use in one job?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
How is the record format of an output dataset specified?
How can we increment subscript and index?
When will we need to specify Space parameter ?
can a job be submitted through jcl only? is there another way to submit a job?
using cursor how can you fetch more than one record into a variable
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
can u execute a proc from another proc?
How to compare 2 files using File-Aid?