How many types of sorts are there in cobol?
Answer Posted / samrat
Two types of sort are there:-
1) DFSORT
2) SYNCSORT
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What kind of error is trapped by on size error option?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is report-item in COBOL?
How to know whether the module is dynamical or statistical?
What is a SSRANGE and NOSSRANGE?
How do you get the data to code the BMS macro?
Explain about different table spaces.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How many bytes S(8) comp field occupy and its maximum value?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Have 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.
what happens if parmparameter passes zero bytes to the program