CICS :: RE: Problem with GETMAIN command
Author: amitc23 Subject: Reply to: Problem with GETMAIN command Posted: Thu Sep 01, 2016 10:04 pm (GMT 5.5) Thanks Rohit. Will talk to cics support tomorrow.
View ArticleCICS :: RE: Problem with GETMAIN command
Author: Robert Sample Posted: Thu Sep 01, 2016 10:32 pm (GMT 5.5) I echo the others in saying you do not provide nearly enough information -- when you tell us something isn't working, you need to tell...
View ArticleTSO/ISPF :: RE: reorder screeNS using SWAP LIST?
Author: Pedro Subject: Reply to: reorder screeNS using SWAP LIST? Posted: Thu Sep 01, 2016 11:05 pm (GMT 5.5) Newer levels of ISPF allow you to define a ZSTART variable in your profile. ZSTART is used...
View ArticleTSO/ISPF :: RE: I am unable to use SWAPBAR ON command on my ISPF.
Author: Pedro Subject: Reply to: I am unable to use SWAPBAR ON command on my ISPF. Posted: Thu Sep 01, 2016 11:18 pm (GMT 5.5)Quote: Is there any solution for it? It sounds like your site uses a...
View ArticleTSO/ISPF :: RE: reorder screeNS using SWAP LIST?
Author: John Del Posted: Fri Sep 02, 2016 12:56 am (GMT 5.5)Assuming that you are using an emulator, you can record a macro as you are entering the swaplist commands in the order that you want your...
View ArticleSYNCSORT :: HEADER1 error in JCL
Author: pshongal Subject: HEADER1 error in JCL Posted: Fri Sep 02, 2016 12:15 pm (GMT 5.5) I need a report in below formatCode: H|Feeder=abbb|Date=YYYYMMDD|SEQNO=1001 D|Detail records goes here...
View ArticleSYNCSORT :: RE: HEADER1 error in JCL
Author: PeterHolland Posted: Fri Sep 02, 2016 12:18 pm (GMT 5.5)Quote:33:'|SEQNO='), What is the comma doing there?
View ArticleSYNCSORT :: RE: HEADER1 error in JCL
Author: pshongal Posted: Fri Sep 02, 2016 12:24 pm (GMT 5.5) Hi Peter,Code: 33:'|SEQNO='), comma is required there at the end of header definition. If I remove it shows error in all the places of...
View ArticleSYNCSORT :: RE: HEADER1 error in JCL
Author: mistah kurtz Posted: Fri Sep 02, 2016 1:00 pm (GMT 5.5) DATE1 is not valid on HEADER1. I think you need to use DATENS=(4MD).
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: steve-myers Posted: Fri Sep 02, 2016 1:07 pm (GMT 5.5)Robert Sample wrote:... you get over 2 billion values before they start repeating. ...Not necessarily. RANDOM returns a floating point...
View ArticleSYNCSORT :: RE: HEADER1 error in JCL
Author: pshongal Posted: Fri Sep 02, 2016 1:13 pm (GMT 5.5) Hello mistah kurtz Thanks. It worked_________________Thanks, PS
View ArticleSYNCSORT :: Sequence number add in SORT
Author: pshongal Subject: Sequence number add in SORT Posted: Fri Sep 02, 2016 3:32 pm (GMT 5.5) I am using below code to increase sequence number every time job runs.Code: SORT FIELDS=COPY...
View ArticleSYNCSORT :: RE: Sequence number add in SORT
Author: enrico-sorichetti Subject: Reply to: Sequence number add in SORT Posted: Fri Sep 02, 2016 3:53 pm (GMT 5.5)Quote:What am I missing? the understanding of the ZD...
View ArticleSYNCSORT :: RE: Sequence number add in SORT
Author: pshongal Posted: Fri Sep 02, 2016 4:05 pm (GMT 5.5) Thanks Enrico. You are right. Changed as below and it worked.Code: TO=ZDF_________________Thanks, PS
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: Robert Sample Posted: Fri Sep 02, 2016 6:27 pm (GMT 5.5)Quote:If it returns a 32 bit number, which seems most likely, it has a 1 bit sign, a 7 bit exponent, and a 24 bit value. Don't worry...
View ArticleTSO/ISPF :: Increase the screen size after split
Author: mistah kurtz Subject: Increase the screen size after split Posted: Fri Sep 02, 2016 6:39 pm (GMT 5.5) When we press F2(SPLIT), we can see the two screens in the same window. Is there any...
View ArticleTSO/ISPF :: RE: Increase the screen size after split
Author: Robert Sample Posted: Fri Sep 02, 2016 7:10 pm (GMT 5.5) Use the arrow keys to move the cursor to where you want the split, then hit the F2 key again._________________TANSTAAFL The first rule...
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: steve-myers Posted: Fri Sep 02, 2016 7:40 pm (GMT 5.5) Unfortunately, I only have access to Enterprise COBOL for z/OS V4.2 Language Reference. The first sentence for RANDOM says, Quote:The...
View ArticleDB2 :: Masking Db2 data
Author: kishpra Subject: Masking Db2 data Posted: Fri Sep 02, 2016 9:23 pm (GMT 5.5) Hello Team, I am working on a requirement where I have an accountNo col in 3-5 Production DB2 tables. I need to...
View ArticleDB2 :: RE: Masking Db2 data
Author: enrico-sorichetti Subject: Reply to: Masking Db2 data Posted: Fri Sep 02, 2016 9:30 pm (GMT 5.5)Quote:consistent way for all the records and for all the tables where it is referenced to...
View Article