Answer Posted / mehak
use
ocuurs 1 to 100
depending on ws-counter
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 ......
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Why did you choose to work with ibm mainframe cobol programming?
what happens if parmparameter passes zero bytes to the program
What is the difference between next sentence and continue in cobol programing language?
What rules are to be followed while using the corresponding options?
What is cobol?
how do you reference the variable block file formats from cobol programs
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?
Write some characteristics of cobol as means of business language.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
In which area will you utilize 88 level items in cobol?
What are the different rules to perform a Search?
what is amode(24), amode(31), rmode(24) and rmode(any)?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?