How do define Dymanic array in cobol how do u define single
demensional arry and multidymensional arry in ur cobol.
Answer Posted / mr.perfect
dynamic array is used to accept the value based on the
random value
dynamic array-
01 yy grp.
05 month pic x(4) occurs 10 times depending upon IDX
IDX is variable name
01 idx pic x(1).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
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.
How to remove 2 duplicate records and copy only one using job control language?
How do u write test cases?
What is the difference between next sentence and continue in cobol programing language?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
) How do u handle errors in BMS macro?
Name the divisions, which are available in a cobol program?
Which mode is used to operate the sequential file?
What are the various section in data division and briefly explain them.
What rules are to be followed while using the corresponding options?
What is rmode(any) ?
Write some characteristics of cobol as means of business language.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?