TSO/ISPF :: RE: reorder screeNS using SWAP LIST?
Author: enrico-sorichetti Subject: Reply to: reorder screeNS using SWAP LIST? Posted: Thu Sep 01, 2016 6:19 pm (GMT 5.5) given the number of problems You are facing with Your current ISPF environment I...
View ArticleTSO/ISPF :: RE: reorder screeNS using SWAP LIST?
Author: Robert Sample Posted: Thu Sep 01, 2016 6:28 pm (GMT 5.5) Since you have control over the screens, why don't you just close screen 1 and screen 3 to leave JCL as screen 1 and PROCLIB as screen...
View ArticleCOBOL Programming :: Wildcard logic in COBOL
Author: dudenithy Subject: Wildcard logic in COBOL Posted: Thu Sep 01, 2016 7:36 pm (GMT 5.5) Hello all, I would like to know is there any efficient way of matching a value against a Parameter with...
View ArticleCOBOL Programming :: RE: Wildcard logic in COBOL
Author: enrico-sorichetti Subject: Reply to: Wildcard logic in COBOL Posted: Thu Sep 01, 2016 9:16 pm (GMT 5.5) the logic is the logic, DOES NOT DEPEND on the programming language here is a sample in...
View ArticleCICS :: RE: Problem with GETMAIN command
Author: Rohit Umarjikar Posted: Thu Sep 01, 2016 9:50 pm (GMT 5.5)Quote:This is being done around 160 times, however after around 145th occurrence, this stops working. Because of what? Talk to CICS...
View ArticleCICS :: 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 Article