Author |
Message |
Topic: Regarding Natural Adabas Connectivity |
Arunprasad.K
Replies: 1
Views: 1350
|
Forum: Database Posted: Thu Feb 21, 2008 10:39 am Subject: Regarding Natural Adabas Connectivity |
Please explain on what error you got and the error code.
Before that make sure that the particular ADABAS file is there in that region.
Arun. |
Topic: Remove records if duplicate occurs more than once |
Arunprasad.K
Replies: 8
Views: 3784
|
Forum: Utilities Posted: Mon Jan 14, 2008 9:39 am Subject: Remove records if duplicate occurs more than once |
Dharani,
You can refer the post in the below link and modify to have an IF condition in the FileAid step. Or you can change the DFSORT accordingly
http://www.mvsforums.com/helpboards/viewtop ... |
Topic: Not getting the values of the Parm parameter |
Arunprasad.K
Replies: 13
Views: 10326
|
Forum: Application Programming Posted: Fri Dec 28, 2007 3:41 am Subject: Not getting the values of the Parm parameter |
javedsk12,
You do NOT have to have an accept statement. Remove the accept statement and run the program, it should display the correct value.
Your accept statement tries to get the input from ... |
Topic: Need 2 restrict user from logging multiple times |
Arunprasad.K
Replies: 4
Views: 2650
|
Forum: CICS and Middleware Posted: Thu Dec 27, 2007 4:54 am Subject: Need 2 restrict user from logging multiple times |
brijesh_mca1,
Here is a probable solution.
1. You should have a file wherein all the USERID are present. Have a filler in that file to set the sign-on. If the user is signed in then this is s ... |
Topic: How to disconnect from CICS application on no activity. |
Arunprasad.K
Replies: 5
Views: 3032
|
Forum: CICS and Middleware Posted: Wed Dec 26, 2007 4:53 am Subject: How to disconnect from CICS application on no activity. |
brijesh_mca1,
You can follow the below approach.
1. Create a Queue and write the current time in that queue while the user logging in.
2. While invoking a transaction/program read the queue a ... |
Topic: How to find record count that belongs to particular key |
Arunprasad.K
Replies: 11
Views: 5019
|
Forum: Utilities Posted: Fri Apr 20, 2007 1:26 am Subject: How to find record count that belongs to particular key |
What I have to do if I want to copy only the first 100 occurance? If there is less than 100 occurance then I have to copy all the records. |
Topic: How to refer the reletive number for the GDG, when job abend |
Arunprasad.K
Replies: 4
Views: 2327
|
Forum: Utilities Posted: Fri Feb 23, 2007 3:20 am Subject: How to refer the reletive number for the GDG, when job abend |
I checked with the below JCL.
This will abend in STEP02, still a new version is added to my GDG.
//STEP01 EXEC PGM=FILEAID
//SYSPRINT DD SYSOUT ... |
Topic: How to refer the reletive number for the GDG, when job abend |
Arunprasad.K
Replies: 4
Views: 2327
|
Forum: Utilities Posted: Fri Feb 23, 2007 1:35 am Subject: How to refer the reletive number for the GDG, when job abend |
Use (0) when you restart the job.
Why???
Someone answer this!
I got the answer by simulating the abend and verified the result. Thanks. |
Topic: Sort Puzzle |
Arunprasad.K
Replies: 3
Views: 2155
|
Forum: Utilities Posted: Tue Dec 19, 2006 5:59 am Subject: Sort Puzzle |
shekar123,
The Key here is just the first 2 variables (Positions).
Those records are there in the output file since the key a1,b1 and a2,b2 is present in both the files.
Sorry if I confused ... |
Topic: Sort Puzzle |
Arunprasad.K
Replies: 3
Views: 2155
|
Forum: Utilities Posted: Tue Dec 19, 2006 3:56 am Subject: Sort Puzzle |
Hi all,
The following is the requirement and want the solution using some utilities.
There are two input files A & B
A |
Topic: Prereq of a job in OPC |
Arunprasad.K
Replies: 0
Views: 971
|
Forum: Job Control Language(JCL) Posted: Wed Nov 08, 2006 3:40 am Subject: Prereq of a job in OPC |
Guys,
Is there a way to extract data from OPC (OPERATIONS PLANNING AND CONTROL) database using JCL
Or atleast the prereq of a job.
Regards. |
Topic: File status 46 |
Arunprasad.K
Replies: 6
Views: 2727
|
Forum: Application Programming Posted: Tue Nov 07, 2006 10:04 am Subject: File status 46 |
dbzTHEdinosauer,
You are correct no there is no perfect input, but here i am manupulating the input. I should have mentioned in my first post. My apologies.
I am using the above mentioned read ... |
Topic: File status 46 |
Arunprasad.K
Replies: 6
Views: 2727
|
Forum: Application Programming Posted: Tue Nov 07, 2006 9:47 am Subject: File status 46 |
Guys sorry if i have confused you !!
I am using the below read statement. The variable for IN1-EOF-SWITCH is not set to 'y' even after EOF.
READ INPUT1-FILE INTO LINE-2-OF-IN1
... |
Topic: File status 46 |
Arunprasad.K
Replies: 6
Views: 2727
|
Forum: Application Programming Posted: Tue Nov 07, 2006 9:03 am Subject: File status 46 |
My input file has 4 records for each key so i have 4 consecutive read statements for each key and checking my EOF condition at every fourth read.
Suppose i have a ssn of 111-111-1111 then that ssn ... |
Topic: Cobol IF statement Question |
Arunprasad.K
Replies: 7
Views: 10164
|
Forum: Application Programming Posted: Thu Sep 21, 2006 8:46 am Subject: Cobol IF statement Question |
Thank you shekar123. |
|