Is It Possible to Update or change in VIEW Mode?

Answer Posted / abc

hey XYZ give full description

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are the next sentence and continue different from each other?

754


Write a cobol program making use of the redefine clause.

721


How to remove 2 duplicate records and copy only one using job control language?

730


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.

5663


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

920






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

639


What is perform what is varying?

695


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1907


How do you reference the fixed block file formats from cobol programs

693


How many sections are there in data division in COBOL?

674


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

736


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1605


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2323


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

481


explain sorting techniques in cobol program?

682