IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Easy Trieve Programs


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sand
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 19

PostPosted: Sat Dec 24, 2005 10:36 pm
Reply with quote

Hi All,
I want to know that if in easytrieve pgm Job statement is written
how will be the execution of program.

*************************************************************

JOB INPUT INFILE1 START INITIAL FINISH TOTAL
some conditional and arithmetic statements

*************************************************************



(1) Which will execute first either reading of infile1 or start para.

(2) If infile will read then after reading each & every record
would these conditional and arithmetic statements be executed.

(3)If first initial para will execute then when file will be read and when
total para will execute.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Dec 28, 2005 6:54 pm
Reply with quote

Hi,

It will first execute INITIAL then it will read the first record of INFILE1 then process all the statment that are written after job card for this record
& after this it will read next record of INFILE1 & process all the statment that are written after job card for this record & so on until it reach end of file .Then it execute TOTAL.

Hope it will be helpful
Back to top
View user's profile Send private message
sand
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 19

PostPosted: Mon Jan 02, 2006 4:53 pm
Reply with quote

Thanks guptae.
Now a days i am learning Easytrieve Programs.
so thank u very much for helping me at the right time.

Could u plz send me some material for easytrieve programs.

Thanks & Regards.
Sand
Back to top
View user's profile Send private message
miketabery

New User


Joined: 02 Jan 2006
Posts: 1

PostPosted: Mon Jan 02, 2006 9:08 pm
Reply with quote

I need to convert a 4 byte binary field to numeric and Easytrieve is not doing this via a straight move to a numeric field -- what do I need to do?
Back to top
View user's profile Send private message
avinashsingh
Warnings : 1

New User


Joined: 30 May 2005
Posts: 1
Location: Pune

PostPosted: Wed Jan 11, 2006 12:39 pm
Reply with quote

hello ,

can any body tell me wy we need to learn CA product ?
Back to top
View user's profile Send private message
Vibes

New User


Joined: 26 Jun 2005
Posts: 1

PostPosted: Fri Feb 24, 2006 7:49 pm
Reply with quote

Hi,
Can anyone tell me where to find a manual and/or reference material for Easytrieve? The one in this site "www.ibmmainframes.com" is removed.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts Easy way to delete selected members f... IBM Tools 12
No new posts Recompiling programs after a copybook... COBOL Programming 1
Search our Forums:

Back to Top