Hello Everyone,
1.I got this piece of code to identify the Line Count in a Tape Dataset
/* Rexx */
"ALLOC FI(INPUTD) DA('@...(DATA)') shr"
"Execio * DISKR INPUTD (Finis Stem In."
say In.0;
When I try this code, I get the...
Hello Everyone,
I want to create a macro to 'Save' in view mode. Basically the macro should have the following
replace '<name of the dataset>' .zf .zl
How can this be done using rexx ?
The name of the dataset in the replace should be the name of the dataset I am viewing. Also I want to execute...
Hello Everyone,
I have a problem using VGET.
I have two REXX codes, I am submitting the second REXX (batch mode) using the first REXX. I want to pass few values to the second REXX.
I tried to use VPUT - VGET logic. I get RC -3, when the second REXX is submitted in batch mode.
When I tried the...
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.