What is tne need to use sub programs in Cobol?
Answers were Sorted based on User's Feedback
Answer / chowdary
reusabulity of code and coding time will be reduced
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / vinay sonar
subprogram is used so that many programs can be merged into
single programs.also it reduces the required storage space
and no need to decleare variables again
| Is This Answer Correct ? | 2 Yes | 2 No |
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
) What is the use of IGNORE?
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
Mention the guidelines to write a structured cobol program?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
how can you identify wheather the program is using search or search all in the cobol program?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
How do u initialize an array?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.