Query For IEBPTPCH

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
padmajeet.gaikwad
Member
Posts: 2
Joined: Sun Oct 25, 2009 9:11 pm
Location: Pune

Query For IEBPTPCH

Post by padmajeet.gaikwad » Sun Oct 25, 2009 9:17 pm

//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:

User avatar
dbzTHEdinosauer
Moderator
Posts: 981
Joined: Mon Oct 02, 2006 8:31 pm

Post by dbzTHEdinosauer » Sun Oct 25, 2009 9:51 pm

query is a term related to SQL

question is the term you what in your title.

IEBPTPCH chapter in manual
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.

padmajeet.gaikwad
Member
Posts: 2
Joined: Sun Oct 25, 2009 9:11 pm
Location: Pune

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

Post by padmajeet.gaikwad » Mon Oct 26, 2009 10:25 am

//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

academyindia4

Topic deleted by Admin

Post by academyindia4 » Mon Feb 01, 2016 10:56 pm

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others