|
|
| Author |
Message |
shrivatsa
Active User
Joined: 17 Mar 2006 Posts: 157 Location: Pune
|
|
|
|
Hi All,
I have a production Job which is creating a dataset called XXX5.XXXX.X6X601.
I need a help to write a program to check the above dataset is available to use or not?
Is it possible through CLIST or REXX?
Can anyone help me....
Thanks
Shri |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 04, 2006 9:59 am Post subject: Re: Re:-Check for the dataset |
 |
|
|
 |
ap_mainframes
Active User
Joined: 29 Dec 2005 Posts: 121
|
|
|
|
I suppose that you mean that if the dataset is existing and is available for editing.
You can use
SYSDSN('datasetname') = 'OK' then
its available.
hope this is what you were asking.
ap_mainframes. |
|
| Back to top |
|
 |
|
|