ICETOOL, SYNCTOOL utilities exclude mainframe subset files
Mainframe programmers can turn to ICETOOL and SYNCTOOL utilities to avoid writing a COBOL program when working with records.
I have a master sequential file, and a subset file of the master. Is there any common utility in IBM's OS/390 where...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
I can generate an output whose record will be MASTER file -- SUBSET file, for example? I want to exclude those records that are present in the subset file. Can this be done without writing a COBOL program for the mainframe?
More on mainframe programming
Guide to mainframe utilities
Intro to COBOL
Working with a huge flat file
You should be able to do what you need with ICETOOL instead of writing a COBOL program. Check out IBM's DFSORT site for examples that use ICETOOL.
If you are using Syncsort, it has SYNCTOOL, which is similar to ICETOOL.
Dig Deeper on IBM system z and mainframe systems
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Data Center experts
View all Data Center questions and answers
Start the conversation
0 comments