Under which scenario you would go for a static call as
opposed to dynamic call?

Answer Posted / preeti

If you have less storage space then you can use static call
at the place of dynamic call.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a File that has duplicate records. I need only those records that occur more than thrice.?

8659


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1657


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

676






How to remove 2 duplicate records and copy only one using job control language?

755


How you can read the file from bottom?

660


How many sections are there in data division in COBOL?

680


What is a SSRANGE and NOSSRANGE?

824


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8167


What is length is cobol?

652


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

711


What is the Purpose of Pointer in the string?

643


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

859


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6836