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 |
why we are using set in searchall?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
. How do we cast a variable in COBOL
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
what is the maximum error code in mainframe
The maximum number of dimensions that an array can have in COBOL-85 is ?
What is the difference between binary search and sequential search?
Write some characteristics of cobol as means of business language.
what is the minimum number of lines a Cobol program should have to successfully compile and run
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25