z/OS ISPF Reference Summary
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LMPUT—write a logical record to a data set

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--LMPUT--DATAID(data-id)--MODE(-+-------+-)----------->
                                          +-INVAR-+     
                                          +-MOVE--+     
                                          '-MULTX-'     

>--DATALOC(dataloc-var)--DATALEN(data-length)--+---------+-----><
                                               '-NOBSCAN-'   

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('LMPUTbbb',data-id--,-+-'INVARbbb'-+--------->
                                         +-'MOVEbbbb'-+   
                                         '-'MULTX'----'   

>--,dataloc-var--,data-length--,'b'--,-+------------+--);------><
                                       '-'NOBSCANb'-'       

OR

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPEXEC--(buf-len,--buffer);--------------------------><

Return codes

 0
Normal completion.
10
No data set is associated with the given data ID; that is, LMINIT has not been completed.
12
One of these:
  • The data set is not open or is not open for output.
  • The parameter value is invalid.
16
Truncation or translation error in accessing dialog variables.
20
Severe error; unable to continue.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014