Author |
Message |
Topic: Regarding select * in embeded SQL |
drajasekharreddy
Replies: 3
Views: 1774
|
Forum: Database Posted: Thu Jul 15, 2004 4:08 am Subject: Regarding select * in embeded SQL |
Hi.
can i use SELECT * statement in embded SQl. like in cobol can i use this stetemnet. if yes can any one give me the syntax.
exec sql
select * into ......
end-exec.
what host varible ... |
Topic: Regarding writing duplicate Records to output file |
drajasekharreddy
Replies: 4
Views: 3977
|
Forum: Job Control Language(JCL) Posted: Wed Jun 23, 2004 12:03 am Subject: Regarding writing duplicate Records to output file |
Hi,
I have one query. that is i have two input files and i want to write common records from two input files into out file using JCL.i know how to eliminate duplicate records, thru sort utility usi ... |
Topic: Regarding COMP variable |
drajasekharreddy
Replies: 1
Views: 1417
|
Forum: Application Programming Posted: Mon Jun 21, 2004 6:12 am Subject: Regarding COMP variable |
Hi,
my question is s9(9) comp will occupy 4 bytes. and S9(10) comp will occupy 8 bytes. this everybody knows. but my doubt is why s9(9) comp is taking 4 bytes where as s9(10) comp is taking 8 bytes ... |
Topic: file reading |
drajasekharreddy
Replies: 5
Views: 2316
|
Forum: Application Programming Posted: Mon May 31, 2004 6:34 am Subject: file reading |
Hi,
there is one sequential file having 100 records. for reading this file thru cobol program it is taking 5 minits. after 10 years same file and same progarm for reading it is taking more than 5 ... |
Topic: Regarding insert |
drajasekharreddy
Replies: 1
Views: 1244
|
Forum: Database Posted: Mon May 31, 2004 6:11 am Subject: Regarding insert |
Hi,
if i insert data into a DB-2 table. internally it will store the data in LDS data set formate. suppose i am inserting data into table1, is there any way to find out the name of the LDS data set ... |
Topic: Regarding file structure |
drajasekharreddy
Replies: 1
Views: 985
|
Forum: Application Programming Posted: Mon May 31, 2004 2:23 am Subject: Regarding file structure |
Hi,
can i have more than one file stucture for a file in my cobol program.
Bye
Raja |
Topic: Regarding calls |
drajasekharreddy
Replies: 10
Views: 12001
|
Forum: Application Programming Posted: Mon May 31, 2004 2:21 am Subject: regarding calls |
Hi,
i am using cobol program , in that i neeed to find out whcih call it is using to call a subrotuine. without seeing loadmodule and compilere options.
Bye |
Topic: regarding vsam files |
drajasekharreddy
Replies: 2
Views: 1014
|
Forum: Job Control Language(JCL) Posted: Mon May 31, 2004 1:05 am Subject: regarding vsam files |
Hi,
How can we say that wether the program is using VSAM r NON-VSAM file by looking into JCL.
Bye
Raja |
Topic: Regarding calls |
drajasekharreddy
Replies: 10
Views: 12001
|
Forum: Application Programming Posted: Mon May 31, 2004 1:02 am Subject: Regarding calls |
Hi,
How can we say that wether the main program is calling a subroutine .
eithere statically r dynamicllay. without seeing loadmodule and compiler options.
Bye
Raja |
Topic: regarding Group by Clause |
drajasekharreddy
Replies: 1
Views: 1163
|
Forum: Database Posted: Thu May 27, 2004 7:07 am Subject: regarding Group by Clause |
Hi,
if i use where, Group by, having, order by clauses in my select query what is the order it will execute. like whether it is order by or group by etc. could u plz tell me the order how it iwll e ... |
Topic: Difference Between DFsort and SYNC sort |
drajasekharreddy
Replies: 4
Views: 6197
|
Forum: Job Control Language(JCL) Posted: Mon May 24, 2004 12:36 am Subject: Difference Between DFsort and SYNC sort |
Hi,
can u plz explain me the differance between SYNC sort and DFsort.
bye.
Raja |
Topic: Regarding Vsam files |
drajasekharreddy
Replies: 4
Views: 3066
|
Forum: Application Programming Posted: Sun May 23, 2004 11:58 pm Subject: Regarding Vsam files |
Hi,
1) How can i decide wether i have to use KSDS r ESDS files in my program.
2) if i defined file contol section with access mod e is Random can i access the file sequnetially. if it is not p ... |
Topic: regarding procs |
drajasekharreddy
Replies: 1
Views: 1422
|
Forum: Job Control Language(JCL) Posted: Mon May 17, 2004 4:20 am Subject: regarding procs |
Hi ,
we all know that we can not pass instream data thru procs.if we want
pass we have to pass thru overriding parameters or tru control card.
could u please tell me the reason. why w ... |
Topic: regarding cobol |
drajasekharreddy
Replies: 2
Views: 1417
|
Forum: Application Programming Posted: Thu Apr 22, 2004 12:57 am Subject: regarding cobol |
Hi,
How can i identify by looking into cobol program wether it is using VSAM files or NON-VSAM files?
How can i identify wether the subroutine is calling dynamically or statically?
In a cobol ... |
Topic: Logical and Physical update |
drajasekharreddy
Replies: 3
Views: 2153
|
Forum: Database Posted: Thu Apr 22, 2004 12:42 am Subject: Logical and Physical update |
Thanx for ur reply,
but if i insert a row into the view which was created without primary key, praimary key will be not null, so what will be inserted into that cloumn. if i insert thru view even ... |
|