How to use the same COBOL program in Batch and CICS on lines?
explain with an example
Can you please let me know the centre name of INS certification in Kolkata.
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
What is the file organization clause ?
TYPES OF SORTINGS. which is more prefarable.
A table has two indexes defined. Which one will be used by the SEARCH?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
How does IDMS communicate with CICS?
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 is Static,Dynamic linking ?
How can we increase the size of an existing PDS to include more no. of modules.
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
Differentiate COBOL and COBOL-II?