Search:

Type: Posts; User: kckinney; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Thread: mainframe

    by kckinney
    Answers
    3
    Views
    11,859

    Re: mainframe

    To piggyback on sarav's answer, you can bind plans or packages. Rebind a package when you need a specific program updated.
    Rebinding a package can also be used. And when only one module is change,...
  2. Re: How do I 'unpack' and view a .FILE vsam file

    I'm not sure what a .FILE is.

    For a vanilla VSAM file, use IDCAMS to do a PRINT DUMP on the DSN.
  3. Re: Search for a string of characters in a specific position

    Write a prog to pull in the parm via a linkage section.
    Define an input record to segregate that field.
    Step through the file comparing the field to the linkage parm.
  4. Re: COBOL - insert a '0' at the second last place in the account field

    Define the account number as an 01 level, with sublevels having the first 11 bytes and the last byte.
    Def another 01 level with the same 11 bytes, a X1 VALUE '0', and the last byte.
    Move the first...
  5. Answers
    1
    Views
    10,844

    Re: How to resolve -927 abend

    Simple, you didn't specify which DB2 system you wanted to go to.
    DB2 V9.1 - Codes - SQLCODE -927

    The solution depends on how the stored procedure is being called. Provide that info and I can...
  6. Re: Difference between normally dividing fields and with redefines

    In the first example, you are forced to hardcode both vars.

    In the second, you can use the one var to represent both vars.

    In such a small example, there's little benefit. But when you work...
  7. Thread: Catalog Error

    by kckinney
    Answers
    1
    Views
    6,394

    Re: Catalog Error

    Whoa!! That is a massively vague question, requiring a lot of assumptions.

    I assume you're getting the cat error while running JCL. I assume you're getting the most common cat error under DFSMS;...
  8. Re: Increase a decimal number storing in hexadecimal

    The answer is 'yes.'

    How you do it depends on the language you're asking about. You didn't specify that.

    The common languages are assembler, clist, rexx, c, shell scripting or COBOL. I'm...
  9. Answers
    1
    Views
    12,096

    Re: Merging L-PARs to share mippage

    If I understand your question, you want to merge unrelated workloads on physically disparate CEC's.

    Personally, I'd call this a migration.
    Assuming both CEC's are on the same OS & CICS release,...
  10. Answers
    1
    Views
    7,230

    Re: Value of string at runtime

    Simple. Use the "DISPLAY" verb.
  11. Answers
    2
    Views
    6,118

    Re: Execute 20th Step directly

    "Time stamp mismatch" in what? SMF, IDMS, DB2?
  12. Answers
    2
    Views
    6,118

    Re: Execute 20th Step directly

    You would get more responses if you insert each question into a different thread.

    You can update a PDS control block by opening the PDS as BSAM with a keylen of 8.
    Walk through the member blocks...
  13. Answers
    2
    Views
    15,055

    Re: Submit batch jobs in Mainframe

    Wow, to answer your question, it would probably take a thesis. I was in a program that took about a year to teach what you want to know.

    A batch job begins after you submit it to the internal...
  14. Answers
    1
    Views
    14,533

    Re: Right justify alphanumeric variable

    Sure! It's as easy as pie.

    Right Adjust and Zero Fill with Erase to End of Field Feature
  15. Answers
    1
    Views
    7,163

    Re: Sorting on date

    Absolutely. It's data just like anything else. You will have 3 sort fields; Y,M,D.

    Are you asking because you need to reformat the date while sorting?
  16. Answers
    3
    Views
    9,686

    Re: Pass the values to the PGM

    Whether you use parm or DD data is a factor of data size and reuse.

    Small variables not accessed anywhere else can be put in a parm.

    If you have to process a lot of data or the info has to be...
  17. Answers
    1
    Views
    6,116

    Re: User defined procedures

    Instream procs are a proc defined in the jcl with PROC/PEND statements. These are used when you want to repeat a single step many times with minor variations.

    Catalog/include procs are more...
  18. Answers
    1
    Views
    6,274

    Re: Read or write from a mainframe file

    I'm not sure where you're getting your info, but a 11meg mainframe file is NOT large.

    The last time I checked, the max was 4gb and that was quite some time ago.

    If you need to download it to a...
  19. Thread: Jcl

    by kckinney
    Answers
    1
    Views
    6,248

    Re: Jcl

    There are two ways. First, merge all the jcl into a single member.
    Second, you can use INCLUDE members from a JCLLIB. This is along the same lines as a proc, but since you controld the JCLLIB, you...
  20. Answers
    1
    Views
    2,663

    Re: Make 1 record out of 5

    I'm not aware of any IBM util that will do this. You could code up an assembler program or if you have it, SAS or any of the other 3rd party products.
  21. Answers
    1
    Views
    2,634

    Re: accepting input

    That's a pretty vague question. There's always CICS which was made to do exactly that.

    If you're in TSO, you can quickly and easily code a REXX or CLIST that calls your program and passes info...
  22. Thread: COBOL Editors

    by kckinney
    Answers
    1
    Views
    3,054

    Re: COBOL Editors

    SPF/PC or SourceEdit are pretty good analogs of TSO.

    There's also the C/S version of TSO where you edit on your PC and it's stored on the mainframe.
  23. Answers
    1
    Views
    3,962

    Re: What are high values in cobol????

    Are you working with a VB dataset and storing hivals in the RDW? This could be unwise.

    What sort of dataset are you working with? What's the format of the hival field? Bin or dec?
  24. Answers
    1
    Views
    5,904

    Re: Certification on DB2 and CICS

    No there is none. This is because their basic operations are so different.
    CICS is meant to process data quickly and reliably.
    DB2 is meant to retreive/store data quickly and reliably.
  25. Answers
    1
    Views
    2,485

    Re: Regarding PS file

    I'm sorry to answer this, but "It depends."

    You could use PD data, but that requires 5 bytes. I would recommend storing it in binary format
Results 1 to 25 of 86
Page 1 of 4 1 2 3 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact