In a COBOL program, 2 tables TABLE1 and TABLE2 are defined
that are indexed by INDEX1 and INDEX2 respectively. Can we
use INDEX1 with TABLE2 and INDEX2 with TABLE1?
Answer / moideen
Because the index is defined to the corresponding table,
INDEX1 cannot work with TABLE2 and vice versa.
| Is This Answer Correct ? | 14 Yes | 1 No |
How to pass return codes from cobol to jcl?
i WANT ALL ERROR codes IN CICS and DB2
What does MAXCC 3 means? It is used in one my codes.
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
Whats the use of Examine command? can someone help me?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
) what is the difference between AID and HANDLE AID?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?