|
Related Questions |
View Answer |
|
Can we reverse the string in cobol ? See the following problem :
77 NAME PIC X(10) VALUE 'MANOJ' 77 SRNAME PIC X(10).
I want JONAM in SRNAME.
|
View Answer
|
|
Can we fetch/ select in working storage section varibales directly without using the host variables?
|
View Answer
|
|
Is it possible that the REDEFINES clause has different picture clauses compared to the one it redefined?
|
View Answer
|
|
How you can read the file from bottom?
|
View Answer
|
|
If you are current on the owner of a set, what is the difference between an obtain next and obtain first?
|
View Answer
|
|
Is there a application program coding difference between local and central version mode?
|
View Answer
|
|
How does IDMS communicate with CICS?
|
View Answer
|
|
What is a bind?
|
View Answer
|
|
When you are obtaining next within a set and get a end of set return code, on what record are you now current?
|
View Answer
|
|
Why would you use find and get rather than an obtain?
|
View Answer
|
|
What is an area sweep and when is it used?
|
View Answer
|
|
What does a status return code of nn29 mean in relation to record locks.
|
View Answer
|
|
How are record locks released?
|
View Answer
|
|
What are the types of record locks and how are they set?
|
View Answer
|
|
How does IDMS insure data integrity?
|
View Answer
|
|
Distinguish among erase, erase permanent, erase selective and erase all.
|
View Answer
|
|
So manual and automatic are the connect options for a set. What are the disconnect options.
|
View Answer
|
|
If the stored record is not defined as automatic of a set, how can it be stored as a member of the set.
|
View Answer
|
|
What is currency?
|
View Answer
|
|
What sets will the stored record connect to?
|
View Answer
|