Answer Posted / anita
This SO4E not SOC4, I hope people do have eye sight problem
while reading
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
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
how do you reference the ksds vsam file formats from cobol programs
Can a Search can be done on a table with or without Index?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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.
How do you reference the fixed block file formats from cobol programs
What is redefines clause in COBOL?
how to move the records from file to array table. give with code example
Can we change the password using ALTER? anyone tried and changed?
Write a program to enter and display the names of students in a class using the occurs clause.
What is perform what is varying?
how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(24)
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?