|
|
| Author |
Message |
Gousiya Mulla
New User
Joined: 02 Jun 2008 Posts: 27 Location: bangalore
|
|
|
|
Hi ,
From the below :
//SYSCNTL DD DSN=DSN name ,
// UNIT=3390,DISP=(,CATLG,DELETE),
// SPACE=(TRK,(1,1))
//SYSIN DD *
UNLOAD CNTLCARDS DB2 CNTLDDN SYSCNTL
SELECT * FROM Table ;
//*
Can any one please explain
"UNLOAD CNTLCARDS DB2 CNTLDDN SYSCNTL" .
My requirement is I need to recreate the data as the tape which has already been used , is unusuable now and I stucked up here . |
|
| Back to top |
|
 |
References
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1618 Location: germany
|
|
|
|
well, if I knew exactly which utility you were running with these control cards, I would look it up in the db2 admin guide.
But, I don't, so that means you will have to look something up, which is what you should have done instead of posting the question. |
|
| Back to top |
|
 |
Gousiya Mulla
New User
Joined: 02 Jun 2008 Posts: 27 Location: bangalore
|
|
|
|
| Quote: |
| if I knew exactly which utility you were running with these |
Hi Dick ,
Thanks for your reply.
As I mentioned the below is not clear for me .
"UNLOAD CNTLCARDS DB2 CNTLDDN SYSCNTL"
(Unload.. CNTLCARDS?? CNTLDDN?? , I think SYSCNTL is DSN name)
Can you please explain this statement if info seems OK to you . |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8618 Location: 221 B Baker St
|
|
|
|
Hello,
You quoted this:
| Quote: |
| if I knew exactly which utility you were running with these |
but you did not provide the answer. . .
Which utility are you using?
At the top of the page is an "IBM Manuals" link and on that page is several sets of db2 documentation. Look at the utilities manual for the release of db2 you are using. If you find something in the documentation you do not understand, post what you found and your question about it. |
|
| Back to top |
|
 |
|
|