csbl
New User
Joined: 19 Apr 2022 Posts: 2 Location: Portugal
|
|
|
|
Good afternoon,
Unfortunately my company decided to stop working with CA and so we lost a powerful tool that is CAWABATC;now we have to work with INSYNC.
The thing is that CAWABATC seemed more optimized to be used in Batch JCL as it has an option called INFORMAT that has the intelligence to adpat the changes needed (for example altering a DSN that now would go beyond the 72th position and would pass that DSN to a new line, maintaining JCL format) to the JCL format and I do no encounter that option in INSYNC.
Is there such an option? I did not find it in the manual.
Snippet of the code I'm trying to replace:
Code: |
//SYSIN DD *
COPY,
REPLACEMEM(Y),
INFORMAT(JCL),
INFILE(SOURCE),
MEMBER(*),
OUTFILE(TARGET), |
Can anyone help me?
Thank you in advance |
|