Answer Posted / jagan
A small correction . This error will occur when load module
is not present in the specified load library mentioned in
the jcl.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the cobol coding sheets?
What is the difference between Call and a Link?
Name some of the examples of COBOl 11?
Difference between array and sub-script ?
What is the difference between Global and External Variables?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the various section in data division and briefly explain them.
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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
In COBOL programming, what is PERFORM? What is VARYING?
Describe the cobol database components?
What is length is cobol?
State the various causes of s0c1, s0c5 and s0c7.
Why occurs cannot be used in 01 level in COBOL?
What is the compute verb? How is it used?