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

PARM paramter in SORT pgm


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

New User


Joined: 14 Nov 2005
Posts: 1

PostPosted: Wed May 23, 2007 11:35 am
Reply with quote

Code:

//SORT EXEC  PGM=SORT,COND=(4,LT),PARM='RC16=ABE'
...
//SYSIN DD *
  DEBUG ABEND                                         
  SORT FIELDS=COPY                                     
  OUTFIL FNAMES=OUTFIL1,                               
    OMIT=(685,11,CH,EQ,C' ',AND,681,01,CH,EQ,C'I')                     
  OUTFIL FNAMES=OUTFIL2,
    INCLUDE=685,11,CH,EQ,C' ',AND,681,01,CH,EQ,C'I')
/*


PLease someone explain what is the purpose of using PARM paramter in SORT pgm.
Back to top
View user's profile Send private message
chanda.debasish

New User


Joined: 19 Sep 2005
Posts: 9

PostPosted: Wed May 23, 2007 11:51 am
Reply with quote

R16=ABE ==> Step will abend if return code is 16, ignoring this would mean return code will be 16 but no abend will happen.
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts JCL EXEC PARM data in C Java & MQSeries 2
No new posts Need to specify PARM='POSIX(ON) Java & MQSeries 4
Search our Forums:

Back to Top