Author |
Message |
Topic: Sort card needed for the below query |
vikramdr
Replies: 7
Views: 3009
|
Forum: Utilities Posted: Fri Jun 08, 2007 2:01 am Subject: Sort card needed for the below query |
Input for case 2 is also the input to case1. |
Topic: Sort card needed for the below query |
vikramdr
Replies: 7
Views: 3009
|
Forum: Utilities Posted: Thu Jun 07, 2007 10:52 pm Subject: Sort card needed for the below query |
Hi,
I have a flat file which looks likes the below.
Accnt# Service Option Qty
1234 001 001 1
1234 001 002 2
2345 001 001 1
3456 001 ... |
Topic: Which needs a PCT entry in CICS |
vikramdr
Replies: 1
Views: 1330
|
Forum: CICS and Middleware Posted: Mon Dec 11, 2006 12:16 pm Subject: Which needs a PCT entry in CICS |
Hi,
Does XCTL and LINKed program requires an entry in PCT?
Thanks and regards |
Topic: Few DB2 questions for which answers required |
vikramdr
Replies: 1
Views: 1298
|
Forum: Database Posted: Sat Dec 09, 2006 2:31 pm Subject: Few DB2 questions for which answers required |
1. SQL Syntax errors are checked in which stage
a) Precompile
b) Bind
c) Both stages
d) Depends on the DB2 installation
My guess is it is done only in Precompile. But I am not sure if it is don ... |
Topic: How SYNC verb in cobol work. |
vikramdr
Replies: 2
Views: 3166
|
Forum: Application Programming Posted: Sat Dec 09, 2006 2:27 pm Subject: How SYNC verb in cobol work. |
Hi,
Can some one explain me how SYNC verb in cobol work. Also please explain what will be length of following group variable.
01 WS-Rec.
05 WS-FLD1 PIC X(3).
05 WS-FLD2 PIX S9(4& ... |
Topic: How to see the physical database name for a online database? |
vikramdr
Replies: 0
Views: 1324
|
Forum: IMS Posted: Sun Dec 05, 2004 5:52 am Subject: How to see the physical database name for a online database? |
Hi,
I am learning IMS newely. In my project, before I run any batch job, I usually stop the DBs by giving DBR command.
Eg : /DBR DB TLFDBNA
The physical dataset name for TLFDBNA is FMTF.R00.T ... |
Topic: DB2 Certification -514 |
vikramdr
Replies: 1
Views: 2064
|
Forum: Database Posted: Thu Jul 29, 2004 2:31 am Subject: DB2 Certification -514 |
Hi,
Hi I am planning to give DB2 Certification exam(514- DB2 Application programming). Please suggest me the books which I can use for the preparaion.
Thanks and regards,
Vikram. |
Topic: DB2 Fundamental Certification |
vikramdr
Replies: 1
Views: 1333
|
Forum: Database Posted: Mon May 31, 2004 8:15 am Subject: DB2 Fundamental Certification |
Hi,
I am planning for DB2 fundamental certification. It would be a great help for me if some one can suggest some good material and where can I see model question papers.
Also, is there an ... |
Topic: Writing to a file in PLI |
vikramdr
Replies: 1
Views: 1859
|
Forum: Application Programming Posted: Wed May 07, 2003 10:16 am Subject: Writing to a file in PLI |
Hi,
I have to write a PLI program which writes records to a sequential file. The DD name in JCL is REPORT1.
So the declaration in PLI program is
DCL REPORT1 FILE OUTPUT STREAM
and the st ... |
Topic: Invoking a REXX program from JCL |
vikramdr
Replies: 39
Views: 39604
|
Forum: TSO and ISPF Posted: Tue May 06, 2003 8:08 am Subject: Invoking a REXX program from JCL |
Hi,
U can call a rexx exec from the following JCL also,
//STEP001 EXEC ISPBATCH
//SYSEXEC DD DSN=ABCD.REXX,DISP=SHR <--- WHERE THE REXX CODE IS
//SYSTSIN ... |
Topic: Creating a New Member via REXX |
vikramdr
Replies: 17
Views: 23021
|
Forum: TSO and ISPF Posted: Thu Mar 06, 2003 1:37 am Subject: Creating a New Member via REXX |
Hi,
U can create a member in a PDS using rexx. Following is the command..
"ALLOC F(LVERR) DA('"abcd.abcd(mem)"') SHR REUSE"
"EXECIO * DISKW LVERR(STEM MSG_FILE_STEM. FINIS"
The first li ... |
Topic: XMIT |
vikramdr
Replies: 0
Views: 2261
|
Forum: TSO and ISPF Posted: Tue Mar 04, 2003 6:57 am Subject: XMIT |
Hi,
I am using XMIT to send mails from REXX code. Its sending each mail thrice, but in the log of xmit there is only one entry for each mail. Can anyone let me know whats the reason....
the c ... |
Topic: Sending a mail with attachment using XMIT |
vikramdr
Replies: 37
Views: 44452
|
Forum: Other Technical Topics Posted: Sun Feb 16, 2003 10:42 am Subject: Sending a mail with attachment using XMIT |
Hi.
I have to send a mail from MVS to PC as mail. I am sending a member of a PDS which has LRECL > 80 using DSNAME of xmit. I am receving the member of PDS as an attachment in the mail. This if ... |
Topic: Appending Elements to a Stem Variable |
vikramdr
Replies: 14
Views: 7897
|
Forum: TSO and ISPF Posted: Sun Feb 16, 2003 1:18 am Subject: Appending Elements to a Stem Variable |
Hi....
You can do that using commands....
/* put the contents of the stems to be appended to a stacks.... */
"pipe stem a. |stack fifo"
"pipe stem b. |stack fifo"
/*now give the stem name ... |
Topic: Validation of a date in Rexx |
vikramdr
Replies: 3
Views: 6713
|
Forum: TSO and ISPF Posted: Sat Feb 15, 2003 6:43 am Subject: Validation of a date in Rexx |
Hi,
I am learning rexx. I would like to know can v validate a string for proper date. I know date() will give the system date.
Ex: chk4date = 20020012 /*yyyymmdd*/
Since mm is 00, its not a ... |
|