At the minimum, which division of COBOL is enough to be
coded?
Answer Posted / rajesh naidu
Identification Division.
Because whatever the program, at minimum it identifies
program name.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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
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.
Write a cobol program making use of the redefine clause.
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 ?
Write the code to count the sum of n natural numbers.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the rules of the move verb?
) what is the difference between AID and HANDLE AID?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are all the divisions of a COBOL program?
How to print 10 to 1 if the input have only 10 digit number?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is difference between static and dynamic call in cobol?
What is cobol?
how do you reference the variable block file formats from cobol programs