where do u use low-value and high value in cobol
Answer Posted / aditya
it depends upon the logic we are writing.if we dont know the lowest value record.we can move the low values and can write a logic as read next in the case of files concept.its just an example
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the problem of ordered sequential files access?
What the difference is between continue and next sentence?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you define a variable of comp-1 and comp-2?
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
What are the access modes of START statement?
Can we change the password using ALTER? anyone tried and changed?
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?
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the printer file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Why would you use find and get rather than to obtain?
Write a program that uses move corresponding.
how do you reference the ksds vsam file formats from cobol programs