hi 1.while monitoring process chains i got an error that "activation was failed"what is the reason for failure and how did u solve that problem? 2.Process chain is going on running but it is not completing ,stopping?what are the necessary steps we have to take to solve the problem? 3.If there is any duplication in the cube ,how to rectify it and how to solve the duplication in the cube? 4.we have created one new field in the extractions which is not presented in the communication structure ,but the problem is how to bring the created field in to the cube? 5.what is meant by compressin? here the problem is we are deleting the request id,s what about the data depending on the id? 6.For improving the query we will create aggregates ? how the internal process will takes place to improve the query? what is meant by aggregate? 7.how to schedule the process chain "in a month first five days "i have to schedule the process chain? how? 8.what is meant by archiving? Support question service level aggrement: If we are unable to solve the ticket with in the service level aggrement? what are the necesary steps we have to take? these are the question i have faced on ibm interview,ok byee thanks®ards suresh kumar
4 13175can any working guy help me...by explaining me about any twop reports which u have created.....on sales and purchase
2213hi frnds dc's suma.could u tell me this one.(suma.sapbi@gmail.com).I have 2 Data Sources sales and Billing.I have 2 Cubes called 1.sales cube and 2.Billing Cube with its own Data,Now i want to add Sales Data to Billing Cube.How Can it Possible,Can you any one Explain?
5 7109Post New IBM SAP Business One Interview Questions
Do 32 bit programs run faster on 64bit?
How many layers are in osi reference model?
What is the difference between performance testing and performance engineering?
What is directive advice?
what is a .xap file? Explain with an example.
Explain why variables called the most powerful component of ssis?
What is the difference between class inheritance and interface inheritance?
What is tracing process? How this can be enabled?
I have created a command that display Source file and library. Now i want that when i enter library name and press f4 on Source file, pgm should display all the PF- SRC's in that Library. For F4 option i have used Choice program but since only limited paramters are passed in Choice pgm i am not able to paas library name and further can't call a pgm that will display list of Source files. Below is the Code snippet for CMD type object :- CMD PROMPT('Source Scan for HUB Standard') PARM KWD(SOURCE) TYPE(*CHAR) LEN(1) RSTD(*YES) + VALUES(N A) MIN(1) + CHOICE('N,A') PARM KWD(SRCFILE) TYPE(FILE) RSTD(*NO) + PROMPT('SOURCE FILE') FILE: QUAL TYPE(*NAME) LEN(10) RSTD(*NO) EXPR (*YES) + CHOICE(*PGM) + CHOICEPGM (XXXXXLIB/YYYPGM) QUAL TYPE(*NAME) LEN(10) DFT(*LIBL) + SPCVAL((*LIBL)) EXPR(*YES) PROMPT ('Library') Below is the Choice pgm:- PGM PARM(&PARM1 &PARM2) DCL VAR(&PARM1) TYPE(*CHAR) LEN (21) DCL VAR(&PARM2) TYPE(*CHAR) LEN (2000) IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + 21 1) = 'P')) THEN (DO) /* (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + */ CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') ENDDO IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + %SST(&PARM1 21 1) = 'P') THEN (DO) CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') CALL PGM(GTSQL) PARM ('XXXXLIB') return ENDDO Thanks in Advance for looking into.
What are the applications of autotransformers?
What is soa record?
What is the function of ale and how does it works?
Explain what are differential gain and common-mode gain of a differential amplifier?
How can we connect to a database from the script editor?
What is nVision Tab?