in cobol,wat is the difference in using 'set index in
occurs clause' ....and 'occurs depending-on clause'
No Answer is Posted For this Question
Be the First to Post Answer
How to create a new dataset only duplicate observations in proc sort procedure?
What is diffrent between Method and and function in c#
what does mean and stack mean in genral programming?
how can we get version of database ?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
difference between list and display command ?
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
What is the best action a system can take when deadlock is detected
will it allow to add same value in HashMap class.
. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.
hi viewers, tell me,what is scripting and programming, define and difference...pls
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)