View previous topic :: View next topic |
Author |
Message |
aruna_space Beginner
Joined: 13 Mar 2007 Posts: 15 Topics: 5
|
Posted: Wed Jun 30, 2010 4:49 am Post subject: Generate a report with PGM name and its stage |
|
|
Hi,
Could someone help me in generating a report with a list of known programs, along with the stage it is present (UNIT/SYST/ACPT) the copybooks used in the program along with the stage
DCLGEN's used in the program along with the stage.
EG:
PGM - AAA: UNIT
COPYBOOK: AA1 :UNIT
AA2 :SYST
DCLGEN: AB1 :UNIT
AB2 :SYST
PGM 2: BBB: SYST
COPYBOOK: BB1 :UNIT
DCLGEN: BA1 :SYST
using a COBOL program or JCL.
Thanks in advance,
Aruna. |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Wed Jun 30, 2010 8:01 am Post subject: |
|
|
You're using lots of local-jargon in describing your problem:
1. What are "known programs" - did you mean, you have a list of some programs in some DS, at your shop?
2. By "stage" you mean - Test-region, UATV or Production? And, what version-control tool do you use - this information should already be there? _________________ Regards,
Anuj |
|
Back to top |
|
|
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Thu Jul 01, 2010 8:51 am Post subject: |
|
|
Hi Aruna,
You have pasted ur task here and expecting help. Pls dont panic, just sit and try to design a pseudo code to generate this. Any questions u get for the requirement of locating the datasets etc, ask ur team members or onsite.
This definetly requires a program to code (COBOL, Easytrieve etc) and a Jcl to run it.
Any challenges u face, like programe logic to get this data from this input etc ... do post we will help.
Thanks, _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
|
|