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 |
What are the common keyword parameters in both job and exec statements
Can we use DISP=SHR in output file in JCL
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
How do you override a parameter in Positional parameters?
Explain about ISPFTTRC
What is the difference between joblib and jcllib statements
What is RESTART? How is it invoked?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
what is a cataloged procedure ?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........