| Author |
Message |
Topic: VSAM - Fixed length & Variable length Definition? |
souvik_225
Replies: 7
Views: 7989
|
Forum: Data Management Posted: Thu Aug 12, 2004 5:58 am Subject: VSAM - Fixed length & Variable length Definition? |
| As per my knowledge what Mike has said, is the way to differentiate between F and V Vsam files. Maybe u can show us the LISTCAT on the VSAM file. |
Topic: Update file in in easytrieve |
souvik_225
Replies: 5
Views: 4688
|
Forum: Application Programming Posted: Wed Aug 11, 2004 6:51 am Subject: Update file in in easytrieve |
Kolusu,
Sorry , I overlooked in my manual that WRITE is for VSAM.  |
Topic: Update file in in easytrieve |
souvik_225
Replies: 5
Views: 4688
|
Forum: Application Programming Posted: Wed Aug 11, 2004 6:01 am Subject: Update file in in easytrieve |
| Use the UPDATE in file definition, use SEARCH to locate the records and WRITE to rewrite the records. |
Topic: Some info on 2 companies |
souvik_225
Replies: 2
Views: 4625
|
Forum: Related Non-Technical Topics Posted: Sun Aug 08, 2004 11:40 pm Subject: Some info on 2 companies |
Hi,
Can anyone please provide me some info on the following two US based companies. I need info on
1. infrastucture/work culture/etc
2. kind of projects - development/ maintenance/ enhancement
3. ... |
Topic: Coding for VSAM Alternate Index |
souvik_225
Replies: 3
Views: 2922
|
Forum: Application Programming Posted: Tue Aug 03, 2004 11:58 pm Subject: Coding for VSAM Alternate Index |
so I don't think I need a BLDINDEX --- then how are u going to have the alternate index??? Also pls remember to load the base cluster first before doing a BLDINDEX.
In JCL u need to give :
//ddv ... |
Topic: CA7 schedule |
souvik_225
Replies: 2
Views: 6780
|
Forum: Utilities Posted: Tue Aug 03, 2004 6:16 am Subject: CA7 schedule |
You can also use this commands :
1. FSTRUC,JOB=Jobname ----------TO SEE JOBS TO RUN AFTER THIS JOB irrespective of SCHID
2. FRJOB,JOB=Jobname ----------TO SEE EARLIER JOBS irrespective of S ... |
Topic: Sort card to initialize numeric fields with zeros |
souvik_225
Replies: 4
Views: 8343
|
Forum: Utilities Posted: Fri Jun 25, 2004 12:22 am Subject: Sort card to initialize numeric fields with zeros |
If this is a COBOL program in which u have defined this , then use the VALUE clause to intialize the variables(do it if this is in the working storage only and not FD section) ....
for runtime ini ... |
Topic: Regarding writing duplicate Records to output file |
souvik_225
Replies: 4
Views: 4487
|
Forum: Job Control Language(JCL) Posted: Wed Jun 23, 2004 5:52 am Subject: Regarding writing duplicate Records to output file |
Kolusu,
Sorry for the 3 steps when 1 was sufficient ... will keep this in mind ...
And yes I will add a disclaimer that all ICETOOL are not compatible with SYNCTOOL ... the original poste ... |
Topic: Regarding writing duplicate Records to output file |
souvik_225
Replies: 4
Views: 4487
|
Forum: Job Control Language(JCL) Posted: Wed Jun 23, 2004 3:26 am Subject: Regarding writing duplicate Records to output file |
Use this :
//STEP010 EXEC PGM=ICETOOL
//*
//TOOLMSG DD SYSOUT=* ... |
Topic: Problem with DCB |
souvik_225
Replies: 6
Views: 4065
|
Forum: Job Control Language(JCL) Posted: Tue Jun 22, 2004 6:51 am Subject: Problem with DCB |
| A wild guess ... I don't know which one overrides the other in some cases ... but could u please check what is the lrecl u have given in the program ??? ... is it same as FILEIN ? ... are u getting th ... |
Topic: file reading |
souvik_225
Replies: 5
Views: 2818
|
Forum: Application Programming Posted: Mon May 31, 2004 6:47 am Subject: file reading |
Is this an interview question??? ...
This depends upon so many factors , it is difficult to pinpoint the exact reason. One very common reason could(is) be that the program is not getting the ... |
Topic: How to edit a huge sequential file..?? |
souvik_225
Replies: 10
Views: 12921
|
Forum: TSO and ISPF Posted: Mon May 31, 2004 1:51 am Subject: How to edit a huge sequential file..?? |
Hi Maton_Man,
The "Maximum initial storage allowed for Edit and View" is already set to ZERO in my case. But I am able to edit this value and have changed it to 99999(this got changed automatically t ... |
Topic: Job log in Q.ST has been purged |
souvik_225
Replies: 2
Views: 4500
|
Forum: Problem Determination Posted: Mon May 24, 2004 11:19 pm Subject: Job log in Q.ST has been purged |
| Yes , this Q.ST is the status queue in SDSF ... and we have a report management software installed , but as I said this is useful for only those that are directed to the Jcl Writer. |
Topic: Job log in Q.ST has been purged |
souvik_225
Replies: 2
Views: 4500
|
Forum: Problem Determination Posted: Mon May 24, 2004 11:03 pm Subject: Job log in Q.ST has been purged |
Hi,
The SYSOUT in Q.ST has got purged by someone by mistake. Now I want the SYSOUT back. Is there a method to recover it????
For SYSOUT's directed to the Jcl Writer (which were very old) we had th ... |
Topic: Locating the record abended. |
souvik_225
Replies: 3
Views: 5221
|
Forum: Problem Determination Posted: Thu May 20, 2004 12:47 am Subject: Locating the record abended. |
This could be helpful in some cases ... where the program is reading in every single record from the input and doing some calculations/formatting/etc and writing this to the output file ...
1. Rer ... |
| |