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

Report output in Spool


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

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Tue Apr 26, 2016 4:32 pm
Reply with quote

Hi

I am printing a report with multiple headings and details in the spool. In JCL I have defined the DD Statement as

//REPORT DD SYSOUT=&SYSOUT,DCB=(RECFM=FM,BLKSIZE=133)

However the report is created in spool with length 135.

-------------------------------------------------------------------------------
SDSF OUTPUT DISPLAY TESTJOB JOB04288 DSID 191 LINE 0 COLUMNS 56- 135
COMMAND INPUT ===> SCROLL ===> CSR
********************************* TOP OF DATA **********************************
TEST INTERFACE REPORT 05-55 04-26-2016


I checked all the headings/details and all of them sum up to 132.

Please suggest ?

Thanks
Amit[/b]
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue Apr 26, 2016 7:10 pm
Reply with quote

Quote:
COMMAND INPUT ===> SCROLL ===> CSR

Somehow I do not think that this is correct! You know how to use the code tags - use them.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3048
Location: NYC,USA

PostPosted: Tue Apr 26, 2016 9:05 pm
Reply with quote

What happens when you give lrec =132 in dcb and compares against the above report?
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 712
Location: Denmark

PostPosted: Wed Apr 27, 2016 8:09 pm
Reply with quote

if the program specifies lrecl 135 internally, then that is what you get, no matter what you specify in JCL.
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Wed Apr 27, 2016 9:23 pm
Reply with quote

In program it is x(133)
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 Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
No new posts Need help on formatting a report DFSORT/ICETOOL 14
Search our Forums:

Back to Top