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

HOw to display using assembler


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

Active User


Joined: 17 Mar 2008
Posts: 148
Location: Anna NGR

PostPosted: Tue Jun 03, 2008 12:24 pm
Reply with quote

Hi,
In the assembler language do have any instructions to display the records like wat we have in cobol.
Back to top
View user's profile Send private message
GAFUR

New User


Joined: 19 May 2005
Posts: 31

PostPosted: Tue Jun 03, 2008 1:34 pm
Reply with quote

you can use WTO macro to display.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jun 03, 2008 4:19 pm
Reply with quote

wto will write to the operator console,
and you might get away with it once in a while
but it would be better not to make an habit out of it

to display/print things You must follow the usual approach
open a dcb
write
close the dcb

usually most of the shops have already ( if decently setup ) some kind of
display macro which , under the covers, will do that
and quite often associated to a parm switch to enable disable printing
( that' s the way I usually setup things )
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Tue Jun 03, 2008 4:53 pm
Reply with quote

If you're adventurous, you can use the LE Compliant-Routine "CEEPIPI", then use "CEEMSG" to display your message.

Bill
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Tue Jun 03, 2008 6:38 pm
Reply with quote

If your WTO macro includes parameter ROUTCDE=11 the display will stay off the console but will appear in the JOBLOG for the job.
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

 


Similar Topics
Topic Forum Replies
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
No new posts How to display the leading zeros of a... DB2 7
Search our Forums:

Back to Top