The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answers were Sorted based on User's Feedback
Answer / kumar
cobol85 will support up to 7 min.
cobol74 will support only 3 dim.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / vivek a r
Cobol-85 has 7 dimensions
and Cobol-84 got 3 dimensions
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / satya sivaji
The maximum number of dimensions allowed in cobol is 7.
Is This Answer Correct ? | 10 Yes | 5 No |
How we copy a program from production region to development region.What is the process & syntax ?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
What is the LINKAGE SECTION used in COBOL?
Define in-line perform?
give the examples of strings in cobol
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain about different table spaces.
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad