Page 1 of 1

Writing Data into CICS (Mainframe)

Posted: Wed Feb 14, 2007 2:32 pm
by Inquisitive
Hi,

I have Datastage 7.5 installed on Unix box (Solaris).

I have requirement to read data from CICS and write write it back to CICS system after transformation.

If I have MVS license can I write data into CICS? I know if we have Datastage installed on Mainframe it will generate COBOL programs internally to do this operation.
how can we achieve this in Datastage on Unix?

Thanks

Posted: Wed Feb 14, 2007 3:07 pm
by ray.wurlod
You can slice of a piece of the mainframe and run UNIX Support Services (USS) there. DataStage can run on USS, and access mainframe data. You would need to check with IBM whether DataStage USS version can access CICS. It can certainly access IMS datasets and viewsets, and various other mainframe data structures (and, of course, DB2/390).

Posted: Wed Feb 14, 2007 6:24 pm
by Inquisitive
Thanks Ray,

We can use CFF stage to read VSAM files and Db2 API/ODBC stage to read data from Db2 on mainframe. But in thi USS how can we write data into CICS?

Posted: Wed Feb 14, 2007 6:30 pm
by ray.wurlod
I have no idea. That's why I said you would have to check with IBM.