Author |
Message |
Topic: How to pass value(printer name) to SYSOUT=&&?? |
karupps
Replies: 6
Views: 3791
|
Forum: Job Control Language(JCL) Posted: Tue Oct 30, 2007 5:00 am Subject: How to pass value(printer name) to SYSOUT=&&?? |
Dear all,
Thanks a lot for your suggestions!
I know the position where the printer name exists in the flat file.
For example
Record may be
<--------data 1-------><-printer name- ... |
Topic: How to pass value(printer name) to SYSOUT=&&?? |
karupps
Replies: 6
Views: 3791
|
Forum: Job Control Language(JCL) Posted: Fri Oct 26, 2007 2:26 am Subject: How to pass value(printer name) to SYSOUT=&&?? |
Hi,
Currently I am sending my output (from COBOL / PL1) to known printer say
...
...
...
//PRINT1 DD SYSOUT=(Q,PRT1),
// DCB=XXXX
...
...
...
But now the printer name will vary a ... |
Topic: How to skip first & last records |
karupps
Replies: 14
Views: 19419
|
Forum: Utilities Posted: Sat Nov 12, 2005 1:25 am Subject: How to skip first & last records |
Thanks Kolusu!
Now working fine.
Once again thanks for your valuable solution.
Cheers,
Karupps |
Topic: How to skip first & last records |
karupps
Replies: 14
Views: 19419
|
Forum: Utilities Posted: Fri Nov 11, 2005 5:37 am Subject: How to skip first & last records |
Thanks Kolusu & Vkphani!
If the file is VB file what will be solution.
Karupps |
Topic: How to skip first & last records |
karupps
Replies: 14
Views: 19419
|
Forum: Utilities Posted: Thu Nov 10, 2005 8:35 am Subject: How to skip first & last records |
Thanks Kolusu! |
Topic: How to skip first & last records |
karupps
Replies: 14
Views: 19419
|
Forum: Utilities Posted: Thu Nov 10, 2005 7:49 am Subject: How to skip first & last records |
My input record is like this:
H 12456 646665
D 101 ABC 456
D 102 CBG 789
D 103 FTR 967
T 0005
i want only Detail records .
The rectype might not be same (H,D,T) for all ... |
Topic: How to skip first & last records |
karupps
Replies: 14
Views: 19419
|
Forum: Utilities Posted: Thu Nov 10, 2005 6:51 am Subject: How to skip first & last records |
Hi,
I want to copy the file into another file except first & last record.
Please let me know how to achieve. |
Topic: How to remove duplicate records by using ICETOOL for VB |
karupps
Replies: 24
Views: 22535
|
Forum: Utilities Posted: Mon May 23, 2005 4:18 am Subject: Thanks |
Hi Frank & Kolusu,
Thank you very much for your help.
Now my problem solved
Thanks,
Karupps |
Topic: How to remove duplicate records by using ICETOOL for VB |
karupps
Replies: 24
Views: 22535
|
Forum: Utilities Posted: Thu May 19, 2005 4:20 am Subject: How to remove duplicate records by using ICETOOL for VB |
Hi Kolusu & Frank,
Thank you very much for your all suggestionns.
I will tell my problem clearly:
My all the files are always VB.
EX. (LRECL - 256)
INFILE1:
00000000,200 ... |
Topic: How to remove duplicate records by using ICETOOL for VB |
karupps
Replies: 24
Views: 22535
|
Forum: Utilities Posted: Wed May 18, 2005 5:40 am Subject: How to remove duplicate records by using ICETOOL for VB |
Kolusu,
Thank you very much
In my case both the files are of Varibale length record. I want to remove the records of same record length.
In both files all the records have different record. ... |
Topic: How to remove duplicate records by using ICETOOL for VB |
karupps
Replies: 24
Views: 22535
|
Forum: Utilities Posted: Wed May 18, 2005 4:42 am Subject: How to remove duplicate records by using ICETOOL for VB |
I want to remove the dublicate records in the two files(if one record is present in both
the files dont write into output file).
All the files are Variable length record files. One record may ... |
|