Home      Mainframe Forum      Mainfarme Tutorials      IBM Manuals      Mainframe Interview Questions      Mainframe Books      IT News     SiteMap     Downloads


     
 
MAINFRAME - TIP OF THE DAY : programming pearls - The fastest algorithm can frequently be replaced by one that is almost as fast and much easier to understand.

Google
 
Web mainframegurukul.com

Welcome to the mainframegurukul forums.

You are currently viewing our mainframe forums as a guest which gives you limited access to view most discussions, articles. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support at admin@mainframegurukul.com


Count of records in the trailer sentence to be changed

 
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DFSORT , ICETOOL & Utilities
  View previous topic :: View next topic  
Author Message
sathesh
Member


Joined: 25 Sep 2008
Posts: 2

PostPosted: Thu Sep 25, 2008 8:02 pm    Post subject: Count of records in the trailer sentence to be changed Reply with quote

Can anyone help on the below requirement be achieved in only one step using JCL....

SORTIN - File format

1003
1005
1000
1006
1002
1002
1005
92008092500007 ---> Trailer count is 7


SORTOUT - File format (Expected)

1000
1005
1005
92008092500003 --> Trailer count should be 3 as per the condition in JCL

The trailer should be not generated in the JCL, it should be used as it is and only the count should be changed as per the condition in JCL, since there are lots of information available in trailer which is generated by the program.


I used the following JCL, but it shows syntax error on OVERLAY..... that the COUNT function is not possible with OVERLAY

Code:

//SORT1   EXEC PGM=SORT
//SYSOUT   DD SYSOUT=*
//SORTIN   DD DISP=SHR,DSN=XXXX.XXXX.XXXX
//SORTOUT  DD DSN=YYYY.YYYY.YYYY,
//            DISP=(OLD,CATLG,CATLG),
//            UNIT=DISK,
//            SPACE=(CYL,(2,1),RLSE),
//            DCB=*.SORTIN
//SYSIN    DD *
   SORT FIELDS=COPY
   INCLUDE COND=(((2,3,CH,EQ,C'005'),OR,(2,3,CH,EQ,C'000')),
   OR,(1,1,CH,NE,C'1'))
   INREC IFTHEN=(WHEN=(1,1,CH,NE,C'1'),
                OVERLAY=(10:COUNT-1=(ZD,LENGTH=5))
Back to top
View user's profile Send private message

Frank Yaeger
Moderator


Joined: 18 Feb 2006
Posts: 487
Location: San Jose, CA

PostPosted: Thu Sep 25, 2008 8:28 pm    Post subject: Reply with quote

COUNT can only be used in TRAILERx.

Here's a DFSORT job that will do what you asked for. I assumed your input file has RECFM=FB and LRECL=80 but the job can be changed appropriately for other attributes.

Code:

//SORT1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=...  input file (FB/80)
//SORTOUT DD DSN=...  output file (FB/80)
//SYSIN DD *
  SORT FIELDS=COPY
  INCLUDE COND=(2,3,SS,EQ,C'005,000',OR,1,1,CH,NE,C'1')
  OUTREC IFOUTLEN=80,
    IFTHEN=(WHEN=INIT,OVERLAY=(81:SEQNUM,5,ZD)),
    IFTHEN=(WHEN=(1,1,CH,NE,C'1'),
      OVERLAY=(10:81,5,ZD,SUB,+1,TO=ZD,LENGTH=5))
/*

_________________
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sathesh
Member


Joined: 25 Sep 2008
Posts: 2

PostPosted: Fri Sep 26, 2008 1:24 pm    Post subject: Reply with quote

Hi Frank,

Thanks a lot for reverting back quickly,,,, the solution which you gave is working fine as per my requirement and solved the purpose in time,,,,,

Have a nice day..
Sathesh
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> DFSORT , ICETOOL & Utilities All times are GMT + 5 Hours
Page 1 of 1



 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts IAM BEGINNER IN JCL ...PLZ HELP ME 3 Guest 12378 Wed Jul 07, 2010 8:20 am
anilsani285 View latest post
No new posts Query For IEBPTPCH 2 padmajeet.gaikwad 1479 Mon Oct 26, 2009 10:25 am
padmajeet.gaikwad View latest post
No new posts File-Aid Help 1 Nicholas 8377 Thu Apr 13, 2006 2:12 pm
rangab View latest post
No new posts Search Batch file-aid help 6 frenchman 9142 Tue Mar 28, 2006 5:30 pm
Guest View latest post
No new posts executing java program thru JCL 1 Guest 7516 Fri Mar 17, 2006 10:14 am
arrbee View latest post
 



This widget requires Flash Player 9 or better








Go to top of the page
 

Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  DB2 INTERVIEW QUESTIONS ||  COBOL INTERVIEW QUESTIONS  ||  JCL INTERVIEW QUESTIONS ||  JCL2 INTERVIEW QUESTIONS ||  VSAM INTERVIEW QUESTIONS ||  CICS INTERVIEW QUESTIONS  ||  Online tutorials ||  Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  SiteMap  ||  Expeditor Tutorial  ||  FILE-AID Tutorial  ||  Changeman Tutorial  ||  COBOL   ||  DB2   ||  JCL  ||  CICS  ||  VSAM  ||  DB2 Interview Questions ( 110 )   || Simple JCL Tutorials  || JCL Tutorial from MainframeGurukul.com   || Simple JCL Tutorial - Chapter1 ;|| Mainframe Forum - Tutorials  || Mainframe Tutorials

Drona Educational Forums - Mainframe Cobol DB2 CICS Board
Powered by phpBB