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 |
How to use the same COBOL program in Batch and CICS on lines? explain with an example
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
What is 88 level used for ?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
How are the next sentence and continue different from each other?
is this below syntax correct? CALL 'subprg' using A,B Please help
what will happen if i give program name and member name as different? program runs successful or w'll abend?
What rules are to be followed while using the corresponding options?