![]() |
| 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 Latest Answer : Use date parameter ... 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 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 I need to send an email from mainframe using the parmcard which has HELO MAIL FROM:RCPT TO:DATAFROM: TO: SUBJECT:etcbut i also need to get the system date and time each time I do so.How do I get that Latest Answer : To send an Email from mainframe use:-PROC :- ARRMMAIL and use the control mem as RRMROLL1) . You can get this by using following code :In JCL code as:-//JS010 EXEC ARRMMAIL, RREMAIL='CORD2DAL.DDPP.PARMLIB(RRMROLL1)' ... 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||