Author |
Message |
Topic: Data Movement |
nadh
Replies: 2
Views: 3046
|
Forum: Application Programming Posted: Wed Feb 29, 2012 12:39 pm Subject: Data Movement |
Hi,
Sorry I forgot to tell that this code is used in IMS. Program is working correctly. The problem is occuring when data exceeds 9999 value.But they all look to be duplicates, the only value that ... |
Topic: Data Movement |
nadh
Replies: 2
Views: 3046
|
Forum: Application Programming Posted: Wed Feb 29, 2012 12:27 pm Subject: Data Movement |
Hi,
I've been not coding since one year. I've this problem below. I doubt something going wrong in the below code.
I've declarations as below
05 ALL-NINES PIC 9(05) ... |
Topic: Code Accelerator |
nadh
Replies: 6
Views: 4847
|
Forum: Application Programming Posted: Tue Nov 29, 2011 5:51 am Subject: Code Accelerator |
Hi
I've a requirement. Please suggest me a best way to achive this.
My requirement is..I've to replace the field name and field length in copybooks/programs. And need to compile the impacted program ... |
Topic: IMS DC COBOL Program |
nadh
Replies: 7
Views: 7934
|
Forum: Application Programming Posted: Thu Jun 02, 2011 9:34 am Subject: IMS DC COBOL Program |
Hi Folks,
Sorry for not conveying message clearly. What I mean is the existing programs are using hidden field concept. But the application is not in use. I'm developing new application and I've ta ... |
Topic: IMS DC COBOL Program |
nadh
Replies: 7
Views: 7934
|
Forum: Application Programming Posted: Tue May 31, 2011 11:15 pm Subject: IMS DC COBOL Program |
Hi Kolusu,
Thank you.
I've one doubt...I created one hidden field in screen to store the function value. that is if inquiry is done i will move value 'I' to hidden field. when delete function is ... |
Topic: IMS DC COBOL Program |
nadh
Replies: 7
Views: 7934
|
Forum: Application Programming Posted: Mon May 30, 2011 1:46 pm Subject: IMS DC COBOL Program |
Hi,
I'm facing a problem in COBOL - IMS DC online coding.
My requirement is, I'm having a menu of choices Add,Delete, and Inquiry. Add is strait forward. But inorder to Delete entry user need to ... |
Topic: Command Code Declaration. |
nadh
Replies: 3
Views: 6016
|
Forum: IMS Posted: Thu Mar 10, 2011 9:07 am Subject: Command Code Declaration. |
Hi,
After some research I assume that after '*' all the characters are treated as command codes till '(' is found or space is found. Is this correct. Though normally we will code PIC X(1) for comma ... |
Topic: Command Code Declaration. |
nadh
Replies: 3
Views: 6016
|
Forum: IMS Posted: Thu Mar 10, 2011 8:28 am Subject: Command Code Declaration. |
Hi,
So far I've come across that command code field is declared as PIC X(1) and we will move appropriate command code to that field. IMS assumes anything followed '*' is command code. But I've seen ... |
Topic: How to skip the 'ispf/pdf' at READY prompt in tso |
nadh
Replies: 6
Views: 6315
|
Forum: TSO and ISPF Posted: Thu Feb 17, 2011 11:12 am Subject: How to skip the 'ispf/pdf' at READY prompt in tso |
Hi,
Please excuse me if this is very basic one.
After loggin into tso I'm getting this message
IKJ56455I MZQYXH LOGON IN PROGRESS AT 08:06:08 ON FEBRUARY 17, 2011
MVS1 ON LAXMVS IS CU ... |
Topic: Corresponding values from two files into one file. |
nadh
Replies: 11
Views: 6661
|
Forum: Utilities Posted: Fri Mar 19, 2010 12:07 pm Subject: Corresponding values from two files into one file. |
Thank you Kolusu.
Good Material.
Thanks & Regards
Nadh |
Topic: Corresponding values from two files into one file. |
nadh
Replies: 11
Views: 6661
|
Forum: Utilities Posted: Fri Mar 19, 2010 9:21 am Subject: Corresponding values from two files into one file. |
Kolusu,
Can I know what the below statements mean in sort cards.
OUTFIL REMOVECC,NODETAIL,
SECTIONS=(1,13,HEADER3=(1,27))
Thanks & Regards
Nadh |
Topic: Corresponding values from two files into one file. |
nadh
Replies: 11
Views: 6661
|
Forum: Utilities Posted: Thu Mar 18, 2010 7:02 pm Subject: Corresponding values from two files into one file. |
Kolusu,
Super. Its working fine.
Thankyou somuch.
Thanks & Regards
Nadh |
Topic: Corresponding values from two files into one file. |
nadh
Replies: 11
Views: 6661
|
Forum: Utilities Posted: Thu Mar 18, 2010 6:01 pm Subject: Corresponding values from two files into one file. |
Kolusu,
Super and thank you.
I tested with it working fine. But one correction. as second file (F2) is having duplicate records in output it is writing the duplicates too. What needs to be done ... |
Topic: Corresponding values from two files into one file. |
nadh
Replies: 11
Views: 6661
|
Forum: Utilities Posted: Thu Mar 18, 2010 12:27 pm Subject: Corresponding values from two files into one file. |
Sorry Kolusu,
The first file input will be as below and the layout I mentioned above initially
11OH118885023300861000338NNU111003111003N
11OH118885023300861001155NNU062705062705Y
11OH118885023 ... |
Topic: Corresponding values from two files into one file. |
nadh
Replies: 11
Views: 6661
|
Forum: Utilities Posted: Thu Mar 18, 2010 11:41 am Subject: Corresponding values from two files into one file. |
Kolusu,
LRECL of First file is 50 and for second file is 53. The final file LRECL is 27.
I need to consider only records that have a Y in position 41 in first file and I should take the BAN Numb ... |
|