IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

What is ceedump and sysudump

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> Interview Questions
View previous topic :: View next topic  
Author Message
meetsrk



Joined: 13 Jun 2004
Posts: 86

Posted: Thu Jul 01, 2004 12:30 am    Post subject: What is ceedump and sysudump  

please answer these queries of mine,


1.a. //Sysprint dd sysout = *
b. //Sysout dd sysout = *
c. //sysin dd data/*/dummy

can anyone explain the above statements purpose??

2. what is ceedump and sysudump?

3. while using SORT utility,
if i give SORT FIELDS = NONE, SORT FIELDS = COPY. what happens?

4. can anyone explain referencing in JCL? with eg.

5. what is data spaces and hyper spaces? also differ. b/w them?

thanks in advance
Back to top  
bluebird



Joined: 03 Feb 2004
Posts: 144

Posted: Thu Jul 01, 2004 4:39 pm    Post subject:  

Code:
1
a. //Sysprint dd sysout = *
b. //Sysout dd sysout = *
c. //sysin dd data/*/dummy

[li] sysprint will list all messages pertaining to execution
[li] sysout the same

difference in the two is what files the program allocates. For IBM utilities u need to see the manuals.

in your case the * means it will be 'printed' to the quee inicated in the MSGCLASS parameter of your jobcard

[LI] sysin is control statements to be passed to utilities * means they follow in your jobstream
dummy means no file allocated to it

Code:
3. while using SORT utility,
if i give SORT FIELDS = NONE, SORT FIELDS = COPY. what happens?

sort fields = none eliminates duplicates while sort fields = copy will do a straightforward copy of your input dataset,
Back to top  
sandip_datta



Joined: 02 Dec 2003
Posts: 152
Location: Tokyo, Japan

Posted: Fri Jul 02, 2004 11:32 am    Post subject:  

Is it SORT FIELDS=NONE or SUM FIELDS=NONE.
Second option will eleminated duplicate but in first case my guess is that it will give error. Please rectify me if wrong.

regards,
Sandip.
Back to top  
bluebird



Joined: 03 Feb 2004
Posts: 144

Posted: Fri Jul 02, 2004 12:38 pm    Post subject:  

sandip,

my mistake SUM fields=none WILL eliminate dup.

SORT FIELDS=NONE may well end up in RC 16

why mop give it a try ?
thanx
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> Interview Questions
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM