how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
IBM,
5 19031How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
3233Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
IBM,
2434How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
IBM,
2 10444Our 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
2963How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
4167I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
IBM,
3 17006
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do get the result of your program directly on your pc?
how do you reference the variable unblock file formats from cobol programs
State the various causes of s0c1, s0c5 and s0c7.
What is the LINKAGE SECTION used in COBOL?
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
Describe the cobol database components?
Explain the configuration section of a cobol program with examples of syntax.
How do u write test cases?
What is the difference between next sentence and continue in cobol programing language?
Can we change the password using ALTER? anyone tried and changed?
how do you reference the esds vsam file formats from cobol programs
how to move the records from file to array table. give with code example
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the compute verb? How is it used?