The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / veena
7
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
) how do u code after getting data?
what is amode(24), amode(31), rmode(24) and rmode(any)?
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 ......
What is the usage of comp fields in cobol?
What is perform what is varying?
What rules are to be followed while using the corresponding options?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How arrays can be defined in COBOL?
What is rmode(24)
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is rmode(any) ?
In COBOL programming, what is PERFORM? What is VARYING?
Are you comfortable in cobol or jcl?
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.