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

Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Fri Jul 09, 2004 10:17 pm Post subject: How to browse VSAM file by JCL? |
|
|
Is it possible to browser VSAM file by JCL rather than coding? I know to use tools like Ditto to browser vsam. but our shop do not have it right now.
Thanks |
|
Back to top |
|
 |
ANDY Beginner

Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Fri Jul 09, 2004 11:02 pm Post subject: |
|
|
I found a solution by sysout=*.
Thanks _________________ cheers,
Andy |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sun Jul 11, 2004 10:37 pm Post subject: |
|
|
Andy,
You can browse a vsam file using FILE-AID also. You can also use IDCAMS REPRO to copy the vsam file to a flat file ,which you can view it. Also you can use SORT to copy a vsam cluster to a flat file.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|