IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

INSYNC option with same function as INFORMAT(JCL in CAWABATC


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
csbl

New User


Joined: 19 Apr 2022
Posts: 2
Location: Portugal

PostPosted: Wed Feb 01, 2023 6:19 pm
Reply with quote

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
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts Calling an Open C library function in... CICS 1
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts DATE2 function SYNCSORT 15
No new posts Help on PL/I jsonPutValue function PL/I & Assembler 8
Search our Forums:

Back to Top