Quantcast
Browsing all 8500 articles
Browse latest View live

Mainframe Interview Questions :: RE: How to run a job from COBOL

Author: Robert Sample Posted: Mon Feb 20, 2017 6:28 pm (GMT 5.5) supreethi.srid, you replied to a topic TEN AND A HALF YEARS OLD! And your question really has nothing to do with the original topic. You...

View Article


Mainframe Interview Questions :: RE: How to run a job from COBOL

Author: Bill Woodger Subject: Reply to: How to run a job from COBOL Posted: Mon Feb 20, 2017 10:36 pm (GMT 5.5) Please start a completely new question, and be exactly clear about what you are trying to...

View Article


TSO/ISPF :: Execute TSO ACF commands from COBOL-IMS online

Author: supreethi.srid Subject: Execute TSO ACF commands from COBOL-IMS online Posted: Tue Feb 21, 2017 5:19 pm (GMT 5.5) I am trying to execute a TSO ACF command from COBOL for resetting expired...

View Article

TSO/ISPF :: ISPF - How to come out of ISPF Panel

Author: parasmalik20 Subject: ISPF - How to come out of ISPF Panel Posted: Tue Feb 21, 2017 7:44 pm (GMT 5.5) Hi All, I have a requirement wherein my REXX is calling a panel1 and by entering a desired...

View Article

Image may be NSFW.
Clik here to view.

TSO/ISPF :: RE: ISPF - How to come out of ISPF Panel

Author: prino Posted: Tue Feb 21, 2017 10:50 pm (GMT 5.5)Code:=X_________________Robert AH Prins robert.ah.prins @ the.17+Gb.Google thingyAt last, a tiny bit of programming here...

View Article


TSO/ISPF :: RE: ISPF - How to come out of ISPF Panel

Author: parasmalik20 Subject: ISPF - How to come out of ISPF Panel Posted: Tue Feb 21, 2017 11:36 pm (GMT 5.5) =X doesn't work through REXX. Please let me know how can we specify =x, when ISPF is...

View Article

Image may be NSFW.
Clik here to view.

TSO/ISPF :: RE: ISPF - How to come out of ISPF Panel

Author: enrico-sorichetti Subject: Reply to: ISPF - How to come out of ISPF Panel Posted: Wed Feb 22, 2017 1:32 am (GMT 5.5)Quote:=X doesn't work through REXX. bullshit ISPF sets the proper return code...

View Article

All Other Mainframe Topics :: Need help in building a logic

Author: Benchwarmer Subject: Need help in building a logic Posted: Wed Feb 22, 2017 2:49 am (GMT 5.5) I am working on a logic which is to assign a unique ID for records matched using a date and flag...

View Article


All Other Mainframe Topics :: RE: Need help in building a logic

Author: Robert Sample Posted: Wed Feb 22, 2017 3:05 am (GMT 5.5)Quote:Based on the sequence and matching logic record 1 is not matching with any previous record and assigned a unique value 009, when...

View Article


All Other Mainframe Topics :: RE: Need help in building a logic

Author: Benchwarmer Posted: Wed Feb 22, 2017 3:41 am (GMT 5.5)Quote:According to your 3 rules, yes record 2 matches both -- so why do you think it should only match record 8? The ultimate goal of...

View Article

All Other Mainframe Topics :: RE: Need help in building a logic

Author: Bill Woodger Subject: Reply to: Need help in building a logic Posted: Wed Feb 22, 2017 4:22 am (GMT 5.5) Make the conditions mutually exclusive, you can only get (at most) a match on one...

View Article

DFSORT/ICETOOL :: Match records -

Author: scdinesh Subject: Match records - Posted: Wed Feb 22, 2017 5:02 am (GMT 5.5) Hi, I've 2 input files and after executing below Joinkeys to get 3 output files. used below sort for...

View Article

DFSORT/ICETOOL :: RE: Match records -

Author: John Del Posted: Wed Feb 22, 2017 6:08 am (GMT 5.5) Why do you expect to get only the records from input file 1 with your key definition? All records that have the same key will be matched....

View Article


DFSORT/ICETOOL :: To Merge mutliple records into a single record

Author: anandgbe Subject: To Merge mutliple records into a single record Posted: Wed Feb 22, 2017 8:49 am (GMT 5.5) I have some 1000 records in below format. A1 Date1 Value1 A2 Date1 Value2 A3 Date1...

View Article

DFSORT/ICETOOL :: RE: Match records -

Author: scdinesh Posted: Wed Feb 22, 2017 11:37 am (GMT 5.5) Thanks for the response John: In my case i've used input file2: as reference file. I need to build the logic upon file1(core file). is there...

View Article


DFSORT/ICETOOL :: RE: Match records -

Author: Bill Woodger Subject: Reply to: Match records - Posted: Wed Feb 22, 2017 11:39 am (GMT 5.5)Code:OUTFIL FNAMES=SORTOF2,                  INCLUDE=(1001,1,CH,EQ,C'B'),...

View Article

DFSORT/ICETOOL :: Inserting records based on conditions

Author: vickey_dw Subject: Inserting records based on conditions Posted: Wed Feb 22, 2017 1:33 pm (GMT 5.5) Hi All My input data set 1 exampleCode:AAA BBB CCC DDD Input data set 2Code:1234 4567...

View Article


DFSORT/ICETOOL :: RE: Inserting records based on conditions

Author: Nic Clouston Posted: Wed Feb 22, 2017 2:28 pm (GMT 5.5) You can easily use the code tags - either hand-craft them or use the full editor and the facilities that it provides. I do not understand...

View Article

DFSORT/ICETOOL :: RE: Inserting records based on conditions

Author: Bill Woodger Subject: Reply to: Inserting records based on conditions Posted: Wed Feb 22, 2017 2:30 pm (GMT 5.5) Why would you be unable to use the code tags? There has to be some condition...

View Article

DFSORT/ICETOOL :: RE: To Merge mutliple records into a single record

Author: Nic Clouston Posted: Wed Feb 22, 2017 2:35 pm (GMT 5.5)Quote:using JCL or REXX so why post in the DFSort forum? DFSort is neither JCL or Rexx. JCL cannot do what you want as it only tells the...

View Article
Browsing all 8500 articles
Browse latest View live