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
What are some jcl statements that are not allowed in procedures?
Can we use DISP=SHR in output file in JCL
Explain the jcl exec statement?
Explain about LMFREE�free data set from its association with data ID
How does jcl specify the job to the operating system?
what is the compile process of cobol program expalin with code
how do you access an uncataloged dataset in a jcl?
how you will the direct the data to spool using sysout option?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is “Cond= even” and “Cond=only”?
Explain how can values be passed from the job stream to an executable program?
Explain dd statement in jcl?