COBOL Programming :: creating a physical sequential file in mainframes
Author: Shaheen Shaik Subject: creating a physical sequential file in mainframes Posted: Wed Jun 29, 2016 3:46 pm (GMT 5.5) Can any one help me with allocating a PS file in mainframes? I got an error...
View ArticleCOBOL Programming :: RE: creating a physical sequential file in mainframes
Author: Robert Sample Posted: Wed Jun 29, 2016 4:01 pm (GMT 5.5) What DSN type did you use? In fact, why did you not post the JCL you used? Or did you not use JCL?_________________TANSTAAFL The first...
View ArticleCOBOL Programming :: RE: creating a physical sequential file in mainframes
Author: Shaheen Shaik Posted: Wed Jun 29, 2016 4:13 pm (GMT 5.5) I have not used the Jcl . I followed th basic path for allocating a ps file. And when allocating it I got Invalid DSN type...
View ArticleCOBOL Programming :: RE: creating a physical sequential file in mainframes
Author: steve-myers Posted: Wed Jun 29, 2016 5:05 pm (GMT 5.5)The only"file" in z/OS is the data on magnetic tape between the beginning of tape and a "file mark," or between two "file marks." Period....
View ArticleJCL & VSAM :: RE: creating a physical sequential file in mainframes
Author: Robert Sample Posted: Wed Jun 29, 2016 6:19 pm (GMT 5.5) Mainframe sites tend to customize a lot of the system to meet their requirements. It is possible that your invalid DSN type message came...
View ArticleCOBOL Programming :: RE: Unstring list of values into an array.
Author: Roshnii Posted: Wed Jun 29, 2016 7:07 pm (GMT 5.5) Hi All, Thanks for the suggestions. I used reference modification to get the values to an array as suggested by Robert as UNSTRING does not...
View ArticleJCL & VSAM :: RE: creating a physical sequential file in mainframes
Author: RahulG31 Subject: Reply to: creating a physical sequential file in mainframes Posted: Wed Jun 29, 2016 7:53 pm (GMT 5.5) I believe you are going through ISPF 3.2 option to 'A'llocate a data set...
View ArticleJCL & VSAM :: RE: creating a physical sequential file in mainframes
Author: enrico-sorichetti Subject: Reply to: creating a physical sequential file in mainframes Posted: Wed Jun 29, 2016 8:34 pm (GMT 5.5) why not ask Your colleagues to find out the standards used in...
View ArticleCOBOL Programming :: RE: Unstring list of values into an array.
Author: Rohit Umarjikar Posted: Wed Jun 29, 2016 9:44 pm (GMT 5.5) Did you test? How do you get all the cities into single WS-CUST-STRING, if I understand correctly?_________________Regards, Rohit...
View ArticleJCL & VSAM :: RE: creating a physical sequential file in mainframes
Author: Rohit Umarjikar Posted: Wed Jun 29, 2016 9:52 pm (GMT 5.5) This is a very basic stuff and you will have to explore more on Beginner's forum. I am sure TS has done something like this which He...
View ArticleCompuware & Other Tools :: Using Field names in FILEAID Batch COPY function
Author: Atul Banke Subject: Using Field names in FILEAID Batch COPY function Posted: Wed Jun 29, 2016 9:54 pm (GMT 5.5) Hi, Can we use field names in FILEAID batch JCL in COPY function instead of...
View ArticleCompuware & Other Tools :: RE: Using Field names in FILEAID Batch COPY function
Author: Rohit Umarjikar Posted: Wed Jun 29, 2016 10:11 pm (GMT 5.5) I am not sure of FILEAID but guess you can not create a report with more than 132 bytes but certainly you can do with SORT but you...
View ArticleCA Products :: RE: Endevor error C1UU999E during cast
Author: Rohit Umarjikar Posted: Wed Jun 29, 2016 10:18 pm (GMT 5.5) Check the code and if you don't find yourself the cause then follow Nic's advice._________________Regards, Rohit Umarjikar"Some...
View ArticleCompuware & Other Tools :: RE: Using Field names in FILEAID Batch COPY function
Author: Robert Sample Posted: Wed Jun 29, 2016 11:35 pm (GMT 5.5) Have you read the manual to see what is possible with batch File Aid?_________________TANSTAAFL The first rule of code reuse is that...
View ArticleCICS :: RE: CICS SOCKET shared between two transactions
Author: Rohit Umarjikar Posted: Thu Jun 30, 2016 1:53 am (GMT 5.5) Welcome!! Please consult site support for such issues but looks like you are one amongst them. check this and...
View ArticleCICS :: RE: CICS SOCKET shared between two transactions
Author: Robert Sample Posted: Thu Jun 30, 2016 2:17 am (GMT 5.5) Have you looked at Connecting CICS with TCP/IP or Red Paper 4906, mentioned in the Share presentation? You will almost certainly have to...
View ArticleDFSORT/ICETOOL :: INCLUDE condition questions
Author: van bui Subject: INCLUDE condition questions Posted: Thu Jun 30, 2016 9:52 am (GMT 5.5) I have a fix length sequential file, some record contains double quotes " char. The double quotes char...
View ArticleCICS :: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: krish2309 Subject: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS) Posted: Thu Jun 30, 2016 9:55 am (GMT 5.5) Dear All, Can anyone help to advise any CICS command to calculate Abstime using...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Ayyappa1 Posted: Thu Jun 30, 2016 10:02 am (GMT 5.5)Nic Clouston wrote:Do a LISTC of the daily generations and interpret it to create the JCL required to do the comaprisons and reporting. well....
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: Bill Woodger Subject: Reply to: Need information on COBOL MOVE CORRESPONDING Posted: Thu Jun 30, 2016 10:18 am (GMT 5.5) Simplest is to have the record-structure in WORKING-STORAGE. Next is to...
View Article