compiling options

Ask/Clarify the questions on EASYTRIEVE

Moderators: DikDude, Moderator Group

Post Reply
User avatar
arrbee
Active Member
Posts: 144
Joined: Fri Feb 24, 2006 11:33 am

compiling options

Post by arrbee » Thu Sep 24, 2009 9:23 am

Hi, How to code compiling options in an EZYTRIEVE program like we do in a COBOL program?

Examples would help me a lot.

Thanks.
Arr Bee
-------------
?My joy in learning is partly that it enables me to teach? - Seneca(Roman philosopher, mid-1st century AD)

User avatar
Natarajan
Moderator
Posts: 537
Joined: Fri Oct 10, 2008 12:57 pm
Location: chennai
Contact:

Post by Natarajan » Thu Sep 24, 2009 11:29 am

Inside the program, you can give compiling options.

example...

PARM DEBUG(STATE FLOW) ABEXIT(NO)

Here DEBUG(STATE FLOW) .. It will give the execution sequence of
the program. This data will be useful when program abended.

Many parameters you can define with PARM.

Lean about PARM in EASYTRIVE.
Natarajan
Chennai

User avatar
arrbee
Active Member
Posts: 144
Joined: Fri Feb 24, 2006 11:33 am

example

Post by arrbee » Thu Oct 08, 2009 8:30 pm

Hi,

Can you please help me with a code example?

Thanks.
Arr Bee
-------------
?My joy in learning is partly that it enables me to teach? - Seneca(Roman philosopher, mid-1st century AD)

User avatar
Natarajan
Moderator
Posts: 537
Joined: Fri Oct 10, 2008 12:57 pm
Location: chennai
Contact:

Post by Natarajan » Thu Oct 08, 2009 9:02 pm

PARM statement is the first statement in any easytrieve program.

can you tell me what program example you want?
Natarajan
Chennai

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