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

I want to know about EXIT parameter


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Suryyogi

New User


Joined: 17 Jun 2006
Posts: 27

PostPosted: Thu Nov 16, 2006 7:58 am
Reply with quote

Code:
//JOBNAME JOB 'XXX,XX,XXXXXX,S=I','PROG NAME',RD=R,
// CLASS=X,MSGCLASS=H,MSGLEVEL=(1,1)
//*************************************************
//* Sample using a transparent proxy
//* Use 'CAPS OFF' when editing as file names are mixed case
//*************************************************
//FTP     EXEC PGM=FTP,REGION=5000K,
//             PARM='( EXIT'
//SYSPRINT DD  SYSOUT=$
//OUTPUT   DD  SYSOUT=$
//INPUT    DD  *
your_proxy.server.company.com
anonymous@ftp.software.ibm.com
your_internet_address@company.com
cd s390/mvs/tools/dmpwrite
bin
locsite recfm=fb lrecl=80 blksize=3120
get dmpwrite 'YOUR.LOCAL.DSN'
quit
/*

I want to know about EXIT parameter and the description about the line under INPUT DD statements.
what is quit command
thnks
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Nov 16, 2006 12:26 pm
Reply with quote

You may read more about the QUIT command in the fine manual.

O.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Nov 16, 2006 4:36 pm
Reply with quote

You may read more about the EXIT parameter here.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Use of Perform Thru Exit COBOL Programming 6
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
Search our Forums:

Back to Top