kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Mar 15, 2005 8:45 am Post subject: |
|
|
smarpu2,
Quote: |
Where do we give ckpid=last in run jcl.if you want to start from last checkpoint
|
The Checkpoint Id is given on the step running your PGM in the parm card.
ex:
Code: |
//STEP0100 EXEC PGM=DFSRRC00,
// PARM=(BMP,PGM,PSB,,,,,,LAST)
|
Quote: |
And in MFS If you press enter without entering data some screen should be displyed saying enter required data.How to do this.
|
Once you receive the data in your pgm , you validate the fields and if they are spaces or low values, send the map with message
Code: |
PLEASE ENTER KEY FIELD(S) DATA
|
Hope this helps..
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|