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

Sort carlib to cross reference the values in file


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

New User


Joined: 15 May 2008
Posts: 9
Location: chennai

PostPosted: Fri Jul 10, 2009 3:57 pm
Reply with quote

hi im using this as cardlib in sort step
TAG,C,DIVNO,L,AT,LOCNO,L,AT,DPTNO,L,AT,CLSNO,L,AT,LNGTH <<DOCLINE
TAG,V,S-POS,N,TR,S-POS,N,TR,S-POS,N,TR,S-POS,L,TR,LNGTH <<DOCLINE
X71,N,00001,2,BI,00007,4,BI,00005,2,BI,00007,0,BI,00087 <<DATALINE

can anyone help me out
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Jul 10, 2009 4:05 pm
Reply with quote

No, not really.

We do not know
Which sort product that you are using
What you want to do
What your problem / error is
What the RECFM and LRECL of the input dataset is
What the SORT parameters are
and probably numerous other things too

perhaps you might care to enlighten us all
Back to top
View user's profile Send private message
Rameshkumar.R

New User


Joined: 15 May 2008
Posts: 9
Location: chennai

PostPosted: Fri Jul 10, 2009 4:25 pm
Reply with quote

this is a carlib to cross reference the values in file and change it
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Jul 10, 2009 4:31 pm
Reply with quote

i can't help, have no idea what the TS is talking about.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Jul 10, 2009 4:46 pm
Reply with quote

expat wrote:
No, not really.

We do not know
Which sort product that you are using
What you want to do
What your problem / error is
What the RECFM and LRECL of the input dataset is
What the SORT parameters are
and probably numerous other things too

perhaps you might care to enlighten us all

If you answer the questions we might be able to help, but unless you answer all of the above questions no one CAN help you.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jul 10, 2009 8:55 pm
Reply with quote

Hello,

Quote:
this is a carlib to cross reference the values in file and change it
This makes complete sense to you, but not to anyone else so far. . .

To repeat what you've already been told twice - answer all of the questions if you want help.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Jul 13, 2009 4:21 pm
Reply with quote

Just for fun…
Code:
TAG,C,DIVNO,L,AT,LOCNO,L,AT,DPTNO,L,AT,CLSNO,L,AT,LNGTH <<DOCLINE
TAG,V,S-POS,N,TR,S-POS,N,TR,S-POS,N,TR,S-POS,L,TR,LNGTH <<DOCLINE
DOCLINE – DOCument Line, so the SORT card is

Code:
(00001,2,BI,00007,4,BI,00005,2,BI,00007,0,BI,00087)
anyways this's the only Dataline...icon_razz.gif

Got some free time today... icon_rolleyes.gif
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 FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
Search our Forums:

Back to Top