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
how do you reference the esds vsam file formats from cobol programs
Which is not true about evaluate statement
) How do u handle errors in BMS macro?
Describe the cobol database components?
HOw can I get the negative sign while deduct high value from low value
what happens if parmparameter passes zero bytes to the program
Explain the configuration section of a cobol program with examples of syntax.
Which division and paragraphs are mandatory for a COBOL program?
Write a program to enter and display the names of students in a class using the occurs clause.
In COBOL programming, what is PERFORM? What is VARYING?
How you can characterize tables in cobol?
What is the use of intialize verb?
What is cobol?
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.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks