IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

listctlg control statement not working in iehlist utility


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vishal_a

New User


Joined: 24 May 2005
Posts: 45
Location: Noida

PostPosted: Tue May 24, 2005 1:19 pm
Reply with quote

how to use listctlg control statement using iehlist utility as the control statement is giving error
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Tue May 24, 2005 2:04 pm
Reply with quote

To use the system utility IEHLIST you must specify:
Code:
//STEP010I EXEC PGM=IEHLIST
//SYSPRINT DD SYSOUT=*
//ALL1     DD UNIT=SYSDA,VOL=SER=PRIV01
//SYSIN   DD *
  LISTCTLG VOL=3380=PRIV01

You must to change only the volume as you need.

If you have some errors, please put here the message and a sample of your jcl.
Back to top
View user's profile Send private message
ravi30
Currently Banned

New User


Joined: 04 Oct 2007
Posts: 10
Location: chennai

PostPosted: Wed Dec 19, 2007 2:57 pm
Reply with quote

then how should i list the entries of a pds?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 19, 2007 3:00 pm
Reply with quote

LISTCTLG, as far as I can recall is used for CVOL catalogs rather than ICF catalogs.

Are you sure that you are using the correct utility ?
Back to top
View user's profile Send private message
ravi30
Currently Banned

New User


Joined: 04 Oct 2007
Posts: 10
Location: chennai

PostPosted: Wed Dec 19, 2007 3:03 pm
Reply with quote

yeah i know that listcatlg is used for cvol, so apart from listcatlg what is the control statement for viewing the entries of a pds
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 19, 2007 3:04 pm
Reply with quote

Take a look in the manual and it gives good examples.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts REASON 00D70014 in load utility DB2 6
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
Search our Forums:

Back to Top