Author |
Message |
Topic: Debugging MF assembly on PC |
Prayank
Replies: 0
Views: 1122
|
Forum: Application Programming Posted: Wed Mar 02, 2005 2:00 am Subject: Debugging MF assembly on PC |
I am using MicroFocus cobol to debug cobol programs. But if there is a call to assembly programs from the COBOL program the control is not getting passed. Is there any tool/options which can be used t ... |
Topic: Software Configuration and Library Manager (IBM SCLM) |
Prayank
Replies: 1
Views: 1792
|
Forum: Utilities Posted: Wed May 19, 2004 5:06 am Subject: Software Configuration and Library Manager (IBM SCLM) |
I have come across this new tool for config. magmt: IBM SCLM. I want to know if I can retrive a source member from this to our own PDS so that I can edit it. |
Topic: Inserting records thru SORT |
Prayank
Replies: 8
Views: 8335
|
Forum: Utilities Posted: Tue Mar 09, 2004 1:58 pm Subject: Inserting records thru SORT |
Hi Kolusu,
Your JCL worked well. Thanks for that. But I was not able to understand how it works. It would be great if you can elaborate a little on the logic of this JCL.
Thanks....
Prayank |
Topic: Inserting records thru SORT |
Prayank
Replies: 8
Views: 8335
|
Forum: Utilities Posted: Tue Mar 09, 2004 1:41 pm Subject: Inserting records thru SORT |
Hi Frank,
The record in file 2 is constant. We can do away with file2 and use that as a string in our sort. |
Topic: Inserting records thru SORT |
Prayank
Replies: 8
Views: 8335
|
Forum: Utilities Posted: Tue Mar 09, 2004 12:18 pm Subject: Inserting records thru SORT |
Hi,
I have following 2 FB datasets:
File1:
aaaaaaaa
bbbbbbbb
ccccccccc
File2:
*******
I want to insert File2 record in File1 such that the output is:
*******
aaaaaaaa
*******
bbb ... |
Topic: Get the matching records from 2 diferent files |
Prayank
Replies: 30
Views: 58873
|
Forum: Utilities Posted: Thu Feb 19, 2004 4:48 pm Subject: Get the matching records from 2 diferent files |
Just wanted to know the changes needed in the ICETOOL solution if the input files are Variable Block.
Thanks
Prayank |
Topic: SORTIN SORTOUT datasets |
Prayank
Replies: 2
Views: 3083
|
Forum: Utilities Posted: Sat Jan 10, 2004 2:48 am Subject: SORTIN SORTOUT datasets |
Hi All,
Just wanted to know whether we can use same dataset for SORTIN and SORTOUT . Will the results be consistent ?
eg:
//PS010 EXEC PGM=SORT
//*
//SYSOUT ... |
Topic: Cobol queries (Case conversion) |
Prayank
Replies: 7
Views: 6794
|
Forum: Application Programming Posted: Tue Dec 16, 2003 8:04 am Subject: Cobol queries (Case conversion) |
Kolusu,
I am not concerned about converting case. I don't say that adding X'40' is the logic for case conversion. I just want to add two pic X variables such that the HEX value stored in them gets ... |
Topic: Summing fields in SORT |
Prayank
Replies: 3
Views: 2492
|
Forum: Utilities Posted: Tue Dec 16, 2003 7:14 am Subject: Summing fields in SORT |
One more question :
Lets say my input records are (shown in hex) :
14CCCC
701111
-----------
14CCCC
902222
I want to use get following output:
23 AAAA
25 BBBB
How can I use outrec ... |
Topic: Summing fields in SORT |
Prayank
Replies: 3
Views: 2492
|
Forum: Utilities Posted: Tue Dec 16, 2003 6:50 am Subject: Summing fields in SORT |
My input is :
aa 10.1
aa 20.1
bb 30.1
cc 40.1
dd 50.1
dd 60.2
I want following output:
aa 30.2
bb 30.1
cc 40.1
dd 110.3
How can I do it with SUM FIELDS or any other optio ... |
Topic: Cobol queries (Case conversion) |
Prayank
Replies: 7
Views: 6794
|
Forum: Application Programming Posted: Tue Dec 16, 2003 6:46 am Subject: Cobol queries (Case conversion) |
Kolusu,
Thanks for the info on device class.
For my secong query, I want the logic to write case conversion routine in my cobol program. I want to write logic so that if Var1 contains X'81' an ... |
Topic: Cobol queries (Case conversion) |
Prayank
Replies: 7
Views: 6794
|
Forum: Application Programming Posted: Mon Dec 15, 2003 8:28 am Subject: Cobol queries (Case conversion) |
Hi all,
I have following small queries from COBOL:
1. I have a program which is reading a VSAM KSDS with following select clause:
SELECT CK4-MSTR ASSIGN TO SYS008-CK4MSTR
... |
Topic: Syncsort Include condition |
Prayank
Replies: 8
Views: 4814
|
Forum: Utilities Posted: Wed Oct 15, 2003 5:24 am Subject: Syncsort Include condition |
Thanks everyone for your replies. It helped me a lot.
I have another query which is an extension to the previous one.
Can I code this as
SORT FIELDS=COPY,STOPAFT=(9,5,CH,GT,C'12345') ... |
Topic: Syncsort Include condition |
Prayank
Replies: 8
Views: 4814
|
Forum: Utilities Posted: Mon Oct 13, 2003 4:33 am Subject: Syncsort Include condition |
Lets say I have following sort include condition:
SORT FIELDS=COPY
INCLUDE COND=(9,5,CH,EQ,C'12345')
I want that the execution of this step terminates the moment one ... |
Topic: EZT: moving comp-3 data |
Prayank
Replies: 1
Views: 1729
|
Forum: Application Programming Posted: Fri Jun 20, 2003 3:27 am Subject: EZT: moving comp-3 data |
I have following variable in input file and output file of an EZT
Var1 1 3 P //Infile varible
Var2 1 3 P //Outfile variable
value in hex in input file:
027
12C
When I move t ... |
|