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

What is TYPERUN=COPY


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

New User


Joined: 27 Mar 2004
Posts: 22

PostPosted: Fri May 07, 2004 8:35 pm
Reply with quote

TYPERUN=SCAN i.e. Syntax Checking
TYPERUN=HOLD i.e job held upto further notice.
What is TYPERUN=COPY ?
Back to top
View user's profile Send private message
ssprabhu

New User


Joined: 25 Apr 2005
Posts: 67
Location: pune

PostPosted: Tue Apr 25, 2006 12:58 pm
Reply with quote

TYPRUN=COPY indicates for JES2 systems only, that the
job's input stream will be copied directly to
SYSOUT - the job will not execute
Back to top
View user's profile Send private message
Gousiya Mulla

New User


Joined: 02 Jun 2008
Posts: 87
Location: Bangalore

PostPosted: Thu Jul 16, 2009 12:21 pm
Reply with quote

It has been discusse previously ..

However ...

Code:

TYPRUN=SCAN will check the JCL for syntax errors alone, the
job is not executed

TYPRUN=HOLD will hold this JCL without executing it, until
a further notice is given to run it.

TYPRUN=COPY
It copies the source content to the output device specified in message class parameter.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 16, 2009 12:26 pm
Reply with quote

do You realize that You are replying to a3 years old topic ...

ok, let' s see
the topic was started in 2004
got first reply in 2006 ( 2004 + 2 )
current reply in 2009 (2006 + 3 )
next reply in 2013 ( 2009 + 4 )
keep watching icon_biggrin.gif
Back to top
View user's profile Send private message
Gousiya Mulla

New User


Joined: 02 Jun 2008
Posts: 87
Location: Bangalore

PostPosted: Thu Jul 16, 2009 12:53 pm
Reply with quote

not really !!

I was searching for some thing and did not check the date for this particular one !!

Guess it might be sort of revision icon_razz.gif . Will check for next reply in 2013 icon_lol.gif
Back to top
View user's profile Send private message
Suthagar

New User


Joined: 01 Jul 2005
Posts: 26
Location: Chennai

PostPosted: Mon Jul 20, 2009 9:00 pm
Reply with quote

I would like to know how to make the JCL to run once it is HOLD until further instructions by TYPERUN=HOLD.

Regards,
Suthagar. S
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Jul 20, 2009 9:08 pm
Reply with quote

Suthagar, the operator can issue a console command to release the job. Unless your site is unusual, you probably will not be able to issue the console command yourself.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Tue Jul 21, 2009 4:24 am
Reply with quote

Hi,

just nit picking, the parameter is TYPRUN and not TYPERUN


Gerry
Back to top
View user's profile Send private message
sdsinfo

New User


Joined: 14 Jan 2008
Posts: 10
Location: bangalore

PostPosted: Thu Jul 23, 2009 4:44 pm
Reply with quote

typerun=copy copies the records in o/p device without syntax checking
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts DB2 Table - Image copy unload IBM Tools 2
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
Search our Forums:

Back to Top