Answer Posted / khasim
Syntax error. Numeric will not allo 100. Max limit is 18.
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
What is a scope terminator give example?
how to access the file from prodution from changeman tool and to submit a file to production
How do we get current date from system with century in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is inspect in cobol ?
Whats the difference between search & search ALL?
What are declaratives and what are their uses in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
In COBOL programming, what is PERFORM? What is VARYING?
Give some examples of command terminators?
What is the LINKAGE SECTION used in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is the use of outrecord?