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

Can anybody explain the following JCL


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

New User


Joined: 26 May 2006
Posts: 5

PostPosted: Thu Aug 03, 2006 8:56 pm
Reply with quote

Code:

//MMBU48A   EXEC  BMCUNLDP,                                       
//            PARM=(DB2P,'BMCUNLD.TD028750','NEW',,'MSGLEVEL(1)')
//SYSREC      DD  DSN=P1OPSBP.F0618.MDDF64AB,                     
//            DISP=(,CATLG),                                     
//            UNIT=DISK,SPACE=(27972,(54,5),RLSE)                 
//SYSCNTL     DD  DUMMY                                           
//COBOLOUT    DD  SYSOUT=6                                       
//SYSOUT      DD  SYSOUT=6                                       
//SYSUDUMP    DD  SYSOUT=F                                       
//SYSABEND    DD  SYSOUT=F                                       
//SYSPRINT    DD  SYSOUT=6                                       
//SORTWK01    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))                   
//SORTWK02    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))                   
//SORTWK03    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))                   
//SORTWK04    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))                   
//SORTWK05    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))                   
//SORTWK06    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))                   
//SORTWK07    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))                   
//SORTWK08    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))   
//SORTWK09    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))
//SORTWK10    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))
//SORTWK11    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))
//SORTWK12    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))
//SORTWK13    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))
//SORTWK14    DD  UNIT=SYSDA,SPACE=(CYL,(20,5))
//SYSIN       DD  *                             
 UNLOAD UNLOADDN SYSREC                         
  DATEFMT ('MM/DD/YYYY')                       
  SORTNUM 14 SORTDEVT SYSDA                     
  SELECT  ZIP_CODE                             
       ,  CITY_NAME                             
       ,  STATE                                 
       ,  DM_REGION                             
       ,  SALES_SECTION                         
       ,  TRADE_AREA                           
  FROM MUA.CITY                                 
  ORDER BY ZIP_CODE, STATE                     
/*                                             
//CHECK  EXEC PGM=IMSCHECK,PARM=0                                       
//UCC11NR  DD  DUMMY,  *   DUMMY CARD TO TELL UCC11 NOT TO RESTART HERE
//         DCB=BLKSIZE=80                                               
//**                                                                   
//**
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Thu Aug 03, 2006 9:01 pm
Reply with quote

What do you mean by explain this JCL?
Every line?
some part you don't understand?
What is it doing in general?

Please explain your question?
Back to top
View user's profile Send private message
trevor_rebelo

New User


Joined: 18 Aug 2005
Posts: 17

PostPosted: Fri Aug 04, 2006 1:08 pm
Reply with quote

Hi,

This is the proc for BMC UNLOAD PLUS utility,
the DD* is the data selected from the table (MUA.CITY) to be unloaded in the UNLOADDN.

Can Look in the manual of BMC UNLOAD to get the meaning of all the input parameters

Regards
Trevor
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 DB2 Statistics - Using EXPLAIN and qu... DB2 1
No new posts Can someone explain me this JCL line ... JCL & VSAM 9
No new posts DB2 Explain DB2 3
No new posts can some one explain the below code... JCL & VSAM 3
No new posts Please explain this SQL CODE. DB2 4
Search our Forums:

Back to Top