Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
HOw to display using assembler

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
kratos86

New User


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

PostPosted: Tue Jun 03, 2008 12:24 pm    Post subject: HOw to display using assembler
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
References
PostPosted: Tue Jun 03, 2008 12:24 pm    Post subject: Re: HOw to display using assembler Reply with quote

GAFUR

New User


Joined: 19 May 2005
Posts: 32

PostPosted: Tue Jun 03, 2008 1:34 pm    Post subject: Reply to: HOw to display using assembler
Reply with quote

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

Global Moderator


Joined: 14 Mar 2007
Posts: 2560
Location: italy

PostPosted: Tue Jun 03, 2008 4:19 pm    Post subject: Reply to: HOw to display using assembler
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

Active User


Joined: 14 Jan 2008
Posts: 268
Location: Orlando, FL, USA

PostPosted: Tue Jun 03, 2008 4:53 pm    Post subject: Re: HOw to display using assembler
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 User


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

PostPosted: Tue Jun 03, 2008 6:38 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1