Answer Posted / snehatechm
IDENTIFICATION DIVISION,ENVIRONMENT DIVISION,DATA
DIVISION,PROCEDURE DIVISION
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
What is a scope terminator give example?
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between perform … with test after and perform … with test before?
Explain the configuration section of a cobol program with examples of syntax.
Why occurs cannot be used in 01 level in COBOL?
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 ......
how to refer the data field?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
example for sub strings ? and refernce modifications whit output pls
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write a program that uses move corresponding.
Define static linking and dynamic linking.
how do you reference the printer file formats from cobol programs