Page 1 of 1

Outputting entire line in XDC

PostPosted: Sat Apr 27, 2019 12:41 am
by cwseay
When I output my SDSF messages to a member using XDC it truncates he lines. Is there a fix for that?

Re: Outputting entire line in XDC

PostPosted: Sat Apr 27, 2019 1:24 am
by Robert Sample
When I do XDC in SDSF, I get back the SDSF Open Print Data Set screen:
Data set name  ===> 'RLS.MVSPAS.D190425.LISTING'                            
 Member to use  ===>                                                        
 Disposition    ===> NEW        (OLD, NEW, SHR, MOD)                        
                                                                             
 Management class     ===>           (Blank for default management class)    
 Storage class        ===>           (Blank for default storage class)      
   Volume serial      ===>           (Blank for authorized default volume)  
   Device type        ===>           (Generic unit or device address)        
 Data class           ===>           (Blank for default data class)          
   Space units        ===> CYLS      (BLKS, TRKS, CYLS, BY, KB, or MB)      
   Primary quantity   ===> 500       (In above units)                        
   Secondary quantity ===> 100       (In above units)                        
   Directory blocks   ===> 0         (Zero for sequential data set)          
   Record format      ===> FBA                                              
   Record length      ===> 133                                              
   Block size         ===> 0                                                
 Data set name type   ===>           (LIBRARY, blank, ... See Help for more)
 Extended attributes  ===>           (NO, OPT, or blank)                    
and can change the record format / length to whatever I need.

Re: Outputting entire line in XDC

PostPosted: Sat Apr 27, 2019 1:52 am
by NicC
Topic nothing to do with COBOL. Moved to Other IBM Utilities.

Re: Outputting entire line in XDC

PostPosted: Sat Apr 27, 2019 2:55 am
by cwseay
My apologies. I should have specified that I was using XDC specifically to debug COBOL programs.