Answer Posted / pal
Comp is computational clause
nothing but using the memory in a efficient way
i think there is no comp-4
| Is This Answer Correct ? | 3 Yes | 19 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Write the code to count the sum of n natural numbers.
Write a program that uses move corresponding.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do u write test cases?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
When is inspect verb is used in cobol?
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.
Mention the guidelines to write a structured cobol program?
how do you reference the fixed unblock file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how do you reference the rrds file formats from cobol programs
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.