Hi All,
I have made changes in a copy book of package XYZ and recompiled the program (available in the same package) which is using that copybook.
Now I am trying to promote my package and in the promote screen it is showing component type as LDI instead of SRC.
Anyway I have promoted the package successfully. And trying to run the job but program is not runnig with updated copybook changes.
Could anyone help me out in this issue ?
Thanks in Adv,
Reebahs.
ChangeMan LDI ?
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: ChangeMan LDI ?
Your Changeman support and/or your co-workers can help you out. And much more quickly than we could. What does LDI stand for?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Posts: 28
- Joined: Thu Dec 09, 2010 1:03 pm
- Skillset: JCL,COBOL,VSAM,DB2,CICS,CHANGEMAN,FILE-AID,XPEDITER,ENDEAVOUR,IDMS,QMF,SPUFI,CA7
- Referer: friends
Re: ChangeMan LDI ?
Hi All,
I came to know that it my program is not a BMP program that is why changeman is giving component type as LDI.
My JOB is not picking latest load of copybook & program even though package promotion in changeman is successful.
Could anyone help me out in this ?
I came to know that it my program is not a BMP program that is why changeman is giving component type as LDI.
My JOB is not picking latest load of copybook & program even though package promotion in changeman is successful.
Could anyone help me out in this ?
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: ChangeMan LDI ?
presumably something is wrong in the setup of your changeman environment. The ONLY people who can help are your changeman support.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Posts: 272
- Joined: Mon Feb 25, 2008 3:53 am
- Skillset: None
- Referer: Google
- Location: Mumbai, India
Re: ChangeMan LDI ?
Telling us that a component is of type "LDI" instead of "SRC" does not help us, this is totally site-specific. Change-Man like any other version control tool will refer different program-types with different "nick-names" and compiling a program which is simple COBOL-Batch program as COBOL-IMS (BMP) won't get you going.
Just for an experiment, make sure what type of program you've -- COBOL-DB2, COBOL, COBOL-IMS or... then "check-out" a similar program from "base-line" and "cut-paste" your program in this newly checked-out program after removing the original code from it. This way you get the "type of program" fine. Compile the program again.
Having said that, as Nic has indicated - the best answer for this you can get from your local support or some senior around there, who have experience with this.
Just for an experiment, make sure what type of program you've -- COBOL-DB2, COBOL, COBOL-IMS or... then "check-out" a similar program from "base-line" and "cut-paste" your program in this newly checked-out program after removing the original code from it. This way you get the "type of program" fine. Compile the program again.
Having said that, as Nic has indicated - the best answer for this you can get from your local support or some senior around there, who have experience with this.
Anuj