can u plz expain me how to declare dynamic array? what is
the meaning of depending on clause in dynamic array?
Answer Posted / kk
dynaic array is notink but a two dimension array.
01 studet.
02 stunam occurs 3 to 4 times depanding on n.
03 stuname pic x(15).
03 stumrk occurs 2 times.
04 stumark pic 9(3).
this is dynamic array.now runtime will pass the input.because
using depanding clause.
depanding clause pass the value runtime.
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write some characteristics of cobol as means of business language.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Describe the cobol database components?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the pertinent COBOL
What are the different data types in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write a program to explain size error.
Whats the difference between search & search ALL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......