what is check pending option
Answer / rama krishna reddy
The check pending option is used when the bulk data is
loaded into tables.
if you use the check pending option with load utility
then it will temporarly disable all the constraints that
are defined on that table.
| Is This Answer Correct ? | 7 Yes | 1 No |
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
what do you mean By spooling? Expand SPOOL?
Which is the most widely used batch performance monitor for DB2?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
Can we delete the data using IEFBR14 , IEBGENER??
what is the difference between static call and dynamic call?
whats the difference between empty and noempty of GDG?
Explain about Specifying compiler options in the PROCESS (CBL) statement
What are the valid DSORG values ?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
What does SYSIN * indicate?