| Author |
Message |
Topic: copy recs from file1(2-14) and file2(5-10) into file3-Sort |
manoj nayak
Replies: 1
Views: 1590
|
Forum: Utilities Posted: Sun Jun 10, 2007 7:19 am Subject: copy recs from file1(2-14) and file2(5-10) into file3-Sort |
| My requirement is that I want to copy recs from file1 from 2-14 and file2 from 5-10 into outfile file3 using sort and that to single sort step.Please help with explaination along with the coed u sent, ... |
Topic: To copy a file records(5-6 and 12-14) using Sort |
manoj nayak
Replies: 16
Views: 11039
|
Forum: Utilities Posted: Sun Jun 10, 2007 7:14 am Subject: To copy a file records(5-6 and 12-14) using Sort |
| OK THE THANKS EVERYBODY NOW MY CODE IS WORKING AND CAN ANYBODY EXPLAINME THE CODE COMPLETLY AND WITH SIMPLE LANGUAGE. |
Topic: To copy a file records(5-6 and 12-14) using Sort |
manoj nayak
Replies: 16
Views: 11039
|
Forum: Utilities Posted: Thu Jun 07, 2007 9:15 am Subject: To copy a file records(5-6 and 12-14) using Sort |
I TRIED THIS CODE BUT LITTLE BIT EDITED:
//SYSIN DD *
SORT FIELDS=COPY
OUTREC OVERLAY=(51 ... |
Topic: To copy a file records(5-6 and 12-14) using Sort |
manoj nayak
Replies: 16
Views: 11039
|
Forum: Utilities Posted: Thu Jun 07, 2007 8:25 am Subject: To copy a file records(5-6 and 12-14) using Sort |
In both case for the input and output files the LRECL=50 and BLKSIZE=500
My input and out file is given below:
//SORTIN DD DSN=V5C.TEST.EPRG1,DISP=SHR
//SORTOUT1 DD DSN=V5C.TEST.SO ... |
Topic: To copy a file records(5-6 and 12-14) using Sort |
manoj nayak
Replies: 16
Views: 11039
|
Forum: Utilities Posted: Thu Jun 07, 2007 8:12 am Subject: To copy a file records(5-6 and 12-14) using Sort |
My need is that I want to copy records from 5-9 and 12-14 from a single file copy it to a single output file.
I tried this code but it copies the first 5 records and didnt work for second one.The r ... |
Topic: SORT |
manoj nayak
Replies: 2
Views: 1640
|
Forum: Job Control Language(JCL) Posted: Thu Jun 07, 2007 7:35 am Subject: SORT |
My requirement is that i want to copy record 5 - 9 and 12 - 14 to a single file (single output).My code that I tried is mentioned below
SORT FIELDS=COPY
OUTFIL FNAMES ... |
Topic: ICE010A-No Sort or Merge Control statement error |
manoj nayak
Replies: 8
Views: 10917
|
Forum: Utilities Posted: Wed Jun 06, 2007 8:30 am Subject: Commented |
| I didnt get one thing if that is commented that while compilation why it being considered.Please reply soon. |
Topic: ICE010A-No Sort or Merge Control statement error |
manoj nayak
Replies: 8
Views: 10917
|
Forum: Utilities Posted: Wed Jun 06, 2007 6:59 am Subject: ICE010A-No Sort or Merge Control statement error |
Thanks for the quick reply
CICS Guy |
Topic: ICE010A-No Sort or Merge Control statement error |
manoj nayak
Replies: 8
Views: 10917
|
Forum: Utilities Posted: Wed Jun 06, 2007 6:49 am Subject: ICE010A-No Sort or Merge Control statement error |
//SORTTEST EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=V5C.TEST.EPRG1,DISP=SHR
//SORTOUT DD DSN=V5C.TEST.SORT1RES, ... |
Topic: search internal table code doubt |
manoj nayak
Replies: 3
Views: 1729
|
Forum: Application Programming Posted: Tue Jun 05, 2007 2:09 am Subject: search internal table code doubt |
01 W-DEPTS-TABLE.
05 W-DEPTS-TBL OCCURS 0 TO 30000 TIMES
DEPENDING ON A-DEPTS-WRITTEN
... |
Topic: MC |
manoj nayak
Replies: 3
Views: 1925
|
Forum: TSO and ISPF Posted: Fri Jun 01, 2007 8:52 am Subject: MC |
Thanks Phantom as I thought C as MC in the ISPF and got confused.
And THANKS to kolusu because I am a new learner in ASSEMBLER, and it also helped me. |
Topic: MC |
manoj nayak
Replies: 3
Views: 1925
|
Forum: TSO and ISPF Posted: Thu May 31, 2007 10:29 am Subject: MC |
I want to know what is the meaning of MC in the Spool area.
I only came to know MC 'monitor call' |
Topic: term keyword |
manoj nayak
Replies: 5
Views: 2733
|
Forum: Job Control Language(JCL) Posted: Wed May 30, 2007 9:54 am Subject: term keyword |
AT FIRST THANKS TO YOUR RESPONSE.
Example 1
//DD1 DD TERM=TS
In a foreground job submitted from a TSO/E userid, this DD statement defines a data set coming from or going to the TSO ... |
Topic: term keyword |
manoj nayak
Replies: 5
Views: 2733
|
Forum: Job Control Language(JCL) Posted: Wed May 30, 2007 9:32 am Subject: term keyword |
| I want to know what is the significance fo the use of 'TERM' keyword in the DD atatement of an JCL. |
Topic: Date comparision |
manoj nayak
Replies: 2
Views: 1911
|
Forum: Application Programming Posted: Tue May 29, 2007 12:49 am Subject: Date comparision |
| Is there any provision in COBOL or EZT to compare two dates with any third literal or variable.I got to know that in almost all projects there are predefined load modules which does the date comparisi ... |
| |