can we use full outer join with cursors declared in cobol
program?
Answers were Sorted based on User's Feedback
What is the figurative constant in cobol?
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
why we are using picture clause in the cobol programs?
What is the purpose of Identification Division?
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
how can we find total no of records in a file ....is there any utility......?
What is the Purpose of Pointer in the string?
write a program to eliminate duplicate records in a input file and send them to output file.
wht is structured cobol pgm and non structred cobol pgm ?
What is SET TO TRUE all about, anyway?
how to access the file from prodution from changeman tool and to submit a file to production
Can we use goto statement in inline_perform ?