So maybe part of a large module.
Just looking for how it might be included during RUNTIME or LKED/BINDER
time.
If you're getting an abend 806 then something is attempting a module
fetch. That means that IGZESNP is either a standalone module or an alias
of a larger module. It cannot be just a
Hi Bob,
As I see it, it appears Chris is looking for CA product replacements. All the
products he listed are CA report writers. Unfortunately, so is DYL. Was
DYL-280, then DYL, now called CA Vision Results.
To compare, CA Vision Report is the "relatively" new name for Quikjob.
Rex
-O
If Chris doesn't have a COBOL compiler that supports the report writer feature,
RPG II would seem to be a viable alternative.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behal
Hi All,
we are in situation to change the owner for the path /SYSG/prod/cft36/, we have
tons of files/directories residing on this path and i tried to change using a
batch job and only the filepath specified on the job gets change and rest
remains the old owner name and this is stopping me on t
On Wed, 7 Jul 2021 12:28:35 -0500, Vinoth wrote
abour File Permission change:
> we are in situation to change the owner for the path /SYSG/prod/cft36/,
> we have tons of files/directories residing on this path and i tried to
> change using a batch job and only the filepath specified on the job ge
Please try using chown -R option as mentioned below. Anyways, I suggest you
to try this command with your test directory before issuing it against prod
environment.
https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-chown-change-owner-group-file-directory
Thanks.
Karthik Premnath.
On W
On Wed, 7 Jul 2021 18:51:07 +0100, David W Noon wrote:
>On Wed, 7 Jul 2021 12:28:35 -0500, Vinoth wrote
>abour File Permission change:
>
>> change using a batch job and only the filepath specified on the job gets
>> change and rest remains the old owner ...
>
> chown -R : /SYSG/prod/cft36
>
>You m