![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Data definition name is the eight character designation after the // of the DD statement. It matches the internal name specified in the steps executing program. In COBOL that's the name specified Latest Answer : The DD name is the logical 8 characters file name which alllows the pplication program to identify or tag the dataset.Whereas the DSN is the physical file name used by the MVS to identify the dataset.like in any application program we can write ...in ... What does a sysin in ICEMAN utility do? what does Sort fields=copy coded in the sysin mean?SCBSM10E EXEC PGM=ICEMAN //SYSOUT DD SYSOUT=V //SORTLIB DD DSN=SORT.SORTLIB,DISP=SHR //SORTIN DD DSN=&&CB10AWDS,DISP= (OLD,DELETE) //SORTOUT DD DSN=&&CB10ASRT,DISP= (,PASS),SPACE=(CYL,(2,1),RLSE), // UNIT=TEMP,DCB= (RECFM=FB,LRECL=90,BLKSIZE=0)//SORTWK01 DD UNIT=TEMP,SPACE= (CYL,3,,CONTIG) //SORTWK02 DD UNIT=TEMP,SPACE= (CYL,3,,CONTIG) //SORTWK03 DD UNIT=TEMP,SPACE= (CYL Read Answers (2) | Asked by : Lavanya Latest Answer : There are two types of SORT, one is DFSORT and other is SYNCSORT . The basic cmds in both the products are same.ICETOOL provides a lot more than what SORT can offer and it comes with DFSORT product. SYNCTOOL comes with SYNCSORT product.PGM=SORT can point ... Read Answers (1) | Asked by : RAkesh Gedam What is the basic programme logic in JCl that will help to compile most of COBOL programmes in Z/OS? What is the basic programme logic in JCl that will help to compile most of COBOL programmes in Z/OS? Read Answers (1) | Asked by : Ankur Kar Latest Answer : If you have written in PS data set then using SORT utility you can sort the column either date or month or year.Thanks. ... Read Answers (1) | Asked by : sathya Latest Answer : Sort cards is a generic term used for DD card that we give for a DFSORT.i.e SORT FIELDS=COPYSUM FIELDS=NONEcan be called as a sort card to remove duplicatesSORT FIELDS=(1,4,CH.A) can be called as a sort card to sort the field which starts at 1st bye of ... Read Answers (1) | Asked by : satheesh Can we copy the data of two input files to two output files using SORT utility with the data as 'SORT FIELDS=COPY' in the same step? Latest Answer : No we cannot copy two input files to two output files using sort utility in one step.The job will not abend,but the second output dataset will be empty.below is the jcl...//xyz07t JOB (SSY295),'MN',NOTIFY=SSY297, ... Read Answers (1) | Asked by : KRISHNA PRIYA What is the SORT CARD pertaining to the following statements:SD SORT-FILE.01 SORT REC. 05 NAME PIC X(10). 05 FILLER PIC X(45). 05 DEPIT PIC X(15). 05 AGE PIC 9(3). 05 SALARY PIC 9(6)V99 Latest Answer : Sort Fields=(1,10,CH,A,74,5,PD,A,71,3,ZD,D) ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||