I have a search I'd like to run against a zOS dataset, and I know how to form the grep command. I have access to the machine via Unix system services, how to I address a dataset from that environment?
feedback
|
|
How big a data set are we talking about? As an alternative, if you can open your data set in | |||
feedback
|
|
No need to cp first. You can cat, tail, grep etc. The thing to remember is the special quoting and that the DSN is preceded by two slashes: cat "//'s052WX.EO.REXX(MYREXXSOURCE)'" | grep parse If you look in the UNIX command reference manual under the cp command there’s more info. | |||
|
feedback
|