|
|
| Author |
Message |
khandelwal
New User
Joined: 13 May 2008 Posts: 5 Location: mumbai
|
|
|
|
Hi ,
i am having this abend and error in my jcl :
A user logic error occurred. Neither FILE STATUS nor a 119
declarative was specified for file 'QURYFILE' in program
'LCI20DPQ' at relative location X'1C68'. The I-O status code
was '47'.
ABEND CODE=U1020
plz help me how to solve this abend........ |
|
| Back to top |
|
 |
References
|
Posted: Mon May 26, 2008 2:54 pm Post subject: Re: How to solve u1020 abend |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2537 Location: italy
|
|
|
|
| what does io status code 47 mean ?? |
|
| Back to top |
|
 |
khandelwal
New User
Joined: 13 May 2008 Posts: 5 Location: mumbai
|
|
|
|
| same thing not able to understand.......... |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2537 Location: italy
|
|
|
|
if You do not want to look at the manuals...
search the net for "cobol file status 47" |
|
| Back to top |
|
 |
DARAPRADEEP
New User
Joined: 13 Apr 2005 Posts: 6
|
|
|
|
Hi,
The file status 47 means : -
The execution of a READ or START statement was attempted on a file not open in the input or I-O mode. |
|
| Back to top |
|
 |
jasorn
Active User
Joined: 12 Jul 2006 Posts: 109
|
|
|
|
Darapradeep,
If you're like me you'll want to print the list of the status keys and keep it handy. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7335 Location: 221 B Baker St
|
|
|
|
Hello again jasorn,
Why address the suggestion to Darapradeep? Khandelwal is the one looking for status code info. . .
We should pay attention to what we post - not just flail away. . . |
|
| Back to top |
|
 |
|
|