hi, can you ppl tell me, how to check whether the rewrite
we gave for the ksds file is successful or not in the
program.? i gave rewrite, the rewrite code is executing and
maxcc=0 but updation doenot happen in the file?
Answer / lu
In cobol batch program for KSDS,ESDS ,every time you write
or rewrite or delete,READ..you HAVE to check FILE-STATUS ...
Test FILE-STATUS !! Don't use INVALID KEY !!!
in CICS, you check EIBRESP....
| Is This Answer Correct ? | 9 Yes | 0 No |
What is IMPACT analysis?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
01 b pic +9(4) How many bytes it will take for storage???
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
A s9(4). B v9(4) value 0.21 can i move this?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
What is the meaning of 'TALLING' verb in cobol?
What should be the sorting order for SEARCH ALL?
What are the different data types in cobol?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?