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

How DYL programs are executed


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

New User


Joined: 07 Apr 2008
Posts: 64
Location: chennai

PostPosted: Mon Dec 22, 2008 11:09 am
Reply with quote

Hi,

I wanted to know how programs are executed. I have seen program being called in sysin content.

How to create the loadlib of dyl program.
Is it necessary to create a load lib for dyl prgram or can.

What does below mean.
Code:
//STEP1    EXEC DYL280,DWS=CYL,DWSP=1,DWSS=3,DT=15
//SYSIN    DD *                                               
OPTION RESTORE DYLPGM                                         
/*                                                           
//INFILE   DD DSN=&&TMP,DISP=SHR           
//OUTFILE  DD DSN=&&TEMP,DISP=SHR           

What is the override given in the step meant for?

Edited: Please use BBcode when You post some code, that's rather readable, Thanks...Anuj
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: Mon Dec 22, 2008 11:15 am
Reply with quote

Hello,

If you post the expanded jcl from the execution it will provide more information to work with.

Also, please post any informational messages (and their message ids) that were presented when this job executed.
Back to top
View user's profile Send private message
vpr_118
Warnings : 1

New User


Joined: 07 Apr 2008
Posts: 64
Location: chennai

PostPosted: Mon Dec 22, 2008 2:30 pm
Reply with quote

I am actually new to dyl
I just wanted to know if restore option compiles the dyl program every time.

Also please tell me way to compile dyl program using changeman
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Mon Dec 22, 2008 9:21 pm
Reply with quote

The RESTORE options calls an already compiled DYL program from the STEPLIB. This saves the time spent on interpreting and compiling on each execution.

Use the FREEZE option to recompile the program from source again.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts Recompiling programs after a copybook... COBOL Programming 1
Search our Forums:

Back to Top