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 |
How to skip first step of a job? Can we use COND on the first step?
Explain about LMMFIND - find a library member
Whats error code s222?
Can we create VSAM file by using IEBGENER?
How can return codes be tested before execution of a job step?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
using cursor how can you fetch more than one record into a variable
whats the diff bw the evaluate also and and?
Can we use empty VSAM as input?
How do you restart a step in JCL?
what is the purpose of coding class parameter in job statement?
Explain the purpose of dd * statement in jcl?