What is DATACOM db?
Answers were Sorted based on User's Feedback
Answer / 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 |
which are the parameters mandatory in job card ?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What is a Dummy Utility and what it does ?
How can we increment subscript and index?
what are the types of abends that occur on job failure? And explain the possible causes of these
Which storage devices are grouped under DASD and SYSDA ?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
Explain about LMCOPY -
How to send data from cobol program to jcl?