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

IBMZPLI PARM='DD:OPTIONS'


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mind

New User


Joined: 04 Nov 2010
Posts: 9
Location: bangalore

PostPosted: Tue Nov 09, 2010 8:55 am
Reply with quote

HI FRIENDS,
CAN ANYONE HELP ME TO FIND WHAT IS PASSING THROUGH THIS PARM PARAMETER.
ACTUALLY THERE IS A REQUIREMENT IN MY PROJECT FOR MASS COMPILATION.
SO I JUST WANTED TO KNOW THAT IS IT A FILE PASSING, IF YES HOW CAN I CHECK IT....

THANKS IN ADVANCE.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 09, 2010 12:28 pm
Reply with quote

DO NOT post in all capitals, this is seen as you being rude.

Please take a look at what you have posted and then see if it makes any sense to you, because it certainly does not make any sense to me.

Post clearly and in detail exactly what it is that you have a problem with.

Post the JCL that is being submitted to give us some sort of clue.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Tue Nov 09, 2010 12:49 pm
Reply with quote

PARM='DD:OPTIONS' is a parameter which specifies that the dataset with ddname OPTIONS contains the parameter overrides to be used. So, yes, it is a file which you should be able to browse, edit &c.

Garry.
Back to top
View user's profile Send private message
Mind

New User


Joined: 04 Nov 2010
Posts: 9
Location: bangalore

PostPosted: Tue Nov 16, 2010 8:37 am
Reply with quote

Thank you Garry

Can you give me some lights on where exactly the 'Options' file is located, so that i can see the compiler options passing through Parm.

Thanks in advance
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 16, 2010 8:41 am
Reply with quote

Hello,

Look in the dataset with DD name OPTIONS.
Back to top
View user's profile Send private message
Mind

New User


Joined: 04 Nov 2010
Posts: 9
Location: bangalore

PostPosted: Thu Nov 18, 2010 3:02 pm
Reply with quote

This is my jcl

Code:
//TESTFG JOB COMPMVS,CLASS=C,
//         MSGCLASS=X       
//COMPIL   EXEC PGM=IBMZPLI,PARM='+DD:OPTIONS',
//        COND=(0,NE),REGION=90M               
//OPTIONS   DD *                                     
//STEPLIB  DD  DISP=SHR,DSN=DUN0U1.COMPILER.OS.LINKLIB
//         DD  DISP=SHR,DSN=IBMZ.SIBMZCMP             
//         DD  DISP=SHR,DSN=CEE.SCEERUN               
//SYSPRINT DD DSN=&LIST,SPACE=(CYL,(10,10)),                     
//         DCB=(RECFM=VBA,LRECL=125,BLKSIZE=32718),DISP=(MOD,PASS)
//SYSUT1   DD SPACE=(800,(1600,800)),UNIT=SYSDA                   
//SYSLIB   DD DISP=SHR,DSN=DVLP.USER2.SRCPLI                     
//         DD DISP=SHR,DSN=PROD.USER5.CPYLIB                     
//         DD DISP=SHR,DSN=CIC.SDFHPL1                           
//         DD DISP=SHR,DSN=DUN0U1.COMMON.IPEL.MACLIB             
//SYSLIN   DD SPACE=(800,(800,800)),UNIT=SYSDA,                   
//         DISP=(NEW,PASS,DELETE)                                 
//SYSIN    DD DSN=DVLP.SOURCE.SIC(CF0076),DISP=SHR               
//*


Where exactly can i find the OPTIONS file.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Nov 18, 2010 3:09 pm
Reply with quote

the way jcl is build the PLI options override would be inline after the
Code:
//OPTIONS DD *


for all You might want to know about PL1 see here and choose the language level You are interested in
www-03.ibm.com/systems/z/os/zos/bkserv/zappls2.html
Back to top
View user's profile Send private message
Mind

New User


Joined: 04 Nov 2010
Posts: 9
Location: bangalore

PostPosted: Fri Mar 18, 2011 4:06 pm
Reply with quote

Hello expat,
Now i can see that problem is pretty clear,
can you come up with a solution,
let me know if you need more information.


You are the one who asked for more information, and there is no reply from you other than that.

Thanks in Advance
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Mar 18, 2011 4:27 pm
Reply with quote

Solution to what?
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts JCL EXEC PARM data in C Java & MQSeries 2
No new posts Need to specify PARM='POSIX(ON) Java & MQSeries 4
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts Passing parm from JCL to Assembler, b... PL/I & Assembler 2
No new posts Using PARM=('JPn"&SYMBOL&quo... DFSORT/ICETOOL 2
Search our Forums:

Back to Top