what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / milind
PROCEDURE DIVISION.
The above only line is enough to compile the code. I dont
agree with answer #1 and #2.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What do you understand by psb and acb?
How do we get current date from system with century in COBOL?
A table has two indexes defined. Which one will be used by the SEARCH?
Which division and paragraphs are mandatory for a COBOL program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is cobol?
How can you get the ksds file records into your cobol program?
Explain how to differentiate call by context by comparing it to other calls?
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
Why occurs cannot be used in 01 level in COBOL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How many sections are there in data division 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 ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?