wirte a simple program for read file in cl
Answers were Sorted based on User's Feedback
Answer / uday bagdi
PGM
DCLF FILE(PGMUDAY/PF1)
Read: RCVF RCDFMT(R1)
MONMSG MSGID(CPF0864) EXEC(GOTO CMDLBL(end))
SNDPGMMSG MSG(&Name) TOPGMQ(*EXT)
GOTO CMDLBL(Read)
END: ENDPGM
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday bagdi
PGM
DCLF FILE(PGMUDAY/PF1)
Read: RCVF RCDFMT(R1)
MONMSG MSGID(CPF0864) EXEC(GOTO CMDLBL(end))
SNDPGMMSG MSG(
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the interactive job? What is the batch job?
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
wirte a simple program for read file in cl
How to read a pf in reverse(from last record to first) using cl?
What is the interactive job?
I had created one physical file tell me command to enter data in to?
How many max. Record format a logical file have?
How to change the batch job to interactive job?
pls anyone explain about compile time array,pre run time array run time array
What is FORMAT keyword and its use?
I have a PF with out any data but the dependent LF is having data?