Answer Posted / kanika
Occurs clause is used in case of table ,when one number is
used many times as in case of array.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is a report item?
Write a cobol program making use of the redefine clause.
how do you reference the ksds vsam file formats from cobol programs
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.
What is rmode(any) ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do u write test cases?
Explain how you can characterize tables in cobol?
For rewrite, why is it mandatory that file needs to be opened?
Why would you use find and get rather than to obtain?
what is difference between cobol and cobol/400
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 ......
IF I mention stop run in CICS what happens?