What is report-item in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
How do you get the data to code the BMS macro?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
why we are using picture clause in the cobol programs?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is file status 39 ?
How are the next sentence and continue different from each other?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
how many divisions are there in cobol
Hai friends why we need to read a file before re-write a record?
What are the steps you go through while creating a COBOL program executable?
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)
how do you reference the fixed unblock file formats from cobol programs