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 19043How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
3234Have 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,
2435How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
IBM,
2 10448Our 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
2965How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
4173I 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 17013
Explain about different table spaces.
Name some of the examples of COBOl 11?
Have you used comp and comp-3 in your project? And how?
In COBOL, what is the different between index and subscript?
What are the various section in data division and briefly explain them.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL commands?
What is comp-1 and comp-2?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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.
) How do u handle errors in BMS macro?
Explain how you can characterize tables in cobol?
What is the difference between Global and External Variables?
What is Pic 9v99 Indicates in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.