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

JCL DD parameters


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

New User


Joined: 30 Nov 2004
Posts: 2

PostPosted: Tue Nov 30, 2004 6:24 pm
Reply with quote

hi all,
can you please any body explain the DD statement
//TOHOLDQ OUTPUT CLASS=H,JESDS=ALL,DEFAULT=NO,PRMODE=LINE

in this statement what is JESDS parameter & others

And do you know some thing about CEEDUMP what for it is ?
and what it consists.

please help me. icon_sad.gif icon_sad.gif

Thanks in advance.
sridhar
Back to top
View user's profile Send private message
jz1b0c

Active User


Joined: 25 Jan 2004
Posts: 160
Location: Toronto, Canada

PostPosted: Fri Dec 03, 2004 3:11 am
Reply with quote

Type Qw JESDS in your mainframe (if you have quick reference).


JESDS is only used for jobs that actually complete execution, and
not for jobs that are executing when MVS fails, or for jobs that
contain a TYPRUN=COPY or TYPRUN=SCAN parameter on the JOB statement,
or for jobs that suffer a JCL error.

Note: In a JES3 environment, a job can complete processing before all
of its messages have been written to the job log. When this
occurs, the job's output is incomplete. For this reason, do not
use the contents of the job log as an automation or as a
programming interface.


If an OUTPUT JCL statement contains both JESDS and CLASS parameters, the
CLASS parameter will override the MSGCLASS parameter on the JOB
statement for the specified JES data sets.
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 Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Injecting HTTPHEADER parameters in th... PL/I & Assembler 0
No new posts passing symbolic parameters through d... JCL & VSAM 3
No new posts Trim values of parameters in JCL JCL & VSAM 2
No new posts Alter User LOGON Script Parameters CLIST & REXX 11
Search our Forums:

Back to Top