Search found 4 matches

by valis
Thu Mar 08, 2007 11:11 pm
Forum: TSO, CLIST & REXX
Topic: Help with a panel definition
Replies: 1
Views: 4792

Help with a panel definition

Is it possible to define a panel variable using a rexx routine in the )INIT section of a panel definition?

Example:

)INIT
.CURSOR = FL
&APPLID = REXXFUNCTION(&JOBNAME)
by valis
Fri Jan 26, 2007 10:29 pm
Forum: JCL
Topic: Eliminate records using Seq and PDS
Replies: 3
Views: 9140

Nevermind, I don't actually need to do this.
by valis
Fri Jan 26, 2007 10:27 pm
Forum: JCL
Topic: syncsort record count
Replies: 2
Views: 17358

syncsort record count

My shop does NOT have DFSort. Is it possible for me to get the record count of a dataset using syncsort?
by valis
Fri Jan 12, 2007 9:41 pm
Forum: JCL
Topic: Eliminate records using Seq and PDS
Replies: 3
Views: 9140

Eliminate records using Seq and PDS

I would like to be able to eliminate records from a sequential dataset by comparing it to the members of a PDS. One of the fields in the seq. dataset would correspond with the member name in the PDS. Any help would be great.