suppose there is one PF having two members PF1 PF2.PF has
one unique key Emp ID.could you tell me uniqueness in PF
will be effective across members as well ? assume emp iD
3333 is in member PF1 would same Emp id be exist also in
member PF2 ?
Answers were Sorted based on User's Feedback
Answer / dkcdac_61
i can surely say uniqeness will be effective in the
boundary of member PF1 not in Member Pf2.so emp id 3333 can
also exist in member pf2.
| Is This Answer Correct ? | 10 Yes | 1 No |
Can a Search can be done on a table with or without Index?
What is "Call by content" and "call by reference"?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
How can we increase the size of an existing PDS to include more no. of modules.
88 class is used for
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
can anyone explain me the concept of COMP-4 PLEASE??
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is a zoned decimal data type and how it will be stored?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.