Author |
Message |
Topic: Job Name |
sanat
Replies: 3
Views: 3011
|
Forum: Job Control Language(JCL) Posted: Thu May 15, 2003 8:38 am Subject: Job Name |
In a JCL, we specify the Jobname which is mandatory. Why it is so, when the system uses unique JOBID to identify a Job? Is there any specific why it is not optional? |
Topic: Static Calls |
sanat
Replies: 6
Views: 5681
|
Forum: Application Programming Posted: Thu May 15, 2003 8:33 am Subject: Static Calls |
When I look at the manuals regaring Dynamic calls, I get lot of advantages of using Dynamic calls. Can someone tell me what are the sadvantages of using Static calls? Which situation specifically requ ... |
Topic: CICS DB2 Program technique |
sanat
Replies: 2
Views: 2101
|
Forum: Database Posted: Thu May 08, 2003 8:59 am Subject: CICS DB2 Program technique |
Hi,
I have to write a CICS programto browse a table. Since I will be using Pseudoconversation technique, when the RETURN TRANSID is issued, the program will close the cursor. In between fi I have opt ... |
Topic: Row-level locking |
sanat
Replies: 1
Views: 1622
|
Forum: Database Posted: Thu May 08, 2003 8:45 am Subject: Row-level locking |
How to achieve Row-level locking in DB2 ?
Has any one used rwo-level locking ? If yes, can you give us some examples.
(It was an interview question) |
Topic: DD Overrides in nested PROCs |
sanat
Replies: 7
Views: 14063
|
Forum: Job Control Language(JCL) Posted: Sat Mar 15, 2003 10:16 am Subject: DD Overrides in nested PROCs |
Hi,
I feel that is possible. You just have to specify the STEPNAME.DDNAME as told by Kolusu. If there is a case, Jcl A calls Proc B, Proc B calls Proc C, (assuming proc C has something like this,
/ ... |
Topic: Dummy Vs Empty Files |
sanat
Replies: 5
Views: 7233
|
Forum: Job Control Language(JCL) Posted: Fri Mar 14, 2003 12:20 pm Subject: Dummy Vs Empty Files |
Hi,
I have a supplementary question to the above one. Is there any difference between using DUMMY file (DD DUMMY) and NULLFILE (DD DSN=NULLFILE).
This was an interview question. I refd. some JCL b ... |
Topic: Compiler Options (AMODE, RMODE, DATA, RENT) |
sanat
Replies: 9
Views: 15840
|
Forum: Application Programming Posted: Wed Mar 12, 2003 8:56 am Subject: Compiler Options (AMODE, RMODE, DATA, RENT) |
Need some more info on the compiler options. I went thru the manuals, but have the following doubts.
Q1) The manual says RMODE decides where the program should reside when loaded into memory (below ... |
Topic: Read file bottom to Top |
sanat
Replies: 6
Views: 3968
|
Forum: CICS and Middleware Posted: Thu Mar 06, 2003 5:13 am Subject: Read file bottom to Top |
Hi Kolusu and Manas,
Thanks for the answers.
This was an interview ques.
Sanat. |
Topic: Read file bottom to Top |
sanat
Replies: 6
Views: 3968
|
Forum: CICS and Middleware Posted: Mon Mar 03, 2003 2:09 am Subject: Read file bottom to Top |
Hi,
I want to browse the file from bottom to top. But how do I set the file pointer to the last record of the file?
Sanat. |
Topic: multi user facility |
sanat
Replies: 2
Views: 3510
|
Forum: CICS and Middleware Posted: Mon Feb 17, 2003 9:45 am Subject: multi user facility |
Kolusu,
In fact it was an interview question. I was asked in comparison to Client -Server environment how the CICS handles millions of concurrent users and successfully handles hundreds thosand trans ... |
Topic: multi user facility |
sanat
Replies: 2
Views: 3510
|
Forum: CICS and Middleware Posted: Sat Feb 15, 2003 7:34 am Subject: multi user facility |
How CICS allow hundreds of thousands users concurrently ? How CICS allow multiple transactions to run concurrently without any major problems
where as in a Clien/Server environment no. of user access ... |
|