Search found 4 matches

by rajendra.pallala
Thu Nov 30, 2006 9:19 am
Forum: JCL
Topic: generating sequence number starting from 0100000000000000
Replies: 4
Views: 13699

RE:generating sequence number starting from 0100000000000000

But According to client requirement we have to use 16 digit sequence number. We are not sure how many records exist.

Can you provide me any alternative way to solve this problem
by rajendra.pallala
Wed Nov 29, 2006 2:14 pm
Forum: JCL
Topic: generating sequence number starting from 0100000000000000
Replies: 4
Views: 13699

generating sequence number starting from 0100000000000000

Using sort utility I need to generate output field with 16 digit number, start with 0100000000000000 and for each record, increment the last digit by 1, so the next would be 0100000000000001, then 0100000000000002 and so on for all records. I tried with SEQNUM and START combination, but limit of STA...
by rajendra.pallala
Wed Aug 23, 2006 4:46 pm
Forum: JCL
Topic: how to delete define a file in JCL
Replies: 1
Views: 10361

//DELJOB JOB ...................
//DELETE EXEX IEFBR14
//DDNAME DD DSN=DATASETNAME,DISP(OLD,DELETE,DELETE)

IEFBR14 is dummy utility. this will delete ps dataset
by rajendra.pallala
Wed Aug 23, 2006 12:10 pm
Forum: JCL
Topic: What is the command in mainframe avoid auto signout(TIMEOUT)
Replies: 10
Views: 37552

What is the command in mainframe avoid auto signout(TIMEOUT)

What is the command in mainframes to REFRESH to avoid auto signout?