IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Supervisor and I/O Macros manual?


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Sep 05, 2007 4:38 pm
Reply with quote

I just spent 30 minutes searching IBM sites for what I used to know as (IIRC) the Supervisor and I/O Macros manual...you know, OPEN, CLOSE, SAVE, RETURN, PDUMP..... and the closest I could find was one for VSE - which ain't gonna help me here...... icon_confused.gif

Any pointers?

BTW, on the other forum, I would have posted this in "Stupid Questions".... icon_wink.gif
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Sep 06, 2007 2:21 am
Reply with quote

I believe it should be one of these books.

O.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Sep 06, 2007 2:56 am
Reply with quote

William Thompson wrote:
Searched text for PDUMP and got:
No search hits found for: PDUMP
Where the heck is the manual????
Back in my VSE days, I had a "real" manual, how come I can't find the dang thing now????? icon_cry.gif
Oops, yea, I agree with what he said.... icon_redface.gif
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Sep 12, 2007 5:26 pm
Reply with quote

Hi !

Have a look at "Principals of Operations" !!!

Regards, UmeySan
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Sep 12, 2007 6:55 pm
Reply with quote

UmeySan wrote:
Have a look at "Principals of Operations" !!!
Good for instructions, bad for macros.... icon_cry.gif
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Sep 12, 2007 7:24 pm
Reply with quote

Hi ! Also, if you could find them:

VSE/ESA Systems Macros User Guide
VSE/ESA System Macro Reference
And other Sub System ManualsPOWER, VSAM, etc.

And btw, i used PDUMP during VSE-Times, 30 years ago. Under MVS or Z/OS use the SNAP macro.

Regards, UmeySan
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Sep 12, 2007 8:11 pm
Reply with quote

UmeySan wrote:
Under MVS or Z/OS use the SNAP macro.
OK, you win....grin....Where is the "SNAP" macro defined/documented?
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Sep 13, 2007 3:33 pm
Reply with quote

Hi CICS Guy !

Here's a little documentation.

You could take a so called SNAP Dump. Therfore first you have to code a special DCB in the programm.

Programm:
SNDCB DCB DSORG=PS,RECFM=VBA,BLKSIZE=882,
MACRF=(W),LRECL=125,DDNAME=SNDUMP

Then in the programm at the point of your desire, you can take a storage, register, field or whatever dump via snap macro.

mvc
mvc
SNAP DCB=SNDCB,STORAGE=(FIELD_A1,FIELD_A9)
mvc
mvc

Complete SNAP command:

SNAP DCB=SnapDcbName
ID=IdNumer
PDATA=(Field,Field...)
STORAGE=(Beginn,End)
LIST=Adress

Please look at Ass-Bookmanager for further details.

Regards, UmeySan
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Sep 13, 2007 8:19 pm
Reply with quote

Hello,

Try here
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA1V120/COVER?SHELF=IEA1BK27&DT=19990701095127
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Sep 13, 2007 8:50 pm
Reply with quote

Thanks, that answered half....Any idea where the SAVE/RETURN macros might be hidding?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Sep 13, 2007 9:29 pm
Reply with quote

Quote:
Thanks, that answered half....Any idea where the SAVE/RETURN macros might be hidding?

Try
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA1A730/CCONTENTS?SHELF=IEA1BK37&DN=GC28-1910-09&DT=20000119222225
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Sep 13, 2007 9:52 pm
Reply with quote

YES!! Thanks, I must of been thinking too much VSE when I was searching....Do you know how many manuals come up looking for SAVE and RETURN........Lots......
Back to top
View user's profile Send private message
ganasrinivasan

New User


Joined: 06 Nov 2006
Posts: 27
Location: Montreal

PostPosted: Sun Sep 16, 2007 7:09 am
Reply with quote

Hi,
If u r looking at assembler macros. you can try DFSMS Macro Instructions for Data Sets manual.
Title: z/OS V1R3.0 DFSMS Macro Instructions for Data Sets
Document Number: SC26-7408-01
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Mainframe ASSEMBLER LEARNING MANUAL w... PL/I & Assembler 2
This topic is locked: you cannot edit posts or make replies. Excel VBA integration with AS400 Macr... All Other Mainframe Topics 1
No new posts ISRE771 error while invoking macros CLIST & REXX 5
No new posts Query on CICS startup manual CICS 2
This topic is locked: you cannot edit posts or make replies. MEMOAPIX - Searching for a Reference ... All Other Mainframe Topics 13
Search our Forums:

Back to Top