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 |
What is the difference between CALL BY VALUE and CALL BY CONTENT?
What is the mode in which you will OPEN a file for writing?
Discuss about changing dataset name in proc.
What are the rules of the move verb?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
When is a scope terminator mandatory?
If I want to increase the Limit in GDG. What should I do?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
What are the pertinent COBOL commands?