How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
No Answer is Posted For this Question
Be the First to Post Answer
how do you define single dimensional array and multidimensional array in your cobol?
what are the isolation levels and where we use it in the db2 program
What is the usage of comp fields in cobol?
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
What is Redefines clause?
What is the compute verb? How is it used?
How do u know what version of cobol u are using?
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
I know my query will return more than one row but I don't want cursor what should I do?
why we are using picture clause in the cobol programs?
Why would you use find and get rather than to obtain?