i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
Answer Posted / vasanth
Rama krishna,
The conventional program name suggested by you is already
configured in your system, it doesnot happen to all.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Differentiate between structured cobol programming and object-oriented cobol programming.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are declaratives and what are their uses in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do you differentiate between cobol and cobol-ii?
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
Difference between cobol and cobol-ii?
How do get the result of your program directly on your pc?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between binary search and sequential search?
Which is not true about evaluate statement
What are the various section in data division and briefly explain them.