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

To remove the spaces using SORT Card


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dharmaraok

New User


Joined: 10 Mar 2011
Posts: 45
Location: india

PostPosted: Tue Apr 30, 2019 3:42 pm
Reply with quote

How to remove the spaces.

I have used the below input file. Input File contains only GDG version. By using I am appending the server path and .XFR to the GDG Version.

Please find the below output File. The Sort card is working fine.


Input File:
A123TST.ABCD.AIF.AAAAA.G0003V00

SORT CARD:
SORT FIELDS=COPY
OUTREC FIELDS=(1:C' touch /apps/acmail/data/batchndm/',
36:1,31,60:C'.XFR')

Output File:
touch /apps/acmail/data/batchndm/A123TST.ABCD.AIF.AAAAA.G0003V00.XFR

But if the GDG File has different Name A123TST.ABCD.AIF.G0003V00 the output file is creating in the below way.

touch /apps/acmail/data/batchndm/A123TST.ABCD.AIF.G0003V00. XFR

There is space creating between G0003V00 and XFR because of the position used in out rec field

How to write a generic sort card. Could please help me out with DF SORT.

The Output should come like touch /apps/acmail/data/batchndm/A123TST.ABCD.AIF.G0003V00.XFR whatever the GDG length would be.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3048
Location: NYC,USA

PostPosted: Tue Apr 30, 2019 5:29 pm
Reply with quote

Look for OUTREC BUILD and SQZ .
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 7
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
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 how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
Search our Forums:

Back to Top