MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sysprint in Easytrieve

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
nestrella
Beginner


Joined: 11 Jul 2006
Posts: 3
Topics: 1

PostPosted: Tue Jul 11, 2006 4:48 am    Post subject: Sysprint in Easytrieve Reply with quote

Good day!

I was asked to assign a permanent DSN to some Easytrieve Sysprint outputs for archiving purposes. However when I assigned a lrecl 133 and submitted the job, I encountered abend telling me that the Easytrieve program's lrecl for Sysprint is 205 and that is in conflict with the 133 I assigned in JCL. I am only allowed to use lrecl 80, 133, 160, 165, 200 or 250 for this. Can somebody help me do a workaround for this?

Thanks in advance!
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12385
Topics: 75
Location: San Jose

PostPosted: Tue Jul 11, 2006 4:53 am    Post subject: Reply with quote

nestrella,

Why not define the Report file as follows?

Code:

FILE REPORTX PRINTER FB(133 27930)


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nestrella
Beginner


Joined: 11 Jul 2006
Posts: 3
Topics: 1

PostPosted: Tue Jul 11, 2006 5:00 am    Post subject: Reply with quote

Thanks for the prompt reply Kolusu!

I'll try this.
Back to top
View user's profile Send private message
nestrella
Beginner


Joined: 11 Jul 2006
Posts: 3
Topics: 1

PostPosted: Wed Jul 12, 2006 12:37 am    Post subject: Reply with quote

Hi Kolusu,

I tried this...

Easytrieve:
FILE SYSREP1 PRINTER FB(133 27930)

JCL:
//SYSREP1 DD DSN=STATS.REPORT,
// UNIT=SYSDA,
// SPACE=(CYL,(5,5),RLSE),
// DCB=(PRD.GDG,RECFM=FB,LRECL=133,BLKSIZE=27930),
// DISP=(NEW,CATLG,DELETE)

but i'm getting this error

FILE I/O ERROR, RETURN CODE=96, FILE=SYSPRINT
FILE I/O ERROR, RETURN CODE=96, FILE=FJSYABE

by the way, i just need to capture statistical displays in Easytrieve into a dataset.


Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group