What rules are to be followed while using the corresponding options?
No Answer is Posted For this Question
Be the First to Post Answer
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
Write a program to enter and display the names of students in a class using the occurs clause.
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
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,
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
What is a subscript ?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
file status 00 is checked after opening the file or reading the file