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 give input values at the runtime in PLI programs?

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

New User


Joined: 28 Apr 2008
Posts: 1
Location: Hyderabad

PostPosted: Mon Oct 13, 2008 4:05 pm    Post subject: How to give input values at the runtime in PLI programs?
Reply with quote

Hi,

how to give input values at the run time in PLI programs for the variables declared. Suppose, I have a program when I run my program it should ask for choice at the run time acc. to that it should perform particular logic related to that choice. How can I get this? Is it possible through PLI programs.

Thanks in Advance,
Hema
Back to top
View user's profile Send private message
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 952
Location: Atlanta, GA

PostPosted: Mon Oct 13, 2008 5:08 pm    Post subject:
Reply with quote

Have you looked at the manual:
Quote:
The GET statement is a STREAM input data transmission statement that can either:

* Assign data values from a data set to one or more variables
* Assign data values from a string to one or more variables.

For a stream input file, use the following syntax for the GET statement.


________________________________________________________________________
| |
| >>__GET__ ____________________ ___ ____________________ _____________> |
| |_FILE__(expression)_| |_data-specification_| |
| |
| >__ ____________________________ __ ________________________ __;____>< |
| |_COPY__ __________________ _| |_SKIP__ ______________ _| |
| |_(file-reference)_| |_(expression)_| |
| |
|________________________________________________________________________|
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