Page 1 of 1

Query For IEBPTPCH

Posted: Sun Oct 25, 2009 9:17 pm
by padmajeet.gaikwad
//STEP1 EXEC PGM=IEBPTPCH
//SYSPRINT DD SYSOUT=A
//SYSUT1 DD DSNAME=SEQSET,UNIT=tape,LABEL=(2,SUL),
// DISP=(OLD,KEEP),VOLUME=SER=001234
//SYSUT2 DD SYSOUT=A
//SYSIN DD *
PRINT MAXFLDS=1
EXITS INHDR=HDRIN,INTLR=TRLIN
RECORD FIELD=(80)
LABELS DATA=YES
/*
What does MAXFLDS=1 specify....i got this indicates that one FIELD parameter is included in a subsequent RECORD statement (MAXFLDS=1 ) but not able to get what exactly that mean :roll:

Posted: Sun Oct 25, 2009 9:51 pm
by dbzTHEdinosauer
query is a term related to SQL

question is the term you what in your title.

IEBPTPCH chapter in manual

can any one tel me what MAXFLDS=1 mean in below JCL(IEBPTPCH

Posted: Mon Oct 26, 2009 10:25 am
by padmajeet.gaikwad
//STEP1 EXEC PGM=IEBPTPCH
//SYSPRINT DD SYSOUT=A
//SYSUT1 DD DSNAME=SEQSET,UNIT=tape,LABEL=(2,SUL),
// DISP=(OLD,KEEP),VOLUME=SER=001234
//SYSUT2 DD SYSOUT=A
//SYSIN DD *
PRINT MAXFLDS=1
EXITS INHDR=HDRIN,INTLR=TRLIN
RECORD FIELD=(80)
LABELS DATA=YES
/*
What does MAXFLDS=1 specify....i got this indicates that one FIELD parameter is included in a subsequent RECORD statement (MAXFLDS=1 ) but not able to get what exactly that mean Rolling Eyes

Topic deleted by Admin

Posted: Mon Feb 01, 2016 10:56 pm
by academyindia4
<< Content deleted By Admin >>