Suppose a program has one i/p file and one o/p file now we want to add another file to the Cobol program and also two new fields (i.e columns) are added to the o/p file from the new i/p file then how will
Latest Answer: Output file being used where is it being used is it going to some downstream systems needs to be identified. Check the copybook for the fillers if it can be reused. if not then adding the new fields needs to be checked to see what all procs or jobs use ...
Which one of the following COPY statement is correct?1) COPY COPYFILE REPLACE ==PRE-== ==WK-==2) COPY COPYFILE REPLACING =PRE-= =WK-=3) COPY COPYFILE SUPPRESS4) COPY REPLACING ==PRE-== ==WK-== IN COPYFILE5)
Latest Answer: Correct answer is: 2) COPY COPYFILE REPLACING =PRE-= =WK-= ...
What are the four divisions in COBOL
Latest Answer: In Cobol there are 4 divisions.1. Identification division or ID divisionIn this no setions are there. It has 5 paragraphs.a. Progaram-id. programnameb. Authorc. Writen-dated. Compiled-datee. Installer2. Environment DivisionUnder this there are two sub-sectionsa. ...
What is the difference between INSPECT & EXAMINE?
Latest Answer: Both are same meaning one is used in Cobol-II other in Cobol-I. According to syntax INSPECT identifire-1 TALLYING identifier-2 FOR ALL identifire BEFORE identifire. REPLACING LEADING ...
Give example of Inspect TALLYING / BEFORE INTIAL / AFTER INITIAL. In which situation will use this in COBOL?
We have different type of Inspect verb1.counting INSPECT.2.replacing INSPECT.3.combined INSPECT.4.converting INSPECT.Give example of any Inspect verb which you know.
Latest Answer: Usually in COBOL the subroutines are compiled and linked to the load module at the time of compilation and if we are calling the subroutine only a few times, then may not worth keeping in the memory unnecessary. This is known as STATIC CALL. So COBOL ...
Normally we are using Dynamic call. What will happen when COBOL program compilation & execution.
Latest Answer: Link edit is the process of linking of object codes of similar programs to form a single executable load module.Linkage of object codes of mainprogram and subprogram is done during execution.  ...
How COBOL FLAT files(Index,Sequential) are very secure for huge data?If not, How will you migrate with any Database with Frond end COBOL?
Latest Answer: Go-Back can be used in both main program and sub program. In the sub program it acts as Exit program and in main program it acts as stop run.Stop Run can only be used in main program but cannot be used in sub program.Exit- Program can be used in Sub program ...
Give correct code examples
Latest Answer: There is only one thing we can use Java or C++ in Mainframe instead of CICS ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top