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 |
Explain the job statement in jcl?
what is a steplib
What you mean by skeleton JCl?
what is the compile process of cobol program expalin with code
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
Can we use empty VSAM as input?
wht happens if cond=true ? pls give me with an example ?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
Explain the function of dd name parameter with a 2 part structure; audit.report?