Describe the cobol database components?
No Answer is Posted For this Question
Be the First to Post Answer
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
why 02 level number can't be use as a separate level number like 01 or 77 ?
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
What should be the sorting order for SEARCH ALL?
Name the divisions, which are available in a cobol program?
how will you define vsam file in select clause?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
How does IDMS insure data integrity?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
can we display comp-3 variables. if we want to display what we have to do . give me one example