GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Mainframe  >  IDMS
Go To First  |  Previous Question  |  Next Question 
 IDMS  |  Question 31 of 42    Print  
When you are obtaining next within a set and get a end of set return code, on what record are you now current?
You are current on the owner.


  
Total Answers and Comments: 1 Last Update: March 08, 2009   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 07, 2009 12:02:05   #1  
pravpappu Member Since: March 2009   Contribution: 1    

RE: When you are obtaining next within a set and get a end of set return code, on what record are you now current?
The Owner Record Occurrence becomes the Current
 
Is this answer useful? Yes | No

 Related Questions

A record occurrence is the instances of a record; it is the smallest addressable unit of data. A type is the description of a record; there need not be any occurrences.  

An OOK-Rec is a one of a kind record set, used to get to another record set 
Latest Answer : OOK-REC - it is IDD metaschema record. IDD metaschema is generating during installiation time ...

A junction record is a member record type that allows for many-to-many relationship between its two owner records. For a school database the CLASS record is a junction for the TEACHER and SUBJECT record 

A set is an owner record and, optionally, its member records. There are three types of pointers: next, prior and owner, but only next is required. There are five possible orders for arrangements of sets; 
Latest Answer : A.By Codasyl conception SET is data chain between Owner and Member record. B.Pointers: NEXT,PRIOR,OWNER(direct adresation to OWNER_RECORD from MEMBER).At least NEXT pointer is requered to navigate via set.C. Number of sets really  is unlimited. ...

It writes a checkpoint to the Journal File and releases any record locks.  
Latest Answer : It completes a LUW. In case of DB2  changes made to database will not take effect untill a COMMIT statement is encountered. ...

IDD is the Integrated Data Dictionary. It contains information about the elements, record types, sets, maps and dialogues within the database.  
Latest Answer : Integrated Dictionary Directory. IDD - it is metaschema where are stored other "entities" of IDMS components -  elements, records, maps,dialogs,areas, subschemas, schemas. ...

0307 is end-of-set and 0326 is record not found.  

It places a record in the database based on the location mode specified.  

It will connect to all sets where it is defined as an automatic member. The store requires that currency be established for all these set occurrences.  

The old joke - where the programmer thinks he is, but the DBMS knows he is not. Currency is the location within the database during run-unit execution. There are four levels of currency: current of run-unit 


 Sponsored Links

 
Related Articles

jQuery Table Row Finished Code

jQuery Table Row Finished Code The Finished Code Our second example page has demonstrated table row striping highlighting tooltips collapsing expanding and filtering Taken together the JavaScript code for this page is mosgoogle geshibot lang php" document ready function var highlighted
 

jQuery Interacting with Other Code

jQuery Interacting with Other Code We learned with our sorting and paging code that we can t treat the various features we write as islands The behaviors we build can interact in sometimes surprising ways; for this reason it is worth revisiting our earlier efforts to examine how they coexist with t
 

jQuery Completed sorting and paging code

Learning jQuery The Finished Code The completed sorting and paging code in its entirety follows mosgoogle geshibot lang php" fn alternateRowColors function tbody tr odd this removeClass even addClass odd ; tbody tr even this removeClass odd addClass even ; return this; ; document
 

jQuery - Marking the Current Page

Learning jQuery Marking the Current Page Our pager can be made more user friendly by highlighting the current page number We just need to update the classes on the buttons every time one is clicked mosgoogle geshibot lang php" var pager ; for var page 0; page numPages; page pag
 

printf() Function Return Value

What is the return value from printf() function? printf function always returns the number of characters printed. Let us understand this with an example: main() { int a=10; printf("%d",printf("%d %d %d", a,a,a)); } In this above program the inner printf i
 

What is the default return value of a function?

The default return value from a function is int. In other words, unless explicitly specified the default return value by compiler would be integer value from function.   When a programmer wants other than integer values to be returned from function then it is essential that the pro
 

exit and return statements

  How does the exit () and return () differ exit () is used to exit the program as a whole. In other words it returns control to the operating system. After exit () all memory and temporary storage areas are all flushed out and control goes out of program. In contrast, the return () stateme
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Mainframe Features

Mainframe Features In this Mainframe tutorial you will learn about features of Mainframe Processing power memory capacity performance computing multiple operating system time sharing reliability serviceability availability clustering technology and other features available in Mainframe mosgoogle cen
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape