Search found 5 matches

by murali gummadi
Mon May 22, 2006 3:26 pm
Forum: COBOL
Topic: Implicit Redefine
Replies: 2
Views: 8300

hi jaydeeppal, opposit is.. Explicit redefines is the one, which you give in the Working-Storage section. Ex: 10 WS-TO-DATE REDEFINES WS-TO-DATE1 Implicit redefines is the one, which comes into effect in FILE section FD. If the FD of a file contains more than one 01 level number, the second 01 level...
by murali gummadi
Mon May 22, 2006 2:51 pm
Forum: JCL
Topic: Minimum requirement for jcl
Replies: 7
Views: 15337

Hi arrbee,
I think
//jobname job
is more than enought to run a job...
No need to mention rest parameters...

corrections are welcome
Thanks,
Murali
by murali gummadi
Mon May 22, 2006 2:46 pm
Forum: JCL
Topic: Need urgent HELP
Replies: 4
Views: 30201

UNIT=CTPE...

Tape Dataset may be sometimes repesented as Ctpe (particular type of I/O device)...

corrections are welcome....

Thanks & regards
Murali
by murali gummadi
Mon May 22, 2006 2:35 pm
Forum: JCL
Topic: SORT OUTFIL HEADER Example
Replies: 5
Views: 24501

Hi,
Thanks arrbee.... for your answer
My problem was solved

Thanks and Regards
Murali
by murali gummadi
Thu May 11, 2006 5:49 pm
Forum: JCL
Topic: SORT OUTFIL HEADER Example
Replies: 5
Views: 24501

SORT OUTFIL HEADER Example

Hi every one, I am happy to join with this family,and plz welcome me. 1.Can any one please give me codefor "how do we include Header and Taylor in sort command? 2.How can i get the data from tape dataset? 3.what is exact difference b/w SYSLIB And JCLLIB? 4.I Have 10 files in a step and every time wh...