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

Dynamic DD name label's


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

New User


Joined: 05 Mar 2007
Posts: 10
Location: Sydney, Australia

PostPosted: Mon Jun 28, 2010 11:39 am
Reply with quote

Hello All,

I have to run a series of conversion programs of similar format. So,
I tried executing below JCL

Code:
//CONVERT  PROC                                       
//STEP#020 EXEC PGM=CONV&PG.,COND=(00,NE)           
//&FL.OLD  DD DISP=SHR,DSN=&INFL..&FL..OLD
//&FL.NEW  DD DISP=SHR,DSN=&OUTFL..&FL..NEW
//DEFDD    INCLUDE MEMBER=CONVDD                     
//CONVEND  PEND                                       
//*                                                   
//CONVAMCR EXEC CONVERT,PG=CR,FL=CR,NS=S,SG=         

And, I get below errors:

Code:
32 IEFC662I INVALID LABEL
33 IEFC662I INVALID LABEL


Is there anyway of resolving Statement labels through symbolics in JCL?
(I mean without using REXX)

Thanks!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jun 28, 2010 11:42 am
Reply with quote

Quote:
Is there anyway of resolving Statement labels through symbolics in JCL?


odd requirement , but ... NO icon_smile.gif
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 Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
No new posts Dynamic file allocation using JCL JCL & VSAM 8
No new posts Dynamic Sortin DD cards SYNCSORT 8
Search our Forums:

Back to Top