How many maximum number of procedures can we write in one
COBOL program?
Answers were Sorted based on User's Feedback
Answer / karimulla
15 instream procedures are coded,255 catalog procedures are
coded
| Is This Answer Correct ? | 3 Yes | 1 No |
How do u know what version of cobol u are using?
what is s013u000 for?
What is 77 level used for ?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
describe 805 error
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
Name the divisions, which are available in a cobol program?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
What are the ways you can generate a copybook?
88 class is used for
What is the linkage section?