Explain complete concept of table handling in COBOL with an
example?
Answer Posted / villan
Cool explanation... Hats off....
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
How many sections are there in data division in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Our 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
Difference between cobol and cobol-ii?
Describe the cobol database components?
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 type of SDLC u followed? Why?
Explain what you understand by passing by value.
What is Pic 9v99 Indicates in COBOL?
What is the difference between goback, stop run and exit program in cobol?
how do you reference the printer file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is comp-1 and comp-2?
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.