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

Issue in XDC


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Nabi

New User


Joined: 13 May 2009
Posts: 8
Location: luxemberg

PostPosted: Tue Nov 24, 2009 11:08 am
Reply with quote

Hi,
I need your help in resoving this issue. When I use XDC command in sppol against particular dump, i am getting an error. It reads as "PRINT ABEND 013000 " . Please let me know if you know anything about this.

Also please let me know the settings to compare the whole record length of file. I am able to comapre only reclength of 133 at present.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Nov 24, 2009 5:29 pm
Reply with quote

Nabi wrote:
whole record length of file


ah, can we look forward to this new phrase being added to the technical dictionary?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Nov 24, 2009 9:36 pm
Reply with quote

Hello,

Quote:
Also please let me know the settings to compare the whole record length of file.
Is this related to XDC?

Suggest you invest a bit of time and explain what you really want to do and what limit/restriction is causing a problem.
Back to top
View user's profile Send private message
Nabi

New User


Joined: 13 May 2009
Posts: 8
Location: luxemberg

PostPosted: Wed Nov 25, 2009 10:33 am
Reply with quote

Dick,
I want to take spool display into a file. Say "SYSOUT". So when I give XDC before "SYSOUT" in a job which is completed, I should be able to get all the content into a seq file, name fo whihc i mention in the screen i get after I ENTER XDC.

I am attching screen shots of each event.

Thanks for your reply.

edited to delete the attachment
note the attachment did not convey any usef ulinfo
simply showed an SDSF job list with an XDC in front of job/dataset
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Nov 25, 2009 10:40 am
Reply with quote

Not everyone is allowed to download attachments due to site firewall restrictions. Please cut 'n' paste instead.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 25, 2009 10:56 am
Reply with quote

Hello,

As Terry requested, please post the info using copy/paste and the "Code" tag. Only one "screen" is in the attached document.

I still do not understand how xdc is related to the "whole record length".

XDC will copy spooled sysout data to a dataset.
Back to top
View user's profile Send private message
Nabi

New User


Joined: 13 May 2009
Posts: 8
Location: luxemberg

PostPosted: Wed Nov 25, 2009 11:26 am
Reply with quote

Dick, They are 2 separate questions. 1. XDC issue 2. Cpmpare files

This is how I am doing XDC:

Code:
SDSF JOB DATA SET DISPLAY - JOB NDUD1671 (JOB03319)    LINE 1-11 (11)         
COMMAND INPUT ===>                                            SCROLL ===> CSR 
NP   DDNAME   StepName ProcStep DSID Owner    C Dest               Rec-Cnt Page
           JESMSGLG JES2                 2 NDUDEKE  H LOCAL                   35     
           JESJCL   JES2                 3 NDUDEKE  H LOCAL                   64     
           JESYSMSG JES2                 4 NDUDEKE  H LOCAL                  154     
           SYSDSPLY STEP001            101 NDUDEKE  A LOCAL                  253     
[b]xdc  [/b]SYSOUT   STEP001            107 NDUDEKE  H LOCAL                  104     
           SYS003   STEP001            109 NDUDEKE  H LOCAL                   87     
           SYS004   STEP001            110 NDUDEKE  H LOCAL                   33     
           SYS006   STEP001            112 NDUDEKE  H LOCAL                   94     
           SYSSNAP  STEP001            120 NDUDEKE  H LOCAL                  127     
           CUSTCD1  STEP001            121 NDUDEKE  C APL1X                   99     
           SYSDGRPT STEP001            122 NDUDEKE  H LOCAL                    1     

**********************
                            SDSF Open Print Data Set                         
COMMAND INPUT ===>                                            SCROLL ===> CSR
                                                                             
                                                                             
Data set name  ===> 'NDUDEKE.PNRB1635.XDC2'                                   
Member to use  ===>                                                           
Disposition    ===> NEW        (OLD, NEW, SHR, MOD)                           
                                                                             
If the data set is to be created, specify the following.                     
Volume serial will be used to locate existing data sets if specified.         
                                                                             
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   ===> 50        (In above units)                         
  Secondary quantity ===> 50        (In above units)                         
  Directory blocks   ===> 0         (Zero for sequential data set)           
  Record format      ===> FB                                                 
  Record length      ===> 1000                                               
 F1=HELP      F2=SPLIT     F3=END       F4=RETURN    F5=IFIND     F6=BOOK     
 F7=UP        F8=DOWN      F9=SWAP     F10=LEFT     F11=RIGHT    F12=RETRIEVE
******************
SDSF JOB DATA SET DISPLAY - JOB NDUD1671 (JOB03319)     PRINT [b]ABEND 013000[/b]     
COMMAND INPUT ===>                                            SCROLL ===> CSR 
NP   DDNAME   StepName ProcStep DSID Owner    C Dest               Rec-Cnt Page
           JESMSGLG JES2                 2 NDUDEKE  H LOCAL                   35     
           JESJCL   JES2                 3 NDUDEKE  H LOCAL                   64     
           JESYSMSG JES2                 4 NDUDEKE  H LOCAL                  154     
           SYSDSPLY STEP001            101 NDUDEKE  A LOCAL                  253     
XDC     SYSOUT   STEP001            107 NDUDEKE  H LOCAL                  104     
            SYS003   STEP001            109 NDUDEKE  H LOCAL                   87     
            SYS004   STEP001            110 NDUDEKE  H LOCAL                   33     
           SYS006   STEP001            112 NDUDEKE  H LOCAL                   94     
           SYSSNAP  STEP001            120 NDUDEKE  H LOCAL                  127     
           CUSTCD1  STEP001            121 NDUDEKE  C APL1X                   99     
           SYSDGRPT STEP001            122 NDUDEKE  H LOCAL                    1
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 25, 2009 11:41 am
Reply with quote

Hello,

Please re-read the earlier suggestions - use copy/paste and the Code tag. Do not send attachments as not everyone is allowed to open attachments.

Use Preview to see your post as it will appear to the forum. When it appears as you want, Submit.

When the abend occurs, press F1 (and possibly press F1 twice).
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Dec 05, 2009 5:55 am
Reply with quote

Hi Nabi,

Your data set creation looks OK, except for the rec len. Did you try a rec len of 133; a 1000 seems a bit much. It should solve your compare problem too.

BTW, how many lines is the dump taking?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Dec 07, 2009 4:15 pm
Reply with quote

Nabi,

I just tried to create a DSN (Organization . . . : PS ) with LRECL 1000, it worked well, so it should work for you as well...and the steps for XDC you used , which you show in other post, also look fine..mm..just try again.

Quote:
I am able to comapre only reclength of 133 at present.
What're you using for compare, SuperC?
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Dec 07, 2009 5:39 pm
Reply with quote

The only problem w/the 1000 byte lrecl is that you're using 1K for each print line and that use use more space to print the dump resulting in an "out of space condition. I don't know how or if SDSF handles that condition. I think 133 is a better choice for that reason.

Give it a try anyway.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top