what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / jraj
Its 4
Identification Division, program ID,Procedure division and
Stop Run
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is amode(31)
) How do u handle errors in BMS macro?
What are all the divisions of a COBOL program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is difference between static and dynamic call in cobol?
What is the usage of comp fields in cobol?
Can we change the password using ALTER? anyone tried and changed?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
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.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the compute verb? How is it used?
how do you reference the variable unblock file formats from cobol programs
What are the rules of the move verb?