Answer Posted / basanth
Similarly like wise other platforms we shud take initiative
in posting some interview questions
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
Which is not true about evaluate statement
How arrays can be defined in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Can we change the password using ALTER? anyone tried and changed?
how do you reference the fixed unblock file formats from cobol programs
Explain about different table spaces.
what is the use of outrecord?
What is the difference between binary search and sequential search?
Explain how you can characterize tables in cobol?
Explain what you understand by passing by value.
Why occurs cannot be used in 01 level in COBOL?
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?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc