How arrays can be defined in COBOL?
Give some advantages of REDEFINES clause?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
Can we call a CICS program from a batch program or viceversa?If so, how?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
how the control comes back from subprogram to mainprogram
What is the difference between SEARCH and SEARCH ALL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
) how do u code after getting data?