DSLIST



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

DSLIST

Postby samb01 » Wed Aug 26, 2020 7:39 pm

Heelo,

i would like to have DSLIST of dataset (LIST.**)
but i hace an error :
63 IEFC001I PROCEDURE ACBJBAOB WAS EXPANDED USING SYSTEM LIBRARY
63 IEFC657I THE SYMBOL TABL2 WAS NOT USED
65 IEFC002I INCLUDE GROUP VERSIONS WAS EXPANDED USING SYSTEM LIBR




//SAVELIST EXEC ACBJBAOB,                                            
//         PLIB1=SYS1.DGTPLIB,                                      
//         TABL2=TEST.ISPTABL                                  
//SYSTSIN  DD *                                                      
DELETE DATASET.REPORT                                                
PROFILE PREFIX(PXFR)                                              
ISPSTART CMD(ACBQBAI2 SAVE DSNLIST +                                
VTOCDATA(Y) HSMDATA(Y) +                                            
DSN('LIST.**') NOTUSED%(LE 70)) +                                
NEWAPPL(DGT) BATSCRW(132) BATSCRD(27) BREDIMAX(3) BDISPMAX(99999999)
//GENREP  EXEC ACBJBAOB,                                      
//        PLIB1=SYS1.DGTPLIB,                                  
//        TABL2=TEST.ISPTABL                              
//ISPFILE DD  DSN=PXFR.DATASET.REPORT,DISP=OLD              
//SYSTSIN  DD *                                                
PROFILE PREFIX(PXFR)                                        
ISPSTART CMD(ACBQBAR1 DSNLIST) +                              
BATSCRW(132) BATSCRD(27) BREDIMAX(3) BDISPMAX(99999999)        
/*                                                            
//SYSIN DD  *                                                  
DSN                                                            
VOLSER                                                        
LASTREF                                                        
EXTNUM                                                        
%NOTUSED                                                      
/*                                                            


 
samb01
 
Posts: 427
Joined: Mon Nov 16, 2009 7:24 pm
Has thanked: 1 time
Been thanked: 0 time

Re: DSLIST

Postby NicC » Thu Aug 27, 2020 1:58 am

Which line is line 63? There is no mention of DSLIST in any of your JCL or the TSO control statements. Are you having a JCL problem or a TSO problem - TSO control statements are NOT JCL.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: DSLIST

Postby willy jensen » Thu Aug 27, 2020 2:47 pm

So you are facing a JCL error? Please check the expanded JCL list for the TABL2 symbol. You might have a modified version, the system supplied proc is in SYS1.SACBCNTL(ACBJBAOB) in my 2.4 system.
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times

Re: DSLIST

Postby enrico-sorichetti » Thu Aug 27, 2020 6:20 pm

DSLIST is just an approximative title

somebody who has been member since 2009 should know how to use meaningful titles

something like ... DATASET list using NAVIQUEST

the only error is the IEFC657I

https://www.ibm.com/support/knowledgece ... hh657i.htm
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to JCL