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 19064How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
3235Have 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,
2440How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
IBM,
2 10461Our 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
2974How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
4177I 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 17026
) How do u handle errors in BMS macro
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do u write test cases?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the different rules to perform a Search?
In which area will you utilize 88 level items in cobol?
Discuss about changing dataset name in proc.
What is the difference between Global and External Variables?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how to move the records from file to array table. give with code example