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 ?
Answer Posted / 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 |
Post New Answer View All Answers
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are the access modes of START statement?
What is the problem of ordered sequential files access?
Difference between array and sub-script ?
Write the code implementing the perform … varying.
What are the pertinent COBOL
how do you define single dimensional array and multidimensional array in your cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
what happens if parmparameter passes zero bytes to the program
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
When is inspect verb is used in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
What the difference is between continue and next sentence?
Write a program to enter and display the names of students in a class using the occurs clause.