The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / basha, margadarsi computers
3
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the different rules of SORT operation?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How many sections are there in data division in COBOL?
What is amode(24)?
What is link edit in cobol?
how do you reference the variable block file formats from cobol programs
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 rmode(24)
how do you reference the esds vsam file formats from cobol programs
How do you reference the following file formats from cobol programs?