How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / leena
Hey Harish, You are right. Max 15 in-stream procedures can
be codeed in a job
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
Define cobol?
How to remove 2 duplicate records and copy only one using job control language?
What are the different rules to perform a Search?
What are declaratives and what are their uses in cobol?
Explain what you understand by passing by value.
HOw can I get the negative sign while deduct high value from low value
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How do u write test cases?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how to refer the data field?
how to access the file from prodution from changeman tool and to submit a file to production
What do you understand by psb and acb?