Search found 8 matches

by mehdi_shri
Sat Dec 06, 2014 9:44 pm
Forum: COBOL
Topic: How to link edit CEEOUPT whit program.
Replies: 0
Views: 2094

How to link edit CEEOUPT whit program.

Dear friends I have a dificult problem to understanding how to use lanquage envirounment run time option in a CICS COBOL program. I try and reading manuals of IBM but not subject cleared for me. I want only to know How I can Link-edit a CEEUOPT whit my program. First I Assemble and link edit the CEE...
by mehdi_shri
Sun Oct 26, 2014 7:39 pm
Forum: CICS
Topic: How to rereive content of a memerory address?
Replies: 0
Views: 4895

How to rereive content of a memerory address?

Dear friend I used this command: EXEC CICS INQUIRE TASK LIST LISTSIZE(ws-da-myvar1) DISPATCHABLE RUNNING SUSPENDED SET(ws-ptr-ref-mayvar1) SETTRANSID(ws-ptr-ref-myvar2) END-EXEC. I want to obtain and display the number of task doeing by tranaction ACCT right now. How I can re...
by mehdi_shri
Tue Oct 14, 2014 3:58 pm
Forum: CICS
Topic: Main difference between STAT and CEMN transaction facilities
Replies: 0
Views: 4180

Main difference between STAT and CEMN transaction facilities

Dear friends In my studies about CICS system programming I was facing to subject: CICS Statistics and CICS Monitoring But I cant understand major deferrence between them about their abilities. Both if them seems to be doenig same activity. (My target is to produce a CICS program to showing CICS reso...
by mehdi_shri
Tue Oct 14, 2014 3:55 pm
Forum: CICS
Topic: How to CICS resources monitoring online?
Replies: 0
Views: 4107

How to CICS resources monitoring online?

Dear friends. I want to use CICS system programming to inquire about resources and show the resault in the maps on an CICS terminal. For example I want to know how many terminal are autoinstalled and using now and/or how many times a program is used. I intend to collect these information(perodicaly)...
by mehdi_shri
Sun Apr 21, 2013 9:28 pm
Forum: CICS
Topic: Entering transaction by JCL to CICS.
Replies: 1
Views: 3574

Entering transaction by JCL to CICS.

Dear friends. If I type string " ACCT 020 10009 130420094500 " on my CICS 3270 terminal the trancation ACCT will be done and an account( which type is 020 ) will be opened for customer number = 10009 . This transaction registered in our transaction database (IMSDB) whit timestamp= 130420094500 My CI...
by mehdi_shri
Wed Feb 13, 2013 8:46 pm
Forum: TSO, CLIST & REXX
Topic: Extract size,date & time of compiled program.
Replies: 1
Views: 3028

Extract size,date & time of compiled program.

Dear friends As we know we can see date and time of comlpiled program in load module(by brows it from ISPF). I want to witre a REXX program that extract thas parameters and put those (date and time) to a dataset as new data. Also I want to put the size of a load module to a dataset. My load module p...
by mehdi_shri
Sun Jun 10, 2012 9:38 pm
Forum: JCL
Topic: How to use CICS commands by a JCL?
Replies: 2
Views: 4434

How to use CICS commands by a JCL?

Dear friends
Is ther a way or any utility so I can do "CEDA DEF" and "CEDA INST" my programs and transaction by a JCL?
How I can use CICS commands by a JCL.(foDEFining much programs or CEMT SET PROG(xxxxxxxx) NEW these).
by mehdi_shri
Sat Jun 09, 2012 2:57 pm
Forum: TSO, CLIST & REXX
Topic: Changing strings in members by a batch job
Replies: 2
Views: 4522

Changing strings in members by a batch job

Hi freinds I want to change an string in a series of JCL's. For example change "DSN=IMS.PRJ01.OLP01" to "DUMMY" Cause of many JCL's must be have "DUMMY" instead of "DSN=IMS.PRJ01.OLP01", it's difficult and time consuming to do this changes one by ony in JCL source. Is there a utility to do this by a...