SyncSort - Result display starts in column 2 instead of 1



Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL

SyncSort - Result display starts in column 2 instead of 1

Postby tivrfoa » Wed Jan 02, 2013 6:19 pm

Hi,

My dataset starts in column 1, but, whatever I do in SYSIN DD *, the result starts in column 2.
Is this the normal behaviour?

Thank you.
tivrfoa
 
Posts: 84
Joined: Wed Aug 22, 2012 6:35 pm
Has thanked: 60 times
Been thanked: 0 time

Re: SyncSort - Result display starts in column 2 instead of

Postby enrico-sorichetti » Wed Jan 02, 2013 6:25 pm

How do You expect a reply with the NOinformation given ???

show the jcl stram used and somebody will be able to tell

USE THE CODE TAGS to make jcl readable
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SyncSort - Result display starts in column 2 instead of

Postby prino » Wed Jan 02, 2013 6:26 pm

This question is just as meaningless as asking "What's the difference between a crocodile?"
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times

Re: SyncSort - Result display starts in column 2 instead of

Postby tivrfoa » Wed Jan 02, 2013 6:36 pm

kkkkkk

I didn't show the JCL because it adds nothing. But as you weren't capable to understand, here it is:

//OMIT    EXEC PGM=SORT
//SYSOUT  DD SYSOUT=*
//SORTIN  DD DSN=dsname,DISP=SHR
//SORTOUT DD SYSOUT=*
//SYSIN   DD *
  OMIT COND=(57,5,CH,EQ,C'BUSIN')
  SORT FIELDS=(1,31,CH,A)
/*


... and the result starts in column 2 instead of 1.
tivrfoa
 
Posts: 84
Joined: Wed Aug 22, 2012 6:35 pm
Has thanked: 60 times
Been thanked: 0 time

Re: SyncSort - Result display starts in column 2 instead of

Postby prino » Wed Jan 02, 2013 6:58 pm

Your JCL doesn't show any result.
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times

Re: SyncSort - Result display starts in column 2 instead of

Postby BillyBoyo » Wed Jan 02, 2013 7:00 pm

Your SORTOUT is going to SYSOUT. Are you asking why, in SDSF or whatever, the first character in your output dataset is in column 2 on the screen when you look at it rather than print it?

These users thanked the author BillyBoyo for the post:
tivrfoa (Wed Jan 02, 2013 8:30 pm)
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: SyncSort - Result display starts in column 2 instead of

Postby enrico-sorichetti » Wed Jan 02, 2013 7:04 pm

I didn't show the JCL because it adds nothing. But as you weren't capable to understand, here it is:

You are just plain wrong ... it is You that are just not capable of explaining
we are even too much patient trying to help people like You :evil:

what is that starts in column 2 ???
SYSPRINT ???
SORTOUT ???
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

These users thanked the author enrico-sorichetti for the post:
tivrfoa (Wed Jan 02, 2013 8:30 pm)
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SyncSort - Result display starts in column 2 instead of

Postby Robert Sample » Wed Jan 02, 2013 7:18 pm

Are you aware that on a mainframe, a SYSOUT=* file reserves the first byte for print carriage control and hence there will not be any of your data in column one -- EVER? If you are not aware of this basic mainframe fact, then you need a serious attitude adjustment since you have YEARS of things to learn. If you are aware of this basic mainframe fact, why did you post a question?

These users thanked the author Robert Sample for the post:
tivrfoa (Wed Jan 02, 2013 8:30 pm)
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: SyncSort - Result display starts in column 2 instead of

Postby tivrfoa » Wed Jan 02, 2013 8:30 pm

Robert Sample wrote:Are you aware that on a mainframe, a SYSOUT=* file reserves the first byte for print carriage control and hence there will not be any of your data in column one -- EVER?

AHA.

So simple to answer and it shows that there were no need for the JCL here. As I said:
Is this the normal behaviour?

Yes, it is.
tivrfoa
 
Posts: 84
Joined: Wed Aug 22, 2012 6:35 pm
Has thanked: 60 times
Been thanked: 0 time

Re: SyncSort - Result display starts in column 2 instead of

Postby Robert Sample » Wed Jan 02, 2013 8:35 pm

it shows that there were no need for the JCL here.
Actually, since it is extremely unusual to use SYSOUT for a SORTOUT, without posting the JCL as you did it would have taken MUCH longer to figure out the issue.

These users thanked the author Robert Sample for the post:
tivrfoa (Wed Jan 02, 2013 8:38 pm)
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Next

Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post