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

How to read sysprint data which was copied in the prior step


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Wed May 23, 2007 4:00 pm
Reply with quote

How to read sysprint details which was copied in the prior step

ex :

Line 1: IDCAMS SYSTEM SERVICES
Line 2:
Line 3: PRINT INFILE(DSN1) COUNT(1) CHAR
Line 4: IDCAMS SYSTEM SERVICES
Line 5: LISTING OF DATA SET -FI.BTC.L001158.G0009V00
Line 6: RECORD SEQUENCE NUMBER - 1
Line 7: 141001158

I want to read either seventh record wich has the value 001158 or 5 th record which has file name but only the part of the file name i.e FI.BTC
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed May 23, 2007 4:34 pm
Reply with quote

Hi !

Alloc a File for the Sysprint of the Idcams-Step.
Then in another Step read this File via programm.
Assembler, Cobol, Rexx, Abap or whatever language you want.

Regards, UmeySan
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 Store the data for fixed length COBOL Programming 1
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
Search our Forums:

Back to Top