How to read a 100 record from a file through cobol?
Answer Posted / rajesh k
using arrays we can read 100 records from a file.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how do you reference the fixed unblock file formats from cobol programs
) what is the difference between AID and HANDLE AID?
What are the rules of the move verb?
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.
Name the divisions, which are available in a cobol program?
Write the code implementing the perform … varying.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
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 is amode(24), amode(31), rmode(24) and rmode(any)?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning