Question { 6119 }
i have n records in one file and in this file there is some
fields and i want to count that how many sharma in my file
so plz give the coding that how we read sharma ?
Answer
Is This Answer Correct ? | 11 Yes | 0 No |
I have a table(product),It contain fields(productname,cost).
I want to retrieve the product name ,which cost is second
maximum in the table?
Answer
Is This Answer Correct ? | 13 Yes | 15 No |
can we use 77 level no for Redefines?if we use give an
example?
Answer
Is This Answer Correct ? | 15 Yes | 0 No |
i have job card like this
//job *****
//step1 exec pgm=iebgener
//sysut1 dd dsn=main.sss,disp=shr
// dd dsn=main1.sss,disp=shr
// dd dsn=main2.sss,disp=shr
//sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete)
dcb=( )
// sysin dd *
like this what i have to do to skip dsn=main1.sss
please giveme answer asap
Answer
Is This Answer Correct ? | 18 Yes | 0 No |
If a job has 3 steps and step 1 and step 3 should get
executed and step 2 should not get executed irrespective of
the return code from the previous steps. How can it be done?
Answer
Is This Answer Correct ? | 30 Yes | 3 No |