Answer Posted / jana.gadi
we can use in-line perform in the case if the body of the
perform will not be used in any other place of the program
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
how to convert the recors form vsam file to db2 table tru file aid
what are decleratives in cobol?
How do you reference the following 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
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
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Can we change the password using ALTER? anyone tried and changed?
Name the divisions, which are available in a cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is length is cobol?
Write some characteristics of cobol as means of business language.
) How do u handle errors in BMS macro?
A table has two indexes defined. Which one will be used by the SEARCH?
Write the code to count the sum of n natural numbers.