Answer Posted / sravan
1.Datacom is a Database Manager developed by CA for MVS.
2.Organisation:Data is stored in teh form of databases,
which can have onw or more keys
3.Access : Access is through 'embeded' datacom calls in
high level languages(eg. through Ideal in PL1), or through
dataquery
4.Databases are known by a username Eg. FED-Profile
Internally in the system they are referred to by a 3
char id
5. It is imp to know the DB-id, that is how the datacom
knows the database
6.One or more keys can combine in several ways to form
several keys
7.There is no concept of Primary key or alternate key - all
keys are "on par"
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Name a few IBM utility programs, and explain its function.
How jcl work to handle various input output file operations?
what is the difference between JES3 and JES2?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is condition checking in jcl? Is this possible?
What is the difference between run mode and addressing mode?
How dummy is used in jcl?
how to run batch program without jcl?
what happens in execution stage in job processing?
Mention the types of job control statements?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Differentiate between addressing mode and run mode.