CL400.CL Questions

1

how to add the particular library at top of library list using CL program
how to add the particular library at top of library list using CL program I have QTEMP library as top of library list. I have to add MANUAL library after QTEMP using CL program. Can some one guide me how to do it in CL ? After running the CL program my library list should [...]

Answer Question   |  August 7, 2012  7:01 AM
CL400.CL
asked by:
SOW
110 pts.

Trimming og spaces in CLLE
Hi, i am using v5r4, CLLe I have creted this pgm to transfer stream file into ifs folder        PGM        Dcl Var(&Data) Type(*Char) Len(50)                    DCL VAR(&Folder) TYPE(*CHAR) LEN(30)             DCL VAR(&Filename) TYPE(*CHAR) LEN(100) /* Accessing the folder name from database to store the stream file INtest.CSV     */ [...]

Answer Question   |  March 30, 2011  8:47 AM
CL400.CL, CLLE, CPYTOIMPF, V5R4
asked by:
145 pts.

1