Hello,
I need to generate a report in assembler programe to retrive the VSAM file information such as CI spilt, CA Split and number of records. similar to the information that can be acheived by LISTCAT ENT(/) ALL command. But i am not sure how IDACAMS can be called in Assembler programe to acheive it ???
Please can any one help me by providing a sample code or reference book to acheive this
Assembler program to retrive IDCAMS LISTCAT entries for VSAM
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Assembler program to retrive IDCAMS LISTCAT entries for VSAM
IBM will do it for You....
SYS1.SAMPLIB(IGGCSI**)
SYS1.SAMPLIB(IGGCSI**)
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Posts: 4
- Joined: Mon Aug 31, 2009 7:58 am
- Skillset: Mainframe Assembler Language,
VSAM - Referer: By internet google
Re: Assembler program to retrive IDCAMS LISTCAT entries for VSAM
Thanks so very much "enrico-sorichetti"
-
- Posts: 4
- Joined: Mon Aug 31, 2009 7:58 am
- Skillset: Mainframe Assembler Language,
VSAM - Referer: By internet google
Re: Assembler program to retrive IDCAMS LISTCAT entries for VSAM
Hello enrico,
I tried executing IGGCSI** Programme but it is not providing formation iam interested on.
Currently for my situation i need to code a assembler program which accept a list of vsam cluster name as input and it needs to generate the output report stated below,
Cluster name, keylength, CI-split, CA-split, Record lenth, Record size, CIsize, freebuffer.
i have read some IBM manuals which is stating it can be acheived by using SHOWCAT macro with out coding ACB inside the program which is optional,
But i am still fighting with how to build the parameter list and call SHOWCAT macro in assembler program,
Please advice if any good examples or manuals, which explains how to call them in assembler programme.
Thanks
I tried executing IGGCSI** Programme but it is not providing formation iam interested on.
Currently for my situation i need to code a assembler program which accept a list of vsam cluster name as input and it needs to generate the output report stated below,
Cluster name, keylength, CI-split, CA-split, Record lenth, Record size, CIsize, freebuffer.
i have read some IBM manuals which is stating it can be acheived by using SHOWCAT macro with out coding ACB inside the program which is optional,
But i am still fighting with how to build the parameter list and call SHOWCAT macro in assembler program,
Please advice if any good examples or manuals, which explains how to call them in assembler programme.
Thanks
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Assembler program to retrive IDCAMS LISTCAT entries for VSAM
I mildly suggest that Your understanding of things is a bit wrong
what You get from a LISTCAT
You can get it from CSI ( Catalog Search Interface )
and the info You get from a SHOWCAT is just the same
( otherwise the name would be something else )
I pointed You to samples, not to code written for Your need,
taking that as a skeleton You will have to develop Your own code
read the docs and You will see that what You want to get is there
start from
http://publibz.boulder.ibm.com/cgi-bin/ ... 0608131553
and proceed to
http://publibz.boulder.ibm.com/cgi-bin/ ... 0608131553
what You get from a LISTCAT
You can get it from CSI ( Catalog Search Interface )
and the info You get from a SHOWCAT is just the same
( otherwise the name would be something else )
I pointed You to samples, not to code written for Your need,
taking that as a skeleton You will have to develop Your own code
read the docs and You will see that what You want to get is there
start from
http://publibz.boulder.ibm.com/cgi-bin/ ... 0608131553
and proceed to
http://publibz.boulder.ibm.com/cgi-bin/ ... 0608131553
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Assembler program accessing IMS DB Database
by gschhatwal1176 » Sat Aug 08, 2020 12:34 pm » in Assembler - 5
- 9194
-
by NicC
View the latest post
Sun Aug 09, 2020 2:53 am
-
-
-
how to decompress DB2 SMF records in assembler program
by chaat » Fri Feb 19, 2021 9:53 am » in Assembler - 3
- 3474
-
by willy jensen
View the latest post
Sun Feb 21, 2021 4:26 pm
-
-
-
PROTECT parm of ALLOCATE cmd of AMS (IDCAMS) failed
by futohomok » Wed Nov 27, 2024 9:53 pm » in VSAM/SMS - 7
- 2474
-
by futohomok
View the latest post
Mon Dec 02, 2024 4:33 pm
-
-
-
Calling Java program on UNIX/USS from a COBOL CICS program?
by zbius » Tue Nov 05, 2024 2:37 pm » in IBM Cobol - 2
- 2585
-
by zbius
View the latest post
Wed Nov 06, 2024 6:02 pm
-
-
- 2
- 1416
-
by Robert Sample
View the latest post
Fri Oct 22, 2021 9:41 pm