Files
IBM-i-RPG-Free-CLP-Code/5250_Subfile/CRTDTAARA.clle
T
2024-10-08 16:58:00 -04:00

10 lines
464 B
Plaintext

/* Convenience pgm that creates CUSTNEXT data area in *CURLIB */
/* This is a really high number that I don't expect in test data */
/* Strictly it should be set to CUSTMAST COUNT(*) + 1 */
PGM
DLTDTAARA DTAARA(CUSTNEXT)
MONMSG MSGID(CPF0000)
CRTDTAARA DTAARA(CUSTNEXT) TYPE(*CHAR) LEN(4) +
VALUE('EEEE') TEXT('Next alpha-numeric customer number')
ENDPGM