View previous topic :: View next topic |
Author |
Message |
yogeshg.jadhav Beginner
Joined: 13 May 2009 Posts: 2 Topics: 2 Location: mumbai
|
Posted: Wed May 27, 2009 9:19 am Post subject: Difference between catlog and uncatlog in cobol |
|
|
can anyone tel me diff between this _________________ yogi |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed May 27, 2009 9:28 am Post subject: |
|
|
catlog and uncatlog in cobol
have nothing to do with COBOL. Suggest you try looking at a JCL manual. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Wed Jul 01, 2009 6:35 am Post subject: |
|
|
Just to keep as a point...A Catalog, by definition (on MVS) is a collection of all data set indexes that are used by the control program to locate a volume containing a specific data set -- so for which entry is found there that is cataloged else un-cataloged. _________________ Regards,
Anuj |
|
Back to top |
|
 |
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Fri Jul 03, 2009 10:34 pm Post subject: |
|
|
Hi Yogi,
Let me re-phrase your ques: "What is the difference between a cataloged file and an uncataloged file?"
You can reference a cataloged file without using the serail# of the volume on which it resides; you MUST use the serial# to reference an uncataloged file.
Addendum - I used "device": I should have used "volume". The original text has been changed. My apologies. _________________ Regards, Jack.
"A problem well stated is a problem half solved" -- Charles F. Kettering |
|
Back to top |
|
 |
|
|