After entering l 0, got l 0 ,IKJ52502I DATA SET NOT LINE NUMBERED,
Which makes sense since the data is not line numbered. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of J R Sent: Wednesday, July 30, 2014 3:41 PM To: [email protected] Subject: Re: another question about TSO edit command You're off the bottom; the current line pointer is at the next-to-be-added line. You need to go back up. Use a "L 0" or "TOP" subcommand. Read all about EDIT here: http://publibz.boulder.ibm.com/epubs/pdf/ikj2l200.pdf === > Date: Wed, 30 Jul 2014 21:44:39 +0000 > From: [email protected] > Subject: another question about TSO edit command > To: [email protected] > > I am O.K. editing data with line numbers. > > But when I get data with no line numbers, my commands are not working. i.e. > change find etc. > > Example: > > ,EDIT, > list > ,//MSTJCL01 JOB MSGLEVEL=(1,1),TIME=1440, > ,// EXEC PGM=IEEMB860,DPRTY=(15,15), > ,//STCINRDR DD SYSOUT=(A,INTRDR), > ,//TSOINRDR DD SYSOUT=(A,INTRDR), > ,//IEFPDSI DD DSN=SYS1.PROCLIB,DISP=SHR, > ,// DD DSN=CPAC.PROCLIB,DISP=SHR, > ,// DD DSN=SYS1.IBM.PROCLIB,DISP=SHR, > ,//IEFJOBS DD DSN=SYS1.JCLLIB,DISP=SHR, ,IKJ52500I END OF DATA, > ,EDIT, > f STC <========== > ,IKJ52506I TEXT NOT FOUND, > ,EDIT, > > Any help would be appreciated. > > Thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
