Pascal SIMON wrote:
Hello,

I am beginner in the COBOL ISPF programmation.
I am intenting to read all members of one given PDS.

I met severe error (RC=20) when I intent to call the ISPLINK with LMINIT parameter (as ISPF-SERVICE )
chunk of code:

CALL 'ISPLINK' USING ISPF-SERVICE ISPF-DATA-ID ISPF-PROJECT ISPF-GROUP1 ISPF-GROUP2 ISPF-GROUP3 ISPF-GROUP4 ISPF-TYPE ISPF-DSNAME ISPF-DDNAME ISPF-SERIAL ISPF-PSWD-VALUE ISPF-ENQ-VAR ISPF-ORG-VAR DISPLAY 'LMINIT=' RETURN-CODE
May somebody help me?

In particular, what is the meaning of ISPF-DATA-ID field?

Thanks in advance
P. SIMON

Of course, we can't really tell the problem until we
see how you've defined and intialized all the arguments.

ISPF-DATA-ID is intended to be a variable where the
resulting dataid will be placed.

You need ...

<ad>
"Developing Dialog Manager Applications in z/OS"
5 days; covers all the issues regarding panel
desing, application logic, callable services,
and so on.

The labs are designed to be run using REXX or
CLIST, because that is the quick way to test
things. But we do discuss how to invoke the ISPF
services from compiled languages, including
samples in Assembler, COBOL, PL/I, and C.

Details at:
http://www.trainersfriend.com/TSO_Clist_REXX_Dialog_Mgr/a810descrpt.htm

</ad>



--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to