
Larry C. answered 09/10/19
Tutor
4.9
(294)
Computer Science and Mathematics professional
If by PDS, you mean Partitioned Data Set, this is difficult (if not impossible) to do purely in COBOL. Typically, instead you would use something like JCL or REXX to traverse the PDS and pass each one to a COBOL module to process them.