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

EXECIO "linenum" parameter is not allowed with DIS


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
JOYEETA PAUL
Currently Banned

New User


Joined: 18 Sep 2008
Posts: 17
Location: bangalore

PostPosted: Sat Dec 06, 2008 8:05 pm
Reply with quote

I am using a rexx prog where I want to use code where I want
to give starting position to write "M" numbers of lines from a PS file.
I used this code :
"EXECIO" M "DISKW MYDDM N (STEM LINES. OPEN"

MYDDM is my file's ddname
M is the no of lines I want to write.
N should be my starting position
But this code is not working for me.
It is giving the error:
IRX0615E EXECIO "linenum" parameter is not allowed with DISKW.

Can anybody help me?
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 Dec 06, 2008 9:43 pm
Reply with quote

Please review the syntax for the EXECIO command:

EXECIO lines DISKW ddname (write parms

where lines is either * or the number of lines to write
ddname is the required ddname
write parms are (STEM stemname OPEN or FINIS

there is no such thing as a "starting position" on a write.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Sun Dec 07, 2008 8:43 am
Reply with quote

(I have never used this)

I think you want to read with DISKRU to position to the correct record, then follow with DISKW. But read the book first.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Newbie Stuck on "Duplicate Datas... TSO/ISPF 5
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
Search our Forums:

Back to Top