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 |
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
what is jcl approach for programming?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
if you give cylinder(1,1)how many cylinders it will be allocate?
Whats the difference between search & search ALL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the size of s9(19)comp3? explain
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
how will u find out 3rd week's 2nd day using occurs ?
file status 00 is checked after opening the file or reading the file