View previous topic :: View next topic |
Author |
Message |
elisejk Beginner
Joined: 13 Apr 2007 Posts: 2 Topics: 1
|
Posted: Fri Apr 13, 2007 8:26 am Post subject: PDS84 - how to list subcommands |
|
|
I want to list the available commands and subcommands for PDS84. I can only run it in batch. Does anyone know the syntax? |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Fri Apr 13, 2007 8:39 am Post subject: |
|
|
What is PDS84 _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Sat Apr 14, 2007 8:30 am Post subject: |
|
|
Well, at least one of us had an idea of what the OP wanted.
Nice one. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
elisejk Beginner
Joined: 13 Apr 2007 Posts: 2 Topics: 1
|
Posted: Sun Apr 15, 2007 8:22 am Post subject: |
|
|
What's an OP? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sun Apr 15, 2007 9:37 am Post subject: |
|
|
elisejk wrote: | What's an OP? |
OP - Original Poster (author of thread) _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Mon Apr 16, 2007 10:11 am Post subject: |
|
|
I think that the shareware PDS is up to PDS86 now. The answer is "it depends". The subcommands that you can enter are dependent on where in PDS8x that you are. The O (options) subcommand may be helpful. Try something like this:
Code: |
// EXEC PGM=IKJEFT01
//STEPLIB DD DSN=SYSMVS.PDS86.LOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSTSIN DD *
PDS86 'your.dsname'
O
//SYSTSPRT DD SYSOUT=* |
|
|
Back to top |
|
 |
|
|