In the proc code //sysin dd ddnam=anyddn
After the proc invoking exec stmt code //anyddn dd * followed by your sysin data. Not sure if you have to code //stpname.anyddn dd *.
i am trying to implement thi s
In the proc code //sysin dd ddnam=anyddn
After the proc invoking exec stmt code //anyddn dd * followed by your sysin data. Not sure if you have to code //stpname.anyddn dd *.