Answer Posted / poornima.t
NULL INDICATOR IS USED TO FIND OUT WHETHER
THE COLUMN IN THE TABLE IS NULL OR NOT NULL...
IN COLUMN IF THE VALUE IS NOT SPECIFIED THEN IT IS
TREATED AS NULL VALUE...
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what are the various stages of job processing?
which utility is used to run a cobol-db2 program?
how you will the direct the data to spool using sysout option?
Brief description of inline procedure of jcl.
What is the purpose of dd dummy statement?
What are the parameters that are used in creating a gdg?
What is the difference between the positional and keyword parameters? Give examples.
Are there any set of rules for the names of the steps used in a job?
Differentiate between the joblib and the steplib statements?