Jul 27, 2005 #1 jainmanish123 Programmer Joined Jul 27, 2005 Messages 8 Location US Can I get sample REXX code for JCL Submission, in which I can bypass the steps (Conditonal Overrides) manish_igs1@yahoo.com
Can I get sample REXX code for JCL Submission, in which I can bypass the steps (Conditonal Overrides) manish_igs1@yahoo.com
Aug 9, 2005 #21 stevexff Programmer Joined Mar 4, 2004 Messages 2,110 Location GB The example I just gave you will do that - the JCL is split over two lines as you requested. This will work even in the worst case scenario Code: ....|....1....|....2....|....3....|....4....|....5....|....6....|....7....|....8 //MANISH DD DISP=SHR, // DSN=FORTY###.FOUR####.CHAR####.DSNAME##.LIBRARY#(MEMBER##) Upvote 0 Downvote
The example I just gave you will do that - the JCL is split over two lines as you requested. This will work even in the worst case scenario Code: ....|....1....|....2....|....3....|....4....|....5....|....6....|....7....|....8 //MANISH DD DISP=SHR, // DSN=FORTY###.FOUR####.CHAR####.DSNAME##.LIBRARY#(MEMBER##)