plz,could any one tell me? what about EBCDIC in cobol?briefly?
Answer / adithya
it is extended binary coded decimal interchangble code
we can use numeric and non-numeric data
for 1 digit it wil occupy 1 byte
| Is This Answer Correct ? | 4 Yes | 0 No |
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
What divisions, sections and paragraphs are mandatory for a COBOL program?
What is the LINKAGE SECTION used in COBOL?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
what will happen if pass values more than 100 using PARM parameter?
A s9(4). B v9(4) value 0.21 can i move this?
How to read the last 100 records from a COBOL file. The file contains N number of records.
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
Can we call a CICS program from a batch program or viceversa?If so, how?
Why IBM?