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 / kiran
uniqueness will be effected
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write down the divisions of cobol program?
For rewrite, why is it mandatory that file needs to be opened?
What is a scope terminator give example?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is a SSRANGE and NOSSRANGE?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Can we redefine the field of x(200) to less than 200?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain what you understand by passing by value.