Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
924Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
1004What is the difference between read work file 1 and read work file once? Why we are using work file once?
938
What is alias in db2?
i want a program using by if, evaluate , string, unstring, perform, occurs?
i want to maintain uniqueness on pdf without make lf??????????
How do u write test cases?
What is copy pending and check pending in db2?
Can you explain enq and deq used in cics?
what difference exists between control area and control interval?
Explain how do you intitiate another transaction?
how can the same proc be re-used and called by many jobs?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What is database manager in db2?
Name and explain the type of locks?
What are types of indexes?
What is phantom read in db2?