CICS Interview Questions

Showing Questions 21 - 25 of 25 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page:
  •  

    CICS Debugging

    Is it possible to debug the CICS program without debugger? I know CEDF can execute CICS transactions but I am looking is there anything else that can use to debug the CICS program without debugger?

    Noah

    • Sep 7th, 2016

    Using CEDX with a transaction id will stop the program and allow you to step through it and view memory

    Zac

    • Apr 12th, 2016

    There are several tools like IBM debugger and CA InterTest which can be used to test CICS programs

  •  

    SOC7 Abend

    How can u resolve soc7 abend? how do you know the cause for soc7 abend? how do you findout. where soc7 abend occurs?

    SUPRIYA

    • Sep 7th, 2017

    Soc7 abend occurs due to invalid or nonnumeric data entered in numeric field.

    Guru

    • Feb 27th, 2016

    SOC7 abend typically happens due to data type mismatch such as numeric data in an alpha field. Way to fix is to validate the data before the move and move it to the appropriate data type variable.

  •  

    CICS S322 abend

    Why would a CICS region abend on a S322. It happened twice in 2 days in different CICS subsystems. Any view out there

    supriya

    • Sep 7th, 2017

    S322 is a timeout abend. If CPU requires a more time than that for particular job specified.

    Noah

    • Sep 7th, 2016

    Your regions ran for the amount of time allotted for their job class. Most sites have a job class specifically used for CICS regions or long running jobs in general. You should check if there is a job...

  •  

    What is the batch job and online job?

    Explain the difference between batch and online job

    Star Read Best Answer

    Editorial / Best Answer

    steffieweffie1  

    • Member Since Nov-2008 | Nov 8th, 2008


    A batch job is a stand alone job (no human interaction) that is kicked off by a utility job(usaually at night) ?and runs data in bulk streams, such as updating?1 million rows to a database nightly, online job is real time, such as a user?updating their address via? an interface screen and it being applied?to the database as soon as they have confirmed it.

    supriya

    • Sep 7th, 2017

    Batch job is a normal job where no human interference is done, but in online job human interference is required. For ex bank transaction, it needs the input or replay should be given by user.

    Magno

    • Aug 24th, 2016

    It is possible to execute a CICS program from a job batch where the batch program must be compiled with EXCI parameter. In this case the batch program is able to perform a command level CALL, then a existing CICS program is invoked, after executed, the control returns to batch program.

Showing Questions 21 - 25 of 25 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page: