WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS
USED IN FILES CONCEPT? HOW DO WE USE IT?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Cap Gemini, 4441 }
How can you display the current date & current time ?
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
what is the use of aix in vsam why do we go for aix and wht
is build index in vsam?
Answer
Is This Answer Correct ? | 1 Yes | 9 No |
what is the difference between vsam and dataset how do u
create vsam dataset which file you r used?
Answer
Is This Answer Correct ? | 8 Yes | 3 No |
By seeing the file itself how can we identify whether it is
A vsam file or flat file
Answer
Is This Answer Correct ? | 2 Yes | 1 No |
By seeing the file itself how can we identify whether it is
A vsam file or flat file
Answer
Is This Answer Correct ? | 3 Yes | 1 No |
Question { 7427 }
Can a Db2 table data be retrived through JCL?
Answer
Is This Answer Correct ? | 3 Yes | 4 No |
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as
shown below
//P1 EXEC PROC=P1
//P2 EXEC PROC=P2
//P3 EXEC PROC=P3
//P4 EXEC PROC=P4
There are four steps S1, S2, S3 and S4 in each PROC’s (i.e.
P1, P2, P3 and P4)
I want to execute only step S2 of PROC P2 and no other
steps or PROC’s. How do you achieve this?
Answer
Is This Answer Correct ? | 9 Yes | 1 No |
Question { 5719 }
I have 255 procedures in a job, each procedure contain 2
steps.can we execute this job?
Answer
Is This Answer Correct ? | 25 Yes | 5 No |
ihave ten flatfile in that iwant to concatinate all the
files except file 5,6 into output file by uing jcl?
how to do this? give me detail yntax for tis?
Answer
Is This Answer Correct ? | 14 Yes | 0 No |
Question { 5580 }
proc1,proc2,up to proc5 is there if i want to call proc1 and
proc5how can u write the code
Answer
Is This Answer Correct ? | 6 Yes | 1 No |
Question { 6478 }
Shall i use this query to retrieve first 4 records,
Select empno, sal from emptbl where empno < 5. like this can
we fetch first 100 records?
Answer
Is This Answer Correct ? | 9 Yes | 1 No |
Question { 4387 }
How system will identify whether user wants to create PS or
PDS? If answer is SPACE parameter then why we need to pass
ps or po as dataset organisation while creation
Answer
Is This Answer Correct ? | 16 Yes | 0 No |