View previous topic :: View next topic |
Author |
Message |
ecbyahoo Beginner
Joined: 30 Mar 2022 Posts: 2 Topics: 1
|
Posted: Thu Mar 31, 2022 11:16 am Post subject: COBOL copybook ATRSCOB |
|
|
I found a reference to a COBOL copybook named ATRSCOB in an MVS Callable Services manual. Apparently you can use this copybook in making Resource Recovery Services calls (I think). For the life of me I can't find this anywhere on our mainframe even thought we have IBM COBOL installed. I did find the assembler macro in SYS1.MACLIB but ATRSCOB is nowhere to be found. If anyone knows which library this COBOL copybook lives I would appreciate the info!
High level language (HLL) definitions
The high level language (HLL) defnitions for the callable service are:
HLL Definition Description
ATRSASM 390 Assembler declarations
ATRSC C/390 declarations
ATRSCOB COBOL 390 declarations
ATRSPAS Pascal 390 declarations
ATRSPLI PL/I 390 declarations
https://www-40.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R3SA231377/$file/ieac100_v2r3.pdf |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Mar 31, 2022 4:59 pm Post subject: Re: COBOL copybook ATRSCOB |
|
|
ecbyahoo wrote: | For the life of me I can't find this anywhere on our mainframe even thought we have IBM COBOL installed. I did find the assembler macro in SYS1.MACLIB but ATRSCOB is nowhere to be found. If anyone knows which library this COBOL copybook lives I would appreciate the info! |
ecbyahoo,
Try looking in
_________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
ecbyahoo Beginner
Joined: 30 Mar 2022 Posts: 2 Topics: 1
|
Posted: Thu Mar 31, 2022 7:01 pm Post subject: |
|
|
There it is!!!!!!!! Woo hoo! Many many thanks!!! |
|
Back to top |
|
|
|
|