Search found 4 matches

by sumit_mainframe
Wed Apr 21, 2010 12:06 pm
Forum: JCL
Topic: I want a JCL to copy specified number of records
Replies: 6
Views: 15469

Hi all, Below is the job, which i am trying. //BKPJCL01 JOB 00000000, 'BKP JCL',MSGCLASS=A,CLASS=A,NOTIFY=&SYSUID //STEP00 EXEC PGM=SORT,REGION=4096K //SORTIN DD DISP=SHR,DSN=PWSX.SUMIT.TEST01.ABC.TC1 //* DD DISP=SHR,DSN=PWSX.SUMIT.TEST01.ABC.TC2 //* DD DISP=SHR,DSN=PWSX.SUMIT.TEST01.ABC.TC3 //* DD ...
by sumit_mainframe
Tue Apr 20, 2010 5:48 pm
Forum: JCL
Topic: I want a JCL to copy specified number of records
Replies: 6
Views: 15469

Hi Dick,

Thanks for reminding me of my mistake.
I didn't mean to use "ASAP" in a commanding way, but anyways i also realise that it was not the right word.

I'll soon provide you the job, so that the right solution is given.


Thanks,
Sumit
by sumit_mainframe
Mon Apr 19, 2010 3:42 pm
Forum: JCL
Topic: I want a JCL to copy specified number of records
Replies: 6
Views: 15469

I want a JCL to copy specified number of records

Hi, I am having a problem in copying some selected records from 10 different files into a single file. Below is the discription-- I want to copy records from 10 file ,but each file has different no of records. I want to copy data from only the first line and from position 27 to 35. The output file s...
by sumit_mainframe
Fri Apr 16, 2010 11:47 am
Forum: JCL INTERVIEW QUESTIONS
Topic: concatenate datasets using multiple sortin
Replies: 10
Views: 22787

concatenate datasets using multiple sortin

Hi, I am trying to concatenate 10 files and put the output in a single file. Below is the discription: I have 10 files as input and each file has different number of records, now my requirement is that i have to copy data from the first line only from all the files, also the data which i am copying ...