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

To execute REXX faster


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vidyaa

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Fri Jul 25, 2008 3:16 pm
Reply with quote

am getting S000 U0016 on running this please advice also i have 3lakhs records like 123|~rf|~ etc.(actually its a |~ seperator not %) then how do i run this and get this formated into an output file
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 25, 2008 3:18 pm
Reply with quote

Post the output showing the error
Back to top
View user's profile Send private message
vidyaa

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Fri Jul 25, 2008 3:23 pm
Reply with quote

I ran the same jcl what is posted above The erro messaage
05.51.53 J0008571 NE1034RN ENDED AT HTF1 - ABENDED S000 U0016 CN(INTER
AL)
WER268A INREC STATEMENT : SYNTAX ERROR
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000
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 25, 2008 3:25 pm
Reply with quote

Aaaaaaaaah, Garry give you syntax for DFSORT, you execute SYNCSORT
Back to top
View user's profile Send private message
vidyaa

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Fri Jul 25, 2008 3:27 pm
Reply with quote

//STEP01 EXEC PGM=ICEMAN is what i used .
am not getting what is to be done on this regard
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Jul 25, 2008 3:35 pm
Reply with quote

ICEMAN is DFSORT by another name. I'm not familiar with SYNCSORT, but it likely has similar function.

SYNCSORT questions are handled in the JCL forum.

Garry.
Back to top
View user's profile Send private message
vidyaa

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Fri Jul 25, 2008 3:58 pm
Reply with quote

Then how do we execute this
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Jul 25, 2008 4:15 pm
Reply with quote

Suggest you look in JCL FORUM and search for PARSE. Check that you have a release of SYNCSORT that supports PARSE.

Example shown for SYNCSORT with PARSE looks very much the same as the code I gave for ICEMAN but instead of OPTION COPY has SORT FIELDS=COPY

Garry. icon_rolleyes.gif
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Fri Jul 25, 2008 4:42 pm
Reply with quote

Hi,

PARSE is supported in SyncSort for z/OS 1.3.0.0 or later.

Based on the message Code:
Code:
WER268A INREC STATEMENT : SYNTAX ERROR

I suspect that Vidya is not running the current SyncSort version.

However, I think both of these - OPTION COPY & SORT FIELDS=COPY does the same, whether DFSORT or SyncSort..? I re-think..
Back to top
View user's profile Send private message
vidyaa

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Fri Jul 25, 2008 5:16 pm
Reply with quote

so is there any other way of obtaining the result
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 25, 2008 8:50 pm
Reply with quote

Hello,

Quote:
so is there any other way of obtaining the result
It is not difficult to do what you want with COBOL. . .
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Fri Jul 25, 2008 9:45 pm
Reply with quote

Quote:
i have 2 macro involved in the REXX

The description of your program is not clear. What do you mean by 'macro'? What do the macros do?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sat Jul 26, 2008 2:00 am
Reply with quote

dick scherrer wrote:
It is not difficult to do what you want with COBOL. . .


... or SAS.
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 -> CLIST & REXX Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top