News

Create a Select entry in the Input-Output section of your COBOL program's Environment Division. This is the file's name and where you want it located in your hard drive's file directory.
For example, if the output is named Q1SALES and the external file is a GIF file, the file name is Q1SALES.GIF. This technique of building the file name from the catalog entry name affects what you do ...
For example, I want to save ping Google.com and save the output in a file, so, I would go with the following command. ping google.com > C:\Users\yusuf\OneDrive\Desktop\CommandOutput.txt ...