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

foreground and background


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiran_kreddy

New User


Joined: 16 Mar 2005
Posts: 4
Location: INDIA

PostPosted: Tue Nov 29, 2005 5:53 pm
Reply with quote

what is the difference between the foreground and background
compilations and link ????

thanks
Kiran
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Nov 30, 2005 2:29 pm
Reply with quote

While you compile ur code background its process it in bachgrouind & make ur tso session availabe which is not happen in forground compile , in this case it holds ur tso session until compilation is done.

Hope it will be helpful
Back to top
View user's profile Send private message
kiran_kreddy

New User


Joined: 16 Mar 2005
Posts: 4
Location: INDIA

PostPosted: Wed Nov 30, 2005 4:38 pm
Reply with quote

thanks ekta,
is this the only difference ?
do we get load module in both ways, if not what is the output of foreground and background, and always we need the load module to run JCL
Back to top
View user's profile Send private message
umeshkmrsh

New User


Joined: 21 Sep 2005
Posts: 79
Location: India

PostPosted: Wed Nov 30, 2005 6:30 pm
Reply with quote

Compilation is a process to create a load module of a program and the same gets created whether you compile in foreground or a background mode.

It suggested to use batch compilation as it will not lock your terminal till the compilation complates and also in batch the schedular is little bit free to schedule your compilation job as per CPU availability.

If you have a list of programs to be compiled better use batch compilation.

icon_biggrin.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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts tso copy in the foreground TSO/ISPF 12
No new posts Endevor foreground retrival CA Products 2
No new posts Challenging career in cloud with Main... Mainframe Jobs 0
No new posts SOC7 ABEND CONTROL IN CICS BACKGROUND... CICS 7
No new posts How to execute ISREDIT macro in backg... TSO/ISPF 3
Search our Forums:

Back to Top