|
|
| Author |
Message |
kkarthi
New User
Joined: 11 Jan 2008 Posts: 3 Location: Chennai
|
|
|
|
| how to get the list of CSD. |
|
| Back to top |
|
 |
References
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8768 Location: 221 B Baker St
|
|
|
|
Hello kkarthi and welcome to the forums,
You have probably received no replies because no one knows for sure what you are asking. . .
When you use an abbreviation or an acronym for the first time, it is a good idea to mention what it means to you. |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1199 Location: At my desk
|
|
| Back to top |
|
 |
kkarthi
New User
Joined: 11 Jan 2008 Posts: 3 Location: Chennai
|
|
|
|
| dick scherrer wrote: |
Hello kkarthi and welcome to the forums,
You have probably received no replies because no one knows for sure what you are asking. . .
When you use an abbreviation or an acronym for the first time, it is a good idea to mention what it means to you. |
Hi
Since i see it as a CICS forum i thought most will know this.
any how sorry for the cause and CSD stands for CICS System Defination |
|
| Back to top |
|
 |
kkarthi
New User
Joined: 11 Jan 2008 Posts: 3 Location: Chennai
|
|
|
|
Thank you |
|
| Back to top |
|
 |
pratikpatel2007
New User
Joined: 18 Jan 2008 Posts: 2 Location: India
|
|
|
|
Hi kkarthi,
There is another way to get list of CSD by CEDA E LIST(*) command in CICS or you can find from CSD file also. |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 3183 Location: italy
|
|
|
|
One of the reasons for not getting an answer to "hit and run questions" is that ...
if You have the need to know somebody in Your organization should have provided
You with the tool for the task ( in this case dfhcsdup )
I just checked..
a google search "how to list the cics csd" returned many pointers to the
cics customization manuals |
|
| Back to top |
|
 |
namitjai
New User
Joined: 12 Feb 2008 Posts: 33 Location: Bangalore
|
|
|
|
Hi ,
when I am giving CEDA on my cics console then I am getting an error message saying:
S Unable to perform operation - DFHCSD cannot be opened.
S CEDA COMMANDS CANNOT BE EXECUTED
Please let me know how to fix this problem.
Thanks, |
|
| Back to top |
|
 |
Robert Sample
Senior Member
Joined: 06 Jun 2008 Posts: 961 Location: Atlanta, GA
|
|
|
|
Pick the appropriate response from the manual:
| Quote: |
DFHAM4864 S
applid Unable to perform operation - DFHCSD cannot be opened.
Explanation:
The system initialization table (SIT) used for CICS initialization contains a GRPLIST parameter, but CICS cannot use the CSD file for one of the following reasons:
1. The startup JCL does not contain the definition of the CSD file (DFHCSD).
2. The DDNAME or data set name of the CSD file is incorrectly coded in the startup JCL.
3. VSAM has diagnosed that the CSD file cannot be opened.
4. CICS file control cannot open DFHCSD because insufficient storage has been allocated by the job REGION= parameter.
System action:
CICS terminates.
User response:
The action to solve the problem depends on the cause as follows:
1. Correct the JCL.
2. Correct the JCL.
3. Check the system operator's console for VSAM messages, and correct all VSAM errors.
4. Increase the size limit of the DSAs or EDSAs.
Destination:
Console and Terminal End User
Modules:
DFHAMP
XMEOUT Parameter: applid |
|
|
| Back to top |
|
 |
|
|