Search found 10 matches

by kapil agarwal
Wed Mar 25, 2009 12:08 pm
Forum: INTERVIEW QUESTIONS
Topic: How to check that who is holding the dataset
Replies: 4
Views: 13379

How to check that who is holding the dataset

Hi,

I have a question.
I have a jcl which need a dataset and that dataset is holding by any other running job or user. how can i know that which job or user holding that data set.

Thanks
by kapil agarwal
Sat Mar 21, 2009 11:13 pm
Forum: JCL
Topic: How to test a empty file through JCL
Replies: 2
Views: 12469

How to test a empty file through JCL

Hi,

How to check a file through JCl that its empty or not?
by kapil agarwal
Sat Mar 21, 2009 10:52 pm
Forum: JCL
Topic: Inserting a Delimiter
Replies: 19
Views: 32877

Hi

I think you can acheive this by writing a simple cobol program and this is not possible to do by jcl.
by kapil agarwal
Thu Mar 19, 2009 3:50 pm
Forum: CICS
Topic: CICS RECEIVE Command
Replies: 1
Views: 4552

CICS RECEIVE Command

What will happen if we use two RECEIVE command in a row in the program.
program will not compile or will abend on run time?
by kapil agarwal
Thu Mar 19, 2009 3:45 pm
Forum: CICS
Topic: CICS transaction id
Replies: 1
Views: 4208

CICS transaction id

What willl happen if we transfer to transaction which is disable.

1. No authorization condition will be raised.
2.default program will run.
3.program will abend with AEIO abend.
4.program will wait untill prrogram is re-enabled.
5.PGMIDERR condition will be raised
by kapil agarwal
Thu Mar 19, 2009 3:12 pm
Forum: CICS
Topic: CICS Send map command
Replies: 1
Views: 4924

CICS Send map command

IF we have below code in the program

EXEC CICS SEND MAP(MAP1)
MAPSET(MAPSET1)
DATA ONLY
END-EXEC.

and screen having different map2 then what will happen?

Program will abend
program will override the values on map2
map fila will occour.
by kapil agarwal
Wed Mar 18, 2009 4:47 pm
Forum: JOB VACANCIES
Topic: Immediate opening for Telon Professionals.
Replies: 1
Views: 4587

Hi,

Could you please give me you mail id to send my resume for the main frame opening.

Thanks
Kapil
by kapil agarwal
Wed Mar 18, 2009 4:41 pm
Forum: OTHER SUBJECTS
Topic: documents on zeke scheduler
Replies: 1
Views: 5934

documents on zeke scheduler

Hi,

Can any one provide me learning documents of zeke scheduler in mainframe.

Thanks in advance

Kapil agarwal
by kapil agarwal
Fri Mar 06, 2009 1:13 pm
Forum: CICS
Topic: In cics what is new copy.please give me a example.
Replies: 4
Views: 30261

Hi,

In CICS new copy command is issued to load a new copy of load module of a program in the CICS region. the command is to issue a new copy is

CEMT SET PROG(prog name) NEWC
by kapil agarwal
Fri Mar 06, 2009 11:55 am
Forum: CICS
Topic: CICS question pseudo-conversational
Replies: 1
Views: 3837

CICS question pseudo-conversational

Hi,

Can any one please tell me that by looking a CICS program how can we say that its a coversational or pseudo-conversational program.

Thanks in advance
Kapil