Author |
Message |
Topic: File closing in cobol |
rajkumarfit
Replies: 7
Views: 4704
|
Forum: Application Programming Posted: Thu Jun 22, 2006 4:33 am Subject: File closing in cobol |
hi Thanks for ur quick reply,
Actually i do not want that 4 recs to be added in the out file. i just want the old 5 recs in the out file if there is an abend. But in ur output after the Execution t ... |
Topic: File closing in cobol |
rajkumarfit
Replies: 7
Views: 4704
|
Forum: Application Programming Posted: Thu Jun 22, 2006 1:01 am Subject: File closing in cobol |
Hi,
i have a doubt like, i have a file opened in extended mode and i am writing some records into that file using a program. in case of an abend while the execution the file is closed automatically ... |
Topic: NO of cursors in a pgm |
rajkumarfit
Replies: 5
Views: 2474
|
Forum: Database Posted: Wed Apr 05, 2006 4:20 am Subject: NO of cursors in a pgm |
hi Kolusu
thanks for ur reply. but i want to know the No: of Cursors can be opened simultaneously in a pgm. |
Topic: NO of cursors in a pgm |
rajkumarfit
Replies: 5
Views: 2474
|
Forum: Database Posted: Tue Apr 04, 2006 9:53 am Subject: NO of cursors in a pgm |
Hi all
Is there any limit for number of cursors to be opened in DB2?
Rajkumar |
Topic: Invoke JHS via rexx with input |
rajkumarfit
Replies: 1
Views: 1714
|
Forum: TSO and ISPF Posted: Thu Mar 23, 2006 10:33 am Subject: Invoke JHS via rexx with input |
Hi
i have a situation like i am using rexx to go to JHS screen and from there i have to give a particular job name as input to the screen and go to the next screen..how to give input to jhs screen ... |
Topic: Expand Copybook |
rajkumarfit
Replies: 9
Views: 12486
|
Forum: Application Programming Posted: Wed Mar 22, 2006 10:00 am Subject: Expand Copybook |
hi
may be u should try with
parse var currLine with . "INCLUDE" incname . this
instead of
parse var currLine with . " INCLUDE " incname .
Rajkumar |
Topic: Finding a sorted file |
rajkumarfit
Replies: 2
Views: 1585
|
Forum: Application Programming Posted: Wed Mar 22, 2006 9:42 am Subject: Finding a sorted file |
HI
Can anyone tell me is there a way to check whether a file is sorted or not, so that i can use binary search directly in Cobol..
Rajkumar |
Topic: What is ADF |
rajkumarfit
Replies: 1
Views: 1306
|
Forum: Application Programming Posted: Wed Jan 11, 2006 4:50 am Subject: What is ADF |
hi
i am very new to ADF ( Application Development Facility). Can anyone tell me what it is? what it's advantage over cobol? and tell me where can i get some information abt it, possibly a pdf or so ... |
|