This is a known problem in batch ISPF where you try and access the ISPSPROF from the ISPTLIB and other jobs are using it even though the disp is share. See http://www-1.ibm.com/support/docview.wss?uid=isg1II02949 for details.
What you can do is allocate ISPTLIB to a temporary dataset then use a...
Does anyone know the offsets of the highest return code in a job that can be accessed using the storage function?
I have written a mini batch scheduler using REXX and it's basically a step that runs at the end of a job and sets a completed flag in a dataset. I was hoping to use storage to...
I was wondering if there was a way to do a page down in a TBDISPL without it processing the selected options? Basically I want to present an ISPF table but allow the user to page down without the options they put on the current rows being processed.
Thanks for any help.
I am trying to get a protected internal function to read a passed stem on the OS/390 mainframe without much luck. I know you can do it because I have done it at another site.
This is what I think should happen;
rv = MyFunc(STEM1.)
return
MyFunc: procedure
arg InStem.
do i = 1 to InStem.0...
Hi. I am doing a lot with LMMDISP using a display and move members from the dataset. I was wondering if anyone knew the name of the variable set as a message in the PROMPT field?
Thanks for any help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.