Search found 11 matches

by whatistheanswer
Thu Apr 02, 2009 7:58 pm
Forum: JCL
Topic: How to skip the first step in a Job
Replies: 5
Views: 10592

Thank you Natarajan :)
by whatistheanswer
Thu Apr 02, 2009 7:50 pm
Forum: JCL
Topic: Am I using DFSORT or Syncsort?
Replies: 10
Views: 28509

Anuj, thank you very much for answering my tomorrow's question :wink:
by whatistheanswer
Thu Apr 02, 2009 5:02 pm
Forum: JCL
Topic: How to skip the first step in a Job
Replies: 5
Views: 10592

Well...This is not related to any particular (project) requirement. One of my friends asked whether this is possible. i was not sure and hence posted in this forum to know about it. :|
by whatistheanswer
Thu Apr 02, 2009 9:07 am
Forum: JCL
Topic: How to skip the first step in a Job
Replies: 5
Views: 10592

How to skip the first step in a Job

Is it possible to skip the first step in the Job? I think this can not be achieved by COND. Is there any other way to achieve this? If possible, can a simple example be provided?
by whatistheanswer
Thu Apr 02, 2009 8:26 am
Forum: JCL
Topic: JCL Sort vs Application Program(COBOL/PL1) Sort
Replies: 4
Views: 9255

Thank you very much Anuj and Frank :)
by whatistheanswer
Thu Apr 02, 2009 8:25 am
Forum: JCL
Topic: Copy of Fixed Length file into Variable Length File
Replies: 5
Views: 13349

Thank you very much Anuj :)
by whatistheanswer
Wed Apr 01, 2009 9:22 am
Forum: JCL
Topic: JCL Sort vs Application Program(COBOL/PL1) Sort
Replies: 4
Views: 9255

JCL Sort vs Application Program(COBOL/PL1) Sort

For Sorting, I have always used JCL Sort so far. When do we use a Program(COBOL/PL1) Sort? Can some one let me know the pros and cons of JCL Sort and Program Sort(COBOL/PL1)?
by whatistheanswer
Wed Apr 01, 2009 9:02 am
Forum: JCL
Topic: Copy of Fixed Length file into Variable Length File
Replies: 5
Views: 13349

Copy of Fixed Length file into Variable Length File

How to copy a Fixed Length file into a variable length file and vice versa (using JCL)?
by whatistheanswer
Tue Mar 31, 2009 8:29 am
Forum: JCL
Topic: Splitting file based on range
Replies: 5
Views: 10367

Thank you very much Natarajan and Frank Yaeger :)
by whatistheanswer
Mon Mar 30, 2009 2:07 pm
Forum: JCL
Topic: Splitting file based on range
Replies: 5
Views: 10367

Splitting file based on range

Thank you natarajan. Just to understand better, If the requirement is File 1 should contain Student ID 1 - 100 File 2 should contain Student ID 101 - 200 File 3 should contain Student ID greater than 200 i guess (thanks to your reply) the first split is include=(1,6,PD,LE,100) and the third split is...
by whatistheanswer
Mon Mar 30, 2009 8:32 am
Forum: JCL
Topic: Splitting file based on range
Replies: 5
Views: 10367

Splitting file based on range

I need to split records based on a Student ID in such a way that File 1 contains Student IDs from 1 to 100, File 2 contains Student IDs greater than 100. Input file is sorted on Student ID. a) Can any one let me know how this can be accomplished using JCL split, if Student ID is of character datatyp...