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 will happen if two JOB statements are mentioned in an JCL continuously.
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
How to create delta file using JCL
diff bw vsam and normal flat file?
whats the difference between empty and noempty of GDG?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
What statement can be used to send data to another mvs jes3 node?
How to copy VSAM files without using REPRO
what is a MODELDSCB?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
How do you submit JCL via a Cobol program?
How jcl work to handle various input output file operations?