How to remove 2 duplicate records and copy only one using job control language?
No Answer is Posted For this Question
Be the First to Post Answer
Why did you choose to work with ibm mainframe cobol programming?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
What is level 66 used for ?
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
What rules are followed by the search verb.
should I use Go back in the main program ? Yes we can use Go back in main program as well.
which one is the best of com and com-3.using of real time ?
how do you reference the esds vsam file formats from cobol programs
how to resolve the file status 47.......
What is an explicit scope terminator?
How to read a record from bottom of a file which is indexed by 'A'.