balamurali cl wrote:I am not able to open the file you have sent here....Can I have a document or link?
xxx.ZIP files have been around for more than 20 years. The xxx.ZIP files in the CBT web site usually contain one file, xxx.XMI. This file contains mainframe data. Send the file as a binary file to your mainframe, to a dataset allocated with RECFM=FB,LRECL=80,BLKSIZE=nnn. Like ZIP files, XMI datasets contain a dataset; for CBT data, this dataset is usually a PDS. In a TSO READY prompt or ISPF option 6, enter RECEIVE INDATASET(xxx), where xxx is the entire dataset name you prepared on the mainframe. The RECEIVE command will prompt you for the final name of the dataset where the data in the XMI dataset will be sent. If you just hit Enter in response to the prompt, RECEIVE will replace the high order qualifier in the dataset name in the XMI dataset with your userid.
Once the RECEIVE command has constructed the dataset, you have to open the dataset and figure out what to do next. There is usually documentation of varying quality in the PDS; it is up to you to find the documentation and continue from there.