The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / krishna
answer is 7
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
How do you get the data to code the BMS macro?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Define static linking and dynamic linking.
What type of SDLC u followed? Why?
Why occurs cannot be used in 01 level in COBOL?
What are literals?
What are various search techniques in cobol? Explain.
IF I mention stop run in CICS what happens?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Write a program to explain size error.
how do you reference the printer file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
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.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?