Search found 8 matches

by Tejas
Thu Jan 24, 2008 8:01 pm
Forum: JCL
Topic: #JO - #JEND problem
Replies: 2
Views: 8982

#JO - #JEND problem

Facing an issue... I am using #JO -#JEND combination in a jcl, to make sure that a certain step is omitted when the job runs with a particular schid id. //*step01 exec pgm=icegener //* //sysut1 //sysut2 //sysin dd dummy //* #JO,ID=abc //step02 exec pgm=icegener //* //sysut1 //sysut2 //sysin dd dummy...
by Tejas
Tue Jan 22, 2008 5:06 pm
Forum: JCL
Topic: schid id
Replies: 3
Views: 10883

No...schid id is the schedule id - the id with which several jobs are linked together to form a stream or a batch of jobs on a particular day/days.
by Tejas
Tue Jan 22, 2008 11:30 am
Forum: JCL
Topic: schid id
Replies: 3
Views: 10883

schid id

Need Syntax: Passing schid id dynamically at run time to a program in the job through the Parm parameter?
by Tejas
Sun Jul 15, 2007 11:37 am
Forum: JCL
Topic: Dynamic name allocation to a file
Replies: 8
Views: 20479

Veera... you R-O-C-K !!!!!
by Tejas
Mon Jun 25, 2007 6:47 pm
Forum: JCL
Topic: Dynamic name allocation to a file
Replies: 8
Views: 20479

agreed...

how abt the format being...

ABC_DCCYYMMDD.dat

where CCYYMMDD are the last column contents of the file.
by Tejas
Mon Jun 18, 2007 10:47 pm
Forum: JCL
Topic: Dynamic name allocation to a file
Replies: 8
Views: 20479

Dynamic name allocation to a file

Got a wierd problem. Have a dataset ABC, which has the date parameter in the last fields (eg. 2007-06-18). This dataset is to be FTPed to a server, into the destination path, and is to be renamed as ABC_last-date-parameters.dat. (eg. ABC_20070618.dat). The naming/specification of the server/username...
by Tejas
Sat Jun 02, 2007 4:12 pm
Forum: JCL
Topic: accessing net via job
Replies: 2
Views: 14422

Was kind of a qierd problem : The requirement was to pull out monthly data from a web based tool - since direct access to database was not permitted. I have seen mainframe jobs calling unix scripts which in turn thru xml passed the parameters to the fields, to run a function. Was thinking on haing a...
by Tejas
Mon Apr 16, 2007 10:41 pm
Forum: JCL
Topic: accessing net via job
Replies: 2
Views: 14422

accessing net via job

How can one access a webpage, give search parameters, run the search and get the results - all through a mainframe job?