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

endevor move element


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
tecnokrat
Warnings : 1

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Fri Sep 02, 2011 10:20 am
Reply with quote

Hi,
I have a cobol program with jus a perform statement to display the output as
Code:

1
1 2
1 2 3
1 2 3 4


My shop has no compile JCL , the only way is to ADD the element to Endevor to check for the output.I have to compile this using the endevor and it is to be added to the dev region to check the output.

Now, I have added the my element using proper TYPE and PROC GROUP.
when i submit the SCL i get a PROC RC =12 and ENDVR RC =0
when i check the spool for errors it shows error in the CARDS = 12.
this is my SCL
Code:
 SET STOPRC 16 .
 ADD ELEMENT 'SAMPL1'
   FROM DSNAME 'ABC.WORK.COBOL'
   TO   ENVIRONMENT 'DEV' SYSTEM 'COBOL' SUBSYSTEM 'COB'
     TYPE 'CO2B'
   OPTIONS CCID 'ABCDEF' COMMENTS "PRCTC PROG" UPDATE
     PROC GROUP 'COBMVS'
  .

The program does not have any DB2. I could see element added to region but i cannot check the output of prog in spool.

Could you please help me in this regard.
Back to top
View user's profile Send private message
tecnokrat
Warnings : 1

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Fri Sep 02, 2011 10:37 am
Reply with quote

Added to the above when checked in the spool i get this message IMGR009E when checked the description it gave the below.
But the element I'm adding is a new one.

Code:

IMGR009E NO ELEMENT MATCH(ES) FOUND AT SPECIFIED
              LOCATION

  Reason:   The element is not associated with the type at the specified stage.

  Action:   Make sure that you have specified the element name correctly.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Sep 02, 2011 10:39 am
Reply with quote

Hello,

Suggest you work with your Endevor support people. The know the specifics of your environment and have all of the "keys to the kingdom" of Endevor.
Back to top
View user's profile Send private message
tecnokrat
Warnings : 1

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Fri Sep 02, 2011 10:52 am
Reply with quote

Hi all,

I got resolved of my problem as the TYPE used was wrong.I changed it to CO2C and successfully added with PROC RC=04

Code:
 SET STOPRC 16 .
 ADD ELEMENT 'SAMPL1'
   FROM DSNAME 'ABC.WORK.COBOL'
   TO   ENVIRONMENT 'DEV' SYSTEM 'COBOL' SUBSYSTEM 'COB'
     TYPE 'CO2B'
   OPTIONS CCID 'ABCDEF' COMMENTS "PRCTC PROG" UPDATE
     PROC GROUP 'COBMVS'
  .


I'm still unable to get the display of the prog output.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Sep 02, 2011 10:56 am
Reply with quote

Hello,

As you have posted nothing we can use to help you, all i can do is repeat my prior post. . .
Quote:
Suggest you work with your Endevor support people. The know the specifics of your environment and have all of the "keys to the kingdom" of Endevor.


Somewhere, there is some diagnostic information that should tell you if there is anything wrong.

You might also try to look at some other process that successfully displays the output you want.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Sep 02, 2011 11:54 am
Reply with quote

AT MY SITE
we have under DISPLAY FOOTPRINT
an access panel to a LISTINGS file.

AT MY SITE
the jcl generated by ENDEVOR
moves the listing to this LISTINGS DS upon successful compile/link/bind

so you must
  • ask your endevor support
  • read your endevor documentation
  • go thru your endevor USER PANELS and determine where your listings are stored and how to access them
Back to top
View user's profile Send private message
tecnokrat
Warnings : 1

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Fri Sep 02, 2011 2:34 pm
Reply with quote

Hi Dick,
Thanks i got resolved the problem. The CL dint have a proper TYPE.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Sat Sep 03, 2011 3:00 am
Reply with quote

Be careful, CO2B and CO2C types may be poisonous at high concentration icon_wink.gif
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts COBOL - Move S9(11)v9(7) COMP-3 to -(... COBOL Programming 5
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts How to move DB2 Installation HLQ DB2 4
No new posts How to move values from single dimens... COBOL Programming 1
No new posts UUID4 - extracting time element COBOL Programming 1
Search our Forums:

Back to Top