Paid conversions are paused while we put the finishing touches on DataMeans. You can still upload a file and preview your data for free. Check back soon for full exports.
How to prepare your file
Identify your COBOL data files on the mainframe or server
For a VSAM dataset, unload it to a flat sequential file first: IDCAMS REPRO INDATASET(your.vsam.cluster) OUTDATASET(your.flat.file)
FTP the data files in BINARY mode. ASCII mode corrupts packed decimal and binary fields
For a variable-length dataset (RECFM=V, VB or VBS), send SITE RDW before the transfer, or the record lengths are lost
Locate the matching copybook definitions (.cpy, .cob). No need to convert them to ASCII
Create a ZIP archive with the data files and copybooks together
Upload the ZIP archive below