I am coding a rexx program where i have to allocate a dataset.There's a chance that this dataset might be locked to another user who has exclusive access to that and it'll get freed eventually.Is there any option in ALLOC commnad like "WAIT" so that program will wait until resource get released or do i need do verify the resource status using SYSDSN RC and ALLOC RC in infitinite loop.I know infinite is not a good idea since im buring CPU time.Any thoughts here.
I came accross an assemmbler routine which uses "STIMER" option to get the program instructions out of real storage for specified period of time and we can run this using rexx.
Thank you very much.Its working.You are my Man.Now i have one more question.I have written a rexx script to display my own ISPF panel.If run this rexx in batch the panel is not getting diplayed.Is there anyway we can display panel using rexx through batch.