Write some characteristics of cobol as means of business language.
No Answer is Posted For this Question
Be the First to Post Answer
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
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.
What is Static,Dynamic linking ?
how would you resolve sb37 and SE37?
Give some examples of command terminators?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
How many divisions we have in Cobol ?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What are the different open modes available in cobol?
give the examples for strings and unstrings in cobol
how to know that the file has 300 records how to acess it?
How many bytes S(8) comp field occupy and its maximum value?