When you are working with the project..
once your coding is over what will u do?
where u r maintaining your CR(change request)
what is the format
what are the documents u need to prepare while testing?
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning, the advantages and which are the types of evaluate statement?
What will be the result if on size error phrase is declared?
How do you use sub-string as a Pseudo-variable in PL/1? How can we use the variables?
what is the right time for using in-line perform?
Why do you need a secondary index in an ims?
How can a like table be created?
Can you explain referential integrity?
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
Can the values of alphanumeric be moved to variable numeric?
whose product is x-peditor ?
what is unit testing ? on which basis you will write test case ?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B