Answer Posted / shan
(N+1)/2 bytes
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
What is the difference between Global and External Variables?
How do you define a variable of comp-1 and comp-2?
How to know whether the module is dynamical or statistical?
what is search and searchall?what is the diffrence between them?give an best example?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Which is not true about evaluate statement
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
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
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do you reference the fixed block file formats from cobol programs
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the different rules for performing sort operation?
Write a program to enter and display the names of students in a class using the occurs clause.
Name the sections present in data division.