Author |
Message |
Topic: question about the initialize statment |
serobinson
Replies: 1
Views: 2059
|
Forum: Application Programming Posted: Fri Jan 26, 2007 6:44 pm Subject: question about the initialize statment |
The INITIALIZE statement cannot be used at the group level when that group contains an 'OCCURS DEPENDING ON'.
Is that a true statement? |
Topic: file manager change all members in PDS |
serobinson
Replies: 0
Views: 1530
|
Forum: Utilities Posted: Thu Dec 21, 2006 8:12 pm Subject: file manager change all members in PDS |
I am using FILE MANAGER to change a certain record length in all the member of PDS, but the results don't look right.
ex: before
//ABC DD DSN=ABC.XXX(+1),
// MGMT ... |
Topic: Easytrieve convert alphanumeric to numeric |
serobinson
Replies: 4
Views: 9949
|
Forum: Application Programming Posted: Mon Dec 18, 2006 3:49 pm Subject: Easytrieve convert alphanumeric to numeric |
No dice. The easytrieve program works. brilliant!!! |
Topic: Easytrieve convert alphanumeric to numeric |
serobinson
Replies: 4
Views: 9949
|
Forum: Application Programming Posted: Mon Dec 18, 2006 2:57 pm Subject: Easytrieve convert alphanumeric to numeric |
The sort solution looks easier. Can syncsort do that ? |
Topic: Easytrieve convert alphanumeric to numeric |
serobinson
Replies: 4
Views: 9949
|
Forum: Application Programming Posted: Mon Dec 18, 2006 2:02 pm Subject: Easytrieve convert alphanumeric to numeric |
I want to write record for a certain recor length range.
My input is like this.
MCAAAMWD OUTFILE DSN=abc.ccc RECFM=VB LRECL=2977
MCAAAMWD SORTOUT DSN=abc2.x ... |
Topic: How to calculate space for a LRECL=500,FB and max 10000 recs |
serobinson
Replies: 43
Views: 86952
|
Forum: Job Control Language(JCL) Posted: Sat Dec 02, 2006 3:49 am Subject: REXX space calculator |
I found this space calculator on another website. It looks promising. I |
Topic: Automate research |
serobinson
Replies: 4
Views: 2417
|
Forum: Utilities Posted: Thu Nov 23, 2006 2:09 am Subject: Automate research |
hmm... I'm new to Rexx. Does any one have a REXX script/program that has some of the logic I am looking for? I'm not really picky about the format of the output. This may be easier:
MCAACD81 ... |
Topic: Automate research |
serobinson
Replies: 4
Views: 2417
|
Forum: Utilities Posted: Wed Nov 22, 2006 10:51 pm Subject: Automate research |
Basically, I want to search every member in a PDS. Within each member I want to identify DD statements that catalog a dataset with a specified length.
When that criteria is is met I want to write a ... |
Topic: Convert 40 data sets, but keep GDG refrences in sync |
serobinson
Replies: 4
Views: 2430
|
Forum: Job Control Language(JCL) Posted: Sun Nov 12, 2006 2:15 pm Subject: Convert 40 data sets, but keep GDG refrences in sync |
dbz I'm not sure that you understand what superk and I are talking about. You are talking about a generation(G0001). We are talking about a version(V01) of a generation. Also, the newest generatio ... |
Topic: Convert 40 data sets, but keep GDG refrences in sync |
serobinson
Replies: 4
Views: 2430
|
Forum: Job Control Language(JCL) Posted: Sat Nov 11, 2006 8:31 pm Subject: Convert 40 data sets, but keep GDG refrences in sync |
Thanks Superk. That is exactly what I'm looking for. Do I need to use an absolute generation number or is there a way to use a relative one? If you know of a good link, you can just post that. I ha ... |
Topic: Convert 40 data sets, but keep GDG refrences in sync |
serobinson
Replies: 4
Views: 2430
|
Forum: Job Control Language(JCL) Posted: Fri Nov 10, 2006 9:15 pm Subject: Convert 40 data sets, but keep GDG refrences in sync |
Our shop wants to convert 40 or so data sets. That means inccrease length and reformatt data. We intend to do this by running a job after CICS but before nightly processing. What is the best way to ... |
|