How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / harish
i guess 15, correct me if im wrong
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
State the various causes of s0c1, s0c5 and s0c7.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How do u write test cases?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the variable block file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the usage of comp fields in cobol?
In COBOL, what is the different between index and subscript?
What is the difference between comp and comp-3?