CICS :: GETMAIN/FREEMAIN query
Author: Suja.Sai Subject: GETMAIN/FREEMAIN query Posted: Tue Jan 31, 2017 12:01 pm (GMT 5.5) Hi, If we use Getmain to get the memory space of maximum length of the output response array container (say...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: Bill Woodger Subject: Reply to: GETMAIN/FREEMAIN query Posted: Tue Jan 31, 2017 2:47 pm (GMT 5.5) What did you understand, or require clarification of, from the documentation?
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: UmeySan Posted: Tue Jan 31, 2017 3:36 pm (GMT 5.5) @ Suja.Sai With the GETMAIN instruction you obtain a contiguous block of virtual storage. So you requests a certain amount of storage space....
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: prino Subject: Re: Reply to: GETMAIN/FREEMAIN query Posted: Tue Jan 31, 2017 3:40 pm (GMT 5.5)Bill Woodger wrote:What did you understand, That 89+10 = 100... Sheesh..._________________Robert AH...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: dneufarth Posted: Tue Jan 31, 2017 8:06 pm (GMT 5.5) Thank you Robert. I'm still laughing. Made my day get off to a great start._________________Dave I came here to give you these facts. It is...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: Suja.Sai Subject: Reply to: GETMAIN/FREEMAIN query Posted: Tue Jan 31, 2017 8:24 pm (GMT 5.5) Sorry, that was a typo. Thanks a lot Umeysen for the clarification.
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: steve-myers Posted: Tue Jan 31, 2017 10:05 pm (GMT 5.5)UmeySan wrote:STORAGE OBTAIN/RELEASE -> uses PC(Program Call) GETMAIN/FREEMAIN -> uses SVC It was said that a PC instruction would...
View ArticleDB2 :: Can DFSPARM override SORTKEYS parameter in DB2 Load
Author: ashek15 Subject: Can DFSPARM override SORTKEYS parameter in DB2 Load Posted: Tue Jan 31, 2017 11:36 pm (GMT 5.5) Dear All Can DFSPARM in JCL override SORTKEYS parameter in DB2 Load statement?...
View ArticleDB2 :: RE: Can DFSPARM override SORTKEYS parameter in DB2 Load
Author: Bill Woodger Subject: Reply to: Can DFSPARM override SORTKEYS parameter in DB2 Load Posted: Wed Feb 01, 2017 1:21 am (GMT 5.5) Are you asking because you want it to? Or because you don't want...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: steve-myers Posted: Wed Feb 01, 2017 1:32 am (GMT 5.5) Arguably this is not a suitable discussion in a CICS forum, since one should not use GETMAIN/FREEMAIN in CICS - at least not directly. I...
View ArticleDB2 :: RE: Can DFSPARM override SORTKEYS parameter in DB2 Load
Author: ashek15 Subject: Reply to: Can DFSPARM override SORTKEYS parameter in DB2 Load Posted: Wed Feb 01, 2017 1:35 am (GMT 5.5) I could not found any documentation on this, so just wanted to know if...
View ArticlePL/I & Assembler :: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE RELEASE
Author: steve-myers Subject: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE RELEASE Posted: Wed Feb 01, 2017 1:45 am (GMT 5.5) Over in the CICS forum that mentions the use of the GETMAIN and...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: Robert Sample Subject: Reply to: GETMAIN/FREEMAIN query Posted: Wed Feb 01, 2017 1:45 am (GMT 5.5) As a reminder, GETMAIN and FREEMAIN are part of the CICS API and don't really have anything to...
View ArticleAll Other Mainframe Topics :: RE: How to Capture the Max return code of the...
Author: nartcr Subject: Re: How to Capture the Max return code of the Job through zeke Posted: Wed Feb 01, 2017 3:27 am (GMT 5.5)anilkumar922 wrote:Hi All, I want to know how we can capture the Max...
View ArticleAll Other Mainframe Topics :: RE: How to Capture the Max return code of the...
Author: anilkumar922 Subject: Reply to: How to Capture the Max return code of the Job through zeke Posted: Wed Feb 01, 2017 10:58 am (GMT 5.5) Thanks
View ArticleJCL & VSAM :: Submit job from Cobol with input data
Author: abdulrafi Subject: Submit job from Cobol with input data Posted: Wed Feb 01, 2017 12:41 pm (GMT 5.5) Hi, I do have a requirement to submit a job from Cobol module several times based on the...
View ArticleJCL & VSAM :: RE: Submit job from Cobol with input data
Author: Nic Clouston Posted: Wed Feb 01, 2017 3:31 pm (GMT 5.5) Why is this posted in the JCL & VSAM section of the forum and not the COBOL section? Will your input data set (not file) always have...
View ArticleJCL & VSAM :: RE: Submit job from Cobol with input data
Author: abdulrafi Posted: Wed Feb 01, 2017 3:47 pm (GMT 5.5) Sorry that I posted it here. My input data can have even more than 5 records._________________Thanks, Abdul Rafi
View ArticleCOBOL Programming :: RE: Submit job from Cobol with input data
Author: enrico-sorichetti Subject: Reply to: Submit job from Cobol with input data Posted: Wed Feb 01, 2017 4:14 pm (GMT 5.5)Quote:My input data can have even more than 5 records. You will have to do a...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: UmeySan Posted: Wed Feb 01, 2017 5:01 pm (GMT 5.5) @ Robert Your right sir, for CICS i also remenber a GETMAIN64/FREEMAIN64 command for use in non LE. Never used them. @ Robert Thats only what...
View Article