Endevor compile

Post your questions on ENDEVOR, COOLGEN, PANVALET and CA-7 tools

Moderator: Moderator Group

Post Reply
Tebogo23
Member
Posts: 2
Joined: Tue Sep 14, 2010 11:47 am
Location: South Africa

Endevor compile

Post by Tebogo23 » Tue Sep 14, 2010 4:07 pm

Hi

Has anyone automated the newcopy. I am trying to put a step in our endevor compile processor to do newcopy after successfull compilation of the CICS program. This to help programmers not to manually do a newcopy after making changes to their programs:

Below is the step that I have put in to the endevor compile:
//XCF1 EXEC PGM=IEBEDIT, COND(4,LT)
//SYSPRINT DD DUMMY
//SYSUT1 DD DDNAME=IEFRDER

STMT 145 INVALID--KEYWORD DDNAME IS NOT SUPPORTED

//SYSUT2 DD SYSOUT=(A,INTRDR),DCB=BLKSIZE=80
//SYSIN DD DUMMY
//IEFRDER DD *
/*$VS,'F DCICMDA1,CEMT SET PROG(&C1ELEMENT) NEWCOPY'

But the jcl comes back with the invalid keyword ddname message

Please help!!
Tebogo

User avatar
dbzTHEdinosauer
Moderator
Posts: 981
Joined: Mon Oct 02, 2006 8:31 pm

Post by dbzTHEdinosauer » Tue Sep 14, 2010 4:36 pm

this is actually a JCL question - has nothing to do with endevor or any other repository product.

Why are you using IEBEDIT?
especially since you are not following the required syntax for this utility.

would not a direct EXEC of
whichever 3rd party or IBM utility used to communicate to CICS via batch be a better choice?

plus posting the same question on two boards (at nearly the same time)
is not good 'manners'.
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others