× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Did you compile your CL with CRTBNDCL STGMDL(*TERASPACE)?

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Zvi Kave
Sent: Tuesday, April 19, 2005 12:55 AM
To: Midrange Systems Technical Discussion
Subject: Re: Calling Teraspace program from CL - in V5R3



I called a Teraspace model C program from CL program with parameter
and I got an error message (I am working in V5R3):

Space address is not a teraspace storage address 
Application error. MCH0609 unmonitored by ATDIRSCAN at statement *N,
instruction X'0000'. 
Function check. CEE9901 unmonitored by SCNAT at statement 0000000300,
instruction X'0000'. 

More details:

1. The CMD file is:

*************** Beginning of data *******************************
CMD PROMPT('Scan by AT') 
PARM KWD(OBJ) TYPE(*PNAME) LEN(256) MIN(1) + 
PROMPT('IFS Directory') 
****************** End of data **********************************

2. The CLP file is:
PGM (&OBJ) 
DCL &OBJ *CHAR 256 
CALL PGM(AT/ATDIRSCAN) PARM(&OBJ + 
'--verbose' ) 
ENDPGM 

3. The program AT/ATDIRSCAN is compiled as TERASPACE program.
If I call the program AT/ATDIRSCAN from command line it works perfect.
For instance:
CALL PGM(AT/ATDIRSCAN) PARM('/DTA' '--verbose') 

4. If I call the program by the CMD above, I get the prompt :

IFS Directory . . . . . . . . . 

When I type '/DTA' (+enter) , I get the error message:
CEE9901 received by procedure SCNAV. (C D I R) 

from the DSPJOBLOG I can see the following as above:

Space address is not a teraspace storage address 
Application error. MCH0609 unmonitored by ATDIRSCAN at statement *N,
instruction X'0000'. 
Function check. CEE9901 unmonitored by SCNAT at statement 0000000300,
instruction X'0000'. 

Waiting for help...

Regards,

Zvi










---------------------------------
Do you Yahoo!?
Plan great trips with Yahoo! Travel: Now over 17,000 guides!
-- 
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



                
---------------------------------
Do you Yahoo!?
 Make Yahoo! your home page   
-- 
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.