Search found 10 matches

by vrdhrjnbb
Wed Nov 20, 2013 2:57 pm
Forum: JCL
Topic: Need to write 50 mil records in Tape
Replies: 1
Views: 2721

Need to write 50 mil records in Tape

Hi, Using unload job 50 mil records are unload to a single PS file.... Our sme feels inefficient, while using single PS... so we decided to write all the records in tape.. and late we will splite the file... now I want to write 50 mill records in a tape.. please give suggestion for this... Thanks in...
by vrdhrjnbb
Tue Oct 01, 2013 10:57 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Syntax of number sequence
Replies: 3
Views: 4715

Syntax of number sequence

Hi all, I am working on the number sequence, on that, //SYSIN DD * SORT FIELDS=COPY OUTREC FIELDS=(1,10,SEQNUM,4,ZD,RESTART=(1,1)) //* what does it means->(1,10,SEQNUM,4,ZD,RESTART=(1,1)) please expline this. Thanks in advance
by vrdhrjnbb
Wed Sep 04, 2013 1:27 pm
Forum: JCL
Topic: Continuation in SYSIN card
Replies: 10
Views: 15656

willaim, when I coded like this, it gives RC=12.. COPY FROM(IN01) TO(OUT01,OUT02,OUT03,OUT04,OUT05,OUT06,OUT07, - OUT08,OUT09,OUT10,OUT11,OUT12) but when I coded lke below, I get the exact result with RC=0, COPY FROM(IN01) TO(OUT01,OUT02,OUT03,OUT04,OUT05,OUT06,OUT07) COPY FROM(IN01) TO(OUT08,OUT09,...
by vrdhrjnbb
Wed Sep 04, 2013 10:48 am
Forum: JCL
Topic: Continuation in SYSIN card
Replies: 10
Views: 15656

Hi all, Thank for your reply. Below find the error, which I am getting. ICE632I 0 SOURCE FOR ICETOOL STATEMENTS: TOOLIN ICE630I 0 MODE IN EFFECT: STOP COPY FROM(IN01) TO(OUT01,OUT02,OUT03,OUT04,OUT05,OUT06,OUT07, $ ICE604A 0 ERROR IN KEYWORD, PARAMETER, OR DELIMITER ICE602I 0 OPERATION RETURN CODE: ...
by vrdhrjnbb
Tue Sep 03, 2013 3:08 pm
Forum: JCL
Topic: Continuation in SYSIN card
Replies: 10
Views: 15656

Continuation in SYSIN card

Hi all, //SYSIN DD * COPY FROM(IN01) TO(OUT01,OUT02,OUT03,OUT04,OUT05,OUT06,OUT07,OUT08) My Question is how to continue the function of SYSIN card on next line. Jcl works fine, when the SYSIN card is in single line... i.e I can copy upto OUT08.. If I want to copy 20 more file means, how to conjectur...
by vrdhrjnbb
Fri Aug 30, 2013 5:35 pm
Forum: JCL
Topic: dummy out the multiple dataset
Replies: 11
Views: 15050

Vasanth/Gure- Its working fine, as per my requirement.

Thanks a lot :)

There is any other alternative way for this? If yes means, Please post that also.

Thanks,
Varadhu
by vrdhrjnbb
Fri Aug 30, 2013 2:39 pm
Forum: JCL
Topic: dummy out the multiple dataset
Replies: 11
Views: 15050

Hi, Yes Guru, I want to dummy out many dataset. Dikduke and Guru please consider the below scenario. 10 dataset have to concatenate into GDG and that GDG is the input to the program. If the program runs successfully, at last all the 10 dataset should be dummied out (empty) to avoid the repeat record...
by vrdhrjnbb
Wed Aug 28, 2013 10:56 pm
Forum: JCL
Topic: dummy out the multiple dataset
Replies: 11
Views: 15050

dummy out the multiple dataset

Dear all,

Can you please guide me to dummy out multiple dataset using JCL.

Note: The dataset should not be delete.

Thanks in advance.
by vrdhrjnbb
Wed Jul 17, 2013 4:48 pm
Forum: JCL
Topic: REG: DCB
Replies: 2
Views: 4130

REG: DCB

Hi all, On my JCL, // DCB=(LRECL=127,RECFM=FB) to get file of record length of 127, but I am getting 129 lenght file. file info: Organization . . . : PS Record format . . . : FB Record length . . . : 129 Block size . . . . : 27993 1st extent cylinders: 2 Could anyone help me on this?? Thanks in adva...
by vrdhrjnbb
Fri Jul 12, 2013 6:10 pm
Forum: COBOL
Topic: TESTING123
Replies: 1
Views: 2832

TESTING123

checking