can we use full outer join with cursors declared in cobol
program?
Answer Posted / senthil kumar
we can use
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Why occurs cannot be used in 01 level in COBOL?
What is a SSRANGE and NOSSRANGE?
What guidelines should be followed to write a structured cobol prgm?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are 77 levels used for?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What kind of error is trapped by on size error option?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the use of intialize verb?
What is cobol?
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?