Answer Posted / om prakash yadav
Logical structure of database.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How can you get the ksds file records into your cobol program?
What is a SSRANGE and NOSSRANGE?
What kind of error is trapped by on size error option?
What is the utilization of copybook in cobol?
What is the difference between comp and comp-3?
How you can characterize tables in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Have you used comp and comp-3 in your project? And how?
Difference between array and sub-script ?
What are the different open modes available in cobol?
Define cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.