Hai Friends,
Please help me in providing unix shell script for pulling data from mainframe dataset to unix using connect direct (NDM).
Thanks in advance
Hai Friends,
Please help me in providing unix shell script for pulling data from mainframe dataset to unix using connect direct (NDM).
Thanks in advance
Connect Direct is a file transfer software to get files from an IBM mainframe (OS/390, zOS, ...) to other systems, like Unix.
It has an extensive documentation and is fairly straightforward. I suggest you read the documentation first, any command shown in there is available for scripting too.
The only thing you have to take care of are the output formats the host uses. You will have to agree about these with the hosties (yes, this can be troublesome). Usually they will come up with some sort of JCL job card to use and once this is set up there is nothing to do manually any more.
Points to take care of are:
text xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx text xxxxxxxxx x xxxxxxxxx x xxxxxxxxx x xxxxxxxxx x I hope this helps.
bakunin