I try to use some column names in my cobol progorm but
these column not in db2 table ..when do i get error ..while
bind time or runtime?
Answers were Sorted based on User's Feedback
How To move a value to an array using move verb?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is a scope terminator? Give examples.
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
What is normalisation?
If we use GO BACK instead of STOP RUN in cobol?
What is the difference between PIC 9.99 and 9v99?
what is the advantage of using redefines instead of delaring the variables ?
without performing any operations on a file how can i know whether it contains data or not
How to Pass table from a cobol program to another cobol program and how to use that table in called program
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.