| Author |
Message |
Topic: call cobol program from a PL/1 |
harikiran2001
Replies: 3
Views: 3622
|
Forum: Application Programming Posted: Fri Jan 07, 2011 4:16 pm Subject: call cobol program from a PL/1 |
| Thanks a lot Kolusu..It worked...thanks... |
Topic: call cobol program from a PL/1 |
harikiran2001
Replies: 3
Views: 3622
|
Forum: Application Programming Posted: Fri Jan 07, 2011 2:48 pm Subject: call cobol program from a PL/1 |
HI I am new to PLi programming.
I am calling a cobol program from a PL/1 program.
PL/1 program:
MYPRG:PROCEDURE OPTIONS(MAIN);
DCL SAMPLE EXTERNAL ENTRY( ) OP ... |
Topic: Multithreaded in Batch... |
harikiran2001
Replies: 11
Views: 5359
|
Forum: Application Programming Posted: Thu Aug 12, 2010 2:21 pm Subject: Multithreaded in Batch... |
Well...I see my main module is prepared for the Multithreading...But i want to know if i can write the driver program in PL/1 to trigger the threads....
It would be great, If i could get one exma ... |
Topic: Multithreaded in Batch... |
harikiran2001
Replies: 11
Views: 5359
|
Forum: Application Programming Posted: Thu Aug 12, 2010 9:48 am Subject: Multithreaded in Batch... |
Yeap Dick Brenholtz...
Thats what i am thinking on....
COuld you please show me some direction... |
Topic: Multithreaded in Batch... |
harikiran2001
Replies: 11
Views: 5359
|
Forum: Application Programming Posted: Thu Aug 12, 2010 9:18 am Subject: Multithreaded in Batch... |
Thanks for every body input....I still go through the manuals...But just first thought of replying to "dbzTHEdinosauer" mean while.
This is what my requirement is ...
My main module is ... |
Topic: Multithreaded in Batch... |
harikiran2001
Replies: 11
Views: 5359
|
Forum: Application Programming Posted: Wed Aug 11, 2010 10:55 pm Subject: Multithreaded in Batch... |
HI,
This may be a Weird question....Can we implement Multithreading in Batch...
My main module(COBOL) of our application is both accessed by online and batch programs.
So i thought of calling t ... |
Topic: File comparison using the values of the 2nd file as the key |
harikiran2001
Replies: 4
Views: 2221
|
Forum: Utilities Posted: Wed Feb 04, 2009 10:24 pm Subject: File comparison using the values of the 2nd file as the key |
| Its working.....Thanks a lot Kolusu............... |
Topic: File comparison using the values of the 2nd file as the key |
harikiran2001
Replies: 4
Views: 2221
|
Forum: Utilities Posted: Wed Feb 04, 2009 9:25 pm Subject: File comparison using the values of the 2nd file as the key |
Thanks Kosulu,
The master file record length is 600 and is fixed . The key in the master file start at location 46 and its length is 9.
The look up file record length is 80 and is fixed. The key ... |
Topic: File comparison using the values of the 2nd file as the key |
harikiran2001
Replies: 4
Views: 2221
|
Forum: Utilities Posted: Wed Feb 04, 2009 8:44 pm Subject: File comparison using the values of the 2nd file as the key |
I have a file which has rows some thing like this below
x
x
x
y
y
y
a
a
a
i
i
i
I have sort card to remove i,y from the above file some thing like this.
SORT FIELDS=(1,1,CH,A)
OMIT CO ... |
Topic: DDIO to which element is mapped when elemnt moved to endevor |
harikiran2001
Replies: 1
Views: 1315
|
Forum: Utilities Posted: Tue Dec 23, 2008 2:38 pm Subject: DDIO to which element is mapped when elemnt moved to endevor |
Hi,
I have a Query regarding Endevor.
If i move an element (eg:COBBATCH ) element to endevor. I would like to know how would Ibe able to find the DDIO to which the element has mapped.
Is there ... |
| |