Skip to main content

Does anyone know If you can use Bitbucket to store RM\\COBOL programs?  Wanted to back-up my code and COBs and wasn't sure if the COBs would get corrupted or not....

Does anyone know If you can use Bitbucket to store RM\\COBOL programs?  Wanted to back-up my code and COBs and wasn't sure if the COBs would get corrupted or not....

As far as I am aware, BitBucket is based on git.  I have successfully stored binary files (COB being a binary file, as opposed to text file) in git.  Version control systems in general have to store all the artifacts related to a version, not just text files.