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

IF, THEN and ELSE


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hbdivers

New User


Joined: 14 Nov 2011
Posts: 1
Location: Morocco

PostPosted: Thu Dec 08, 2011 9:25 pm
Reply with quote

Hello everyone,

I'm reading code with the following lines :

Code:

   MVC   VAR1,0(R10)           
   IF    (VAR1,EQ,C'D'),A125
   IF    (VAR2,EQ,=C'FD1'),(VAR2,EQ,=C'1B2')
      THEN
         MVC   VAR3,VAR4
   ENDIF


Can anybody please tell me where I can find help on the IF, THEN and ELSE macros ?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Dec 08, 2011 9:48 pm
Reply with quote

all depends on whose code it is ( if third parti code You will have to ask them )
and where the <structured programming macros> were obtained.

if they are the ones from the HLASM TOOLKIT they ARE documented in the HLASM TOOLKIT user guide here ( for example )
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ASMTUG20/CCONTENTS?SHELF=ASMSH030&DN=GC26-8710-09&DT=20080715202826

otherwise You will have do some researching Yourself inside Your organization
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Jan 11, 2012 5:33 pm
Reply with quote

@ hbdivers

Have a look at the MACLIB, Makro-Libraries.
Browse the EIF Member for example. There you could find:

MACRO
EIF &NAME
.* -----------------------------------------------------------------
.* 5798-CLF COPYRIGHT IBM CORP. 1976
.* LICENSED MATERIAL - PROGRAM PROPERTY OF IBM
.* REFER TO COPYRIGHT INSTRUCTIONS FROM NO. G120-2083
.* -----------------------------------------------------------------
.*


These Makros belong to the very old SPL Environment for Assembler.
SPL = Structured Programming Language Einvironment.
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 -> PL/I & Assembler

 


Search our Forums:

Back to Top