Author |
Message |
Topic: Sort data at one posi of file based on value at other posi |
emadhubabu
Replies: 1
Views: 1775
|
Forum: Utilities Posted: Tue Nov 03, 2009 8:33 am Subject: Sort data at one posi of file based on value at other posi |
HI All,
I need help in SORT
File :
Total file is of length 34
position 1-4 = policy number
Position 5 = transaction type ( 1 or 2 or 3)
Position 6-10 = some data
position 11 will have a dat ... |
Topic: automated soultion required to stop datasets from MIGRATing |
emadhubabu
Replies: 2
Views: 4329
|
Forum: Data Management Posted: Wed Jul 01, 2009 2:44 am Subject: automated soultion required to stop datasets from MIGRATing |
HI All,
After searching with different option, not found any posting my question. If repeat please excuse.
I have a set of datasets which are imporatant as per my work. However I may not u ... |
Topic: How to commit an unit of work in COBOL (Batch program) |
emadhubabu
Replies: 2
Views: 3086
|
Forum: Application Programming Posted: Wed May 06, 2009 4:31 pm Subject: How to commit an unit of work in COBOL (Batch program) |
If we are not using MQCMIT .. and Batch job goes down.. no messages will be written to MQ???? |
Topic: Add a sequence number to each record of a file |
emadhubabu
Replies: 5
Views: 13298
|
Forum: Job Control Language(JCL) Posted: Wed May 14, 2008 1:42 am Subject: Add a sequence number to each record of a file |
HI Frank Yaeger,
I was able to do that in simple SORT too.
OUTREC = ( SEQNUM,3,ZD,4:5) |
Topic: Add a sequence number to each record of a file |
emadhubabu
Replies: 5
Views: 13298
|
Forum: Job Control Language(JCL) Posted: Tue May 13, 2008 8:12 am Subject: Add a sequence number to each record of a file |
to make it clear.
I/p file:
REC01
REC02
REC03
REC04
Expected O/p:
001REC01
002REC02
003REC03
004REC04 |
Topic: Add a sequence number to each record of a file |
emadhubabu
Replies: 5
Views: 13298
|
Forum: Job Control Language(JCL) Posted: Tue May 13, 2008 8:10 am Subject: Add a sequence number to each record of a file |
HI,
I have a Flat File. Need to add 3 char sequence number before each record.
Please suggest me a JCL, with out using ICE TOOL
Thanks
Maddy |
Topic: Control back to CICS Menus without having Transaction ID |
emadhubabu
Replies: 3
Views: 1995
|
Forum: CICS and Middleware Posted: Wed Mar 22, 2006 7:45 am Subject: Control back to CICS Menus without having Transaction ID |
Thats the case if we have a program name...
If you have a TRANS-ID....you can find the program name by using CEMT Inquire and you can use XCTL program name....but Here we know nothing about menu 1 ... |
Topic: Control back to CICS Menus without having Transaction ID |
emadhubabu
Replies: 3
Views: 1995
|
Forum: CICS and Middleware Posted: Wed Mar 22, 2006 12:34 am Subject: Control back to CICS Menus without having Transaction ID |
HI ,
I have CICS menu as follows
Level 1 ) Menu1
Level 2 ) Menu2
Level 3) Menu 3
Now how can i go to Menu 1 from Menu 3 in a single Key stroke without using any t ... |
Topic: SAS doubts |
emadhubabu
Replies: 1
Views: 1610
|
Forum: Job Control Language(JCL) Posted: Fri Dec 09, 2005 9:37 am Subject: SAS doubts |
I am making my requirement so more clear...
1. I have a PDS with 3500 members.
MEMBER1, MEMBER2,......MEMBER3500
2. Each member has the data like this
abcedefgh
( ABCD123.* ... |
Topic: SAS doubts |
emadhubabu
Replies: 1
Views: 1610
|
Forum: Job Control Language(JCL) Posted: Fri Dec 09, 2005 6:50 am Subject: SAS doubts |
my requirement is:
I had list of variable names in a file.
I have to read a table once for each variable name.
And I have to copy the result of each variable name in to a separate ... |
Topic: If Rec key of file1 = File2 key cpy f2 rec to outfile |
emadhubabu
Replies: 3
Views: 2672
|
Forum: Job Control Language(JCL) Posted: Sat Nov 19, 2005 3:44 am Subject: If Rec key of file1 = File2 key cpy f2 rec to outfile |
when I tried to run 4th link code it is showing error
SYSIN :
JOINKEYS FILES=F1,FIELDS=(01,3,A)
* ... |
Topic: If Rec key of file1 = File2 key cpy f2 rec to outfile |
emadhubabu
Replies: 3
Views: 2672
|
Forum: Job Control Language(JCL) Posted: Sat Nov 19, 2005 2:32 am Subject: If Rec key of file1 = File2 key cpy f2 rec to outfile |
Hi I am podting question first time!
I have
FILE A
--------
123 AAAAAAA
234 BBBBBBB
345 CCCCCC
456 DDDDDD
FILE B
--------
123 XXXXXXX
123 YYYYYYYY
123 ZZZZZZZ
345 PPPPPPPP
345 QQQQQ ... |
Topic: CA-IDEAL , DATACOM |
emadhubabu
Replies: 3
Views: 2609
|
Forum: Application Programming Posted: Sat Sep 03, 2005 3:42 am Subject: CA-IDEAL , DATACOM |
Hi ,
I also started working on CA-Ideal and Datacom. I can also think of it! learn it! |
|