How does IDMS communicate with CICS?
how to check whether the open command of a sequential file is successful? or not?
What is the compute verb? How is it used?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
What are the different rules for performing sort operation?
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,
1.What is the limit of linkage section?
Name some of the examples of COBOl 11?
Can we use icetool in cobol program?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
What are the ways you can generate a copybook?
what is difference between the sysabend and userabend?