What is static and dynamic call in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
which one is better among static call and dynamic call?
How can we increase the size of an existing PDS to include more no. of modules.
What is the difference between a binary search and a sequential search?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
tell me about examine inspect and evaluate ?
How to read a record from bottom of a file which is indexed by 'A'.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you get the data to code the BMS macro?