JESENTRYLIMIT (FTP server) statement

Use the JESENTRYLIMIT statement to specify the number of entries that can be displayed concurrently through a LIST or NLST command when FILETYPE=JES and JESINTERFACELEVEL=2. You can also use the SITE command to set this keyword.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-JESENTRYLIMIT 200---.   
>>-+---------------------+-------------------------------------><
   '-JESENTRYLIMIT value-'   

Parameters

value
A numeral in the range of 1 - 1 024.

Examples

The following example illustrates a JESENTRYLIMIT of 10:
dir                                                                             
 EZA1701I >>> PORT 127,0,0,1,4,10                                               
 200 Port request OK.                                                           
 EZA1701I >>> LIST                                                              
 125 List started OK for JESJOBNAME=USER1*, JESSTATUS=ALL and JESOWNER=USER1    
 EZA2284I JOBNAME  JOBID    OWNER    STATUS CLASS                               
 EZA2284I USER1    TSU00025 USER1    OUTPUT TSU      ABEND=222 3 spool files    
 EZA2284I USER1A   JOB00209 USER1    OUTPUT A        ABEND=806 3 spool files    
 EZA2284I USER1    JOB00201 USER1    OUTPUT A        RC=0000 5 spool files       
 EZA2284I USER1J   JOB00208 USER1    OUTPUT A        (JCL error) 3 spool files  
 EZA2284I USER1    JOB00193 USER1    OUTPUT A        RC=0000 5 spool files       
 EZA2284I USER1A   JOB00200 USER1    OUTPUT A        ABEND=806 3 spool files    
 EZA2284I USER1    JOB00179 USER1    OUTPUT A        RC=0000 5 spool files       
 EZA2284I USER1    JOB00166 USER1    OUTPUT A        RC=0000 5 spool files       
 EZA2284I USER1J   JOB00199 USER1    OUTPUT A        (JCL error) 3 spool files  
 EZA2284I USER1A   JOB00187 USER1    OUTPUT A        ABEND=806 3 spool files    
 250-JESENTRYLIMIT of 10 reached.  Additional entries not displayed             
 250 List completed successfully.                                               
 EZA1460I Command: 

Usage notes

Related topics