Here's CEE3DMP in C if that helps:

    _CHAR80 dumpTitle = "blah blah blah";   // do not exceed 60 characters per 
z/OS V1R10.0 Language Environment Programming Reference
    _CHAR255 dumpOptions = "BLOCKS,REGSTOR(256),FNAME(CZADIAG),NOENTRY";
    _FEEDBACK fc;

    CEE3DMP(dumpTitle, dumpOptions, &fc);

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Janet Graff
Sent: Monday, February 23, 2015 3:29 PM
To: [email protected]
Subject: CEE3SRP/CEEMRCE example in LE C?

The LE Programming Guide has examples of using CEE3SRP and CEEMRCE in Cobol and 
PL/I.  I have mine coded in C.  Does anyone have a sample of calling for a 
resume in C that I can compare my attempt to?  I've got something funky about 
my addressing.  The proper token address is passed to the abend handler and the 
token points to my structure but my structure elements aren't formatted 
properly in the abend handler.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to