| View previous topic :: View next topic |
| Author |
Message |
ANDY Beginner

Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Sat Feb 21, 2004 1:47 am Post subject: DIFFERENCE BETWEEN DEFINE PDS AND SEQUIENCE ? |
|
|
Hi :
The following code is for define PDS OR SEQUIENCE ?
//NEWDS DD DSN=HERC04.OUTPUT.CLIENT,
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,SPACE=(TRK,(1,1)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=8000)
What is for define others ?
Thanks
Andy |
|
| Back to top |
|
 |
shiv_swami Beginner

Joined: 29 Nov 2003 Posts: 68 Topics: 14
|
Posted: Sat Feb 21, 2004 8:34 am Post subject: |
|
|
Hi Andy,
I do not get your question fully.If you are asking how to differentiate between a PDS and a PS then answer would be NUMBER OF DIRECTORIES you define only for PDS and keyword parameter DSORG=PO. The DD statment you have posted here is for a flat file.ie Physical Sequential Dataset.
Check out this link http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2b631/12.55.2.1?SHELF=&DT=20030423085347&CASE=
By the way you need not code BLKSIZE parameter _________________ Regards,
Shivprakash |
|
| Back to top |
|
 |
ANDY Beginner

Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Sat Feb 21, 2004 10:19 am Post subject: |
|
|
Hi:
I mean how to define Partitioned Data Set and Sequential Disk Data Sets using DD?
Regards,
Andy _________________ cheers,
Andy |
|
| Back to top |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Sat Feb 21, 2004 12:01 pm Post subject: |
|
|
Andy, if you read the document that Shiv has pointed you to, you will be able to solve your problem. _________________ The day you stop learning the dinosaur becomes extinct |
|
| Back to top |
|
 |
|
|
|