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 |
What is the problem of ordered sequential files access?
What is an index for tables?
what is sysncpoint?
What is IMPACT analysis?
What are the pertinent COBOL
Can we use goto statement in inline_perform ?
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)
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
Why IBM?
wht do u mean by (*,intrdr) wht is * used for ?
What is the difference between perform … with test after and perform … with test before?
where did you see the information regarding abend codes in jcl?