CLIST & REXX :: RE: how to find clist's or view library
Author: Robert Sample Posted: Tue Jun 28, 2016 6:44 pm (GMT 5.5) What you are calling an environment is either an LPAR on a machine, or a totally separate machine. And nobody on this forum works for...
View ArticleCLIST & REXX :: RE: how to find clist's or view library
Author: Andrew Hsia Posted: Tue Jun 28, 2016 6:54 pm (GMT 5.5) I was hoping there was a canned thing like list that would work for finding all the clists on a lpar/machine. based on your post, I take...
View ArticleAll Other Mainframe Topics :: RE: How to find jobs that are in schedule...
Author: anilkumar922 Subject: Reply to: How to find jobs that are in schedule greater than 2 days Posted: Tue Jun 28, 2016 7:16 pm (GMT 5.5) Thanks for your replies. could you please suggest for below...
View ArticleCLIST & REXX :: RE: how to find clist's or view library
Author: Robert Sample Posted: Tue Jun 28, 2016 7:39 pm (GMT 5.5)Quote:IF they didn't lock it down, is there some built in that might work to list these items?Most sites have a set of fairly standard...
View ArticleAll Other Mainframe Topics :: RE: How to find jobs that are in schedule...
Author: Robert Sample Posted: Tue Jun 28, 2016 7:42 pm (GMT 5.5) You need to read the product documentation and find out what your choices for date formats are. The dates could be stored as binary...
View ArticleCLIST & REXX :: RE: how to find clist's or view library
Author: Andrew Hsia Posted: Tue Jun 28, 2016 8:44 pm (GMT 5.5) Thanks. I am working on getting access to ispf so that helps once I can see in vs the app interface. Thanks for the other tip. I will...
View ArticleCOBOL Programming :: RE: Unstring list of values into an array.
Author: Rohit Umarjikar Posted: Tue Jun 28, 2016 9:53 pm (GMT 5.5) 1.Write a logic to change to ';' between the cities aloneCode: Name1#Name2#Y#N#City1;City2;City3;City4;City5; 2. Unstring step1 rec...
View ArticleCOBOL Programming :: Need information on COBOL MOVE CORRESPONDING
Author: subratarec Subject: Need information on COBOL MOVE CORRESPONDING Posted: Tue Jun 28, 2016 10:38 pm (GMT 5.5) Hi, I have one query related COBOL MOVE CORRESPONDING stmt. I mostly work with PL1...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: Terry Heinze Posted: Tue Jun 28, 2016 11:35 pm (GMT 5.5) Are your 01 levels defined in the FILE SECTION or WORKING STORAGE SECTION? If the former, any FILLER areas are probably being replaced...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: subratarec Posted: Wed Jun 29, 2016 12:00 am (GMT 5.5) Hi Terry, Thanks for your reply. Yes both (for INPUT and OUTPUT) are defined under File Section. Ok let me check and try. Actually before...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: Robert Sample Posted: Wed Jun 29, 2016 12:09 am (GMT 5.5) Something doesn't make sense here. From the Enterprise COBOL V6.1 Programming Guide manual on page 33:Quote:(Filler items in a...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: Robert Sample Posted: Wed Jun 29, 2016 12:11 am (GMT 5.5) Just to make sure you understand, the FD 01 is a BUFFER and as such, it will be cleared each time a record is written. So if you do...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: Terry Heinze Posted: Wed Jun 29, 2016 12:34 am (GMT 5.5) My test:Code:000023 FD OUTPUT-FILE 000024 BLOCK CONTAINS 0 RECORDS 000025 RECORD CONTAINS 80...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: Rohit Umarjikar Posted: Wed Jun 29, 2016 2:24 am (GMT 5.5) You can try with reference modification and append ',' after each 5 byte item till end of input field. If you don't get this worked...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Ayyappa1 Posted: Wed Jun 29, 2016 11:59 am (GMT 5.5) DAILPROC has a different logic. It copies the file to different GDG's based on content available in it. So Sorting and verifying will not...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: polamsreddy Subject: File Comparison Posted: Wed Jun 29, 2016 12:30 pm (GMT 5.5) Hi Suganya, Could you please post the code you tried for comparison. Thanks, PSReddy_________________PSREDDY
View ArticleCA Products :: Endevor error C1UU999E during cast
Author: Musab Ahmed Subject: Endevor error C1UU999E during cast Posted: Wed Jun 29, 2016 12:41 pm (GMT 5.5) Hello All, I am getting the following error while trying to cast a package in endevor in...
View ArticleCA Products :: RE: Endevor error C1UU999E during cast
Author: Musab Ahmed Subject: SCL used Posted: Wed Jun 29, 2016 12:42 pm (GMT 5.5) The following is the SCL used SET STOPRC 9. SET OPTIONS OVERRIDE SIGNOUT WIT HIS IGN PROC GROUP STD. TRANSFER ELEMENT...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Nic Clouston Posted: Wed Jun 29, 2016 3:29 pm (GMT 5.5) Do a LISTC of the daily generations and interpret it to create the JCL required to do the comaprisons and...
View ArticleCA Products :: RE: Endevor error C1UU999E during cast
Author: Nic Clouston Posted: Wed Jun 29, 2016 3:39 pm (GMT 5.5) Why not speak to the Endevor support for your implementation? If that group is 'PASS' then your error message tells you to do...
View Article