Search found 5 matches

by blkraven1
Mon Oct 31, 2011 5:58 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort and line spacing
Replies: 13
Views: 17980

Syncsort for Z/OS 1.3.2.2R Question

Hello, Please note that I am a newbie and have as for help before and have come upon some more problems. I am using Syncsort and my data currently looks like this and is uses 3 lines: L0001 07 GENERAL FUND POP $.00 $.00 $224,305.56- $224,305.56 L0001 08 GENERAL FUND POP $.00 $9,481.54 $174,042.88 $1...
by blkraven1
Tue Oct 25, 2011 10:38 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort and line spacing
Replies: 13
Views: 17980

Frank, Apologies for causing any confusion. You referred me to a DFSORT Trick manual pointing to code that I could possibly use for my file. I tried the code below at first inline after it did not work I thought that I should use a proc (not sure why). Anyway, I appreciate all of your help and if th...
by blkraven1
Tue Oct 25, 2011 8:28 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort and line spacing
Replies: 13
Views: 17980

Sorry about the confusion. If I am using Syncsort will it still work? Also, it I want o use a proc how would I code it? Thanks
by blkraven1
Tue Oct 25, 2011 7:28 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort and line spacing
Replies: 13
Views: 17980

I am getting a RC=12 in my JCL. It looks like its pointing to TOOLIN but when I try to use it I get the error of invalid JCL statement: 174 XXTOOLIN DD * 175 XXSYSIN DD DSN=&PMS..&SYS..SYSIN(RESIZE),DISP=SHR ***** STMT NO. MESSAGE 8 IEFC001I PROCEDURE A6XXX8 WAS EXPANDED USING PRIVATE LIBRARY 174 IE...
by blkraven1
Mon Oct 24, 2011 6:29 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort and line spacing
Replies: 13
Views: 17980

Sort and line spacing

Hello, I am new to programming and the sort command. I have a file that looks like the one below. The data for one record is on two seperate lines. I need it all to be on the same line with the record type and amounts together. Is there a way to do this using the sort command or any other way? Befor...