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 13355How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
2110Have 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,
1541How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
IBM,
2 7656Our 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
1794How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
2995I 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 7804
How do you reference the fixed block file formats from cobol programs
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
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
What are literals?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
What is the difference between subscript and index?
What is the difference between next sentence and continue in cobol programing language?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the figurative constant in cobol?
What type of SDLC u followed? Why?
What are the different rules to perform a Search?
Which mode is used to operate the sequential file?
What is the compute verb? How is it used?
How do you reference the following file formats from cobol programs?