Answer Posted / s.vijaykumar
disp=(new,delete,delete)
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
How do we get current date from system with century in COBOL?
Describe the cobol database components?
how to access the file from prodution from changeman tool and to submit a file to production
IF I mention stop run in CICS what happens?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between next sentence and continue in cobol programing language?
What are the different rules of SORT operation?
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
How you can characterize tables in cobol?
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.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
In COBOL, what is the different between index and subscript?
What is the difference between binary search and sequential search?