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

Override symbolic parameter in SCL


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
op

New User


Joined: 31 Oct 2006
Posts: 48
Location: Chennai

PostPosted: Thu Jun 12, 2008 6:35 pm
Reply with quote

Hi,

I need to override a symbolic parameter through an SCL statement. But the length of the parameter is of 100 bytes.
So, the parameter has to be split into 2 lines.

Could you please provide the syntax to override a lengthy symbolic through an SCL.

Thanks,
OP
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Tue Jun 17, 2008 6:47 pm
Reply with quote

DO you mean symbolic parameter refer to product Endevor, if so you can use multiple symbolics and pass enough length of parms pass and use those multiple symbolics at your processor(Endevor).

not sure if you refer word symbolic in other products.
Back to top
View user's profile Send private message
op

New User


Joined: 31 Oct 2006
Posts: 48
Location: Chennai

PostPosted: Thu Jun 19, 2008 12:28 pm
Reply with quote

Hi,

I want to include cobol processor group in endevor (currently no cobol types are included in the endevor i use).

And, I am developing the generate processor for the cobol processor group. In the compilation step, I have declared a symbolic parameter for the PARM parameter

i.e.
//COBCOMP EXEC PGM=IGYCRCTL, *** COMPILE
// PARM='&PARMCOMP',MAXRC=&MAXRCCMP,

The default value provided for PARMCOMP is Blank.

I want to override the symbolic PARMCOMP for General Acceptance stage, during TYPE declaration using SCL, with the following value:
SYMBOL PARMCOMP=
'CP(500),NOC(E),DTR,OPT(FULL),SSR,NOSEQ,SQL("HOST(IBMCOB) S")'

But this declaration doesn't fit in a single line.
So, I need to split the declaration into 2 lines.

Could anyont let me know the syntax for this.

Thanks in advance.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
No new posts Writing the output file name from a p... JCL & VSAM 7
No new posts Reference for COND parameter. JCL & VSAM 1
Search our Forums:

Back to Top