How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / rajni
in-stream procedures 15
catalog procedures 255.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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.
What is report-item in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
) How do u handle errors in BMS macro
Name the divisions, which are available in a cobol program?
Which division and paragraphs are mandatory for a COBOL program?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Name some of the examples of COBOl 11?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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?
What type of SDLC u followed? Why?
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.