is it possbile to change dynamic cal to static calL



is it possbile to change dynamic cal to static calL

Postby sampath.cnu » Sun Mar 27, 2011 12:52 pm

is it possbile to change dynamic cal to static cal?how?
sampath.cnu
 
Posts: 1
Joined: Sun Mar 27, 2011 12:27 pm
Has thanked: 0 time
Been thanked: 0 time

Re: mainfarme

Postby BillyBoyo » Sun Mar 27, 2011 1:27 pm

Are you talking about a "call" in a particular computer language (Cobol, PL/1, Orchard, Tractor etc)? Then you should ask in the correct forum.

If that is your question, the answer is yes. Compiler options. Look at your language manual for "Call" and you should find some useful stuff.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: mainfarme

Postby Robert Sample » Sun Mar 27, 2011 6:42 pm

Communication is very important in IT, and so far you are doing an excellent job of showing why you do not belong in IT. "mainfarme" is not a word in the English language. "mainframe" is, however -- so either your topic subject is mis-spelled or you do not know enough English to be able to identify proper words or not. Neither bodes well for the future of your IT career. Furthermore, assuming you had a typo, using a subject line of "mainframe" on a mainframe forum provides absolutely no information about your question -- again no communication is occurring. Definitely NOT a good sign for your future in IT. Neither of your questions can be answered as posed since you provided almost no information to help us -- again, a communication failure on your part. You should read http://www.catb.org/~esr/faqs/smart-questions.html before posting another question.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: is it possbile to change dynamic cal to static calL

Postby mongan » Mon Mar 28, 2011 11:53 am

To your question, yes it is possible, but this can pose some big problems for you - do you really want to do that? A static call implies that for each change in the routine being called that you have to at least relink the program to the changed call program. This can be hundreds of programs ! With a dynamic call the programs will pick up the changed called routine. So, you have to know what you are doing and what the consequences will be.
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times

Re: is it possbile to change dynamic cal to static calL

Postby dick scherrer » Mon May 23, 2011 10:10 am

Hello and welcome to the forum,

Sometimes we forget that the main purpose of this forum is for students and "freshers" with very little experience. The majority of our question-askers are also learning English as well as IT . . .

Is your question concerning COBOL? If so, suggest you re-post your question in the COBOL part of the forum. The answer to your posted question is "yes" but i suspect there is much more yhou need to be aware of.

Suggest you read about one module calling another in the documentation and if there is something that is not clear, post what you found and your doubt. Someone here should be able to clarify.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to FAQ