what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / pratap
Hi All,
Only first two lines are enough for successful compilation
for a program.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
) How do u handle errors in BMS macro?
When is inspect verb is used in cobol?
What is the difference between perform … with test after and perform … with test before?
Whats the difference between search & search ALL?
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?
In COBOL, what is the different between index and subscript?
What is comp-1 and comp-2?
What are various search techniques in cobol? Explain.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
what happens if parmparameter passes zero bytes to the program
example for sub strings ? and refernce modifications whit output pls
What is the local-storage section?