copy 100 records without using ibm utilities

Answer Posted / swapnil

USING AN OCCURS CLAUSE WE MOVE RECORD FROM ONE PS FILE TO
ANOTHER PS

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are literals?

622


what are decleratives in cobol?

1816


What is static and dynamic call in cobol?

585


Write down the divisions of cobol program?

659


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

696






Write a program to explain size error.

666


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8125


What is inspect in cobol ?

791


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.

5652


How do u write test cases?

1629


how do you reference the printer file formats from cobol programs

643


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1794


What is the local-storage section?

668


What is the Purpose of Pointer in the string?

632


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 ......

10532