can any one help -s806
Answers were Sorted based on User's Feedback
Answer / sandeep negi
This error occurs when loadmodule is not mentioned in JCL
while executing job.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / yogesh
when Load module is not found in the libraray in JCL, this
abend will occours
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nagendrareddy
when program Load module is not found in the load libraray
in JCL, this
abend will occours
| Is This Answer Correct ? | 0 Yes | 0 No |
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
How many bytes do a s9 (7) comp-3 field occupy?
how you will define variables length in cobol.
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
What is SDSF?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
What is the difference between index and subscript?
S9(5)V9(2) occupies how many bytes memory ?
what is Pic 9v99 Indicates?
How many maximum number of procedures can we write in one COBOL program?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?